summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2025-08-18 14:17:34 +0200
committerMadhavan Srinivasan <maddy@linux.ibm.com>2025-09-06 16:07:11 +0530
commit1044dbaf2a77c9e1143753a620d830943da6a193 (patch)
treea7856ed6f62d045ffbb03821afdeeb87777c6e2b /tools/perf/scripts/python/stackcollapse.py
parent7f9bcf13069731fac48d8b44086fab179fbc04c9 (diff)
downloadkernel-1044dbaf2a77c9e1143753a620d830943da6a193.tar.gz
powerpc/44x: Change GPIO driver to a proper platform driver
In order to drop legacy-of-mm-gpiochip dependency, first change the 44x GPIO driver to a proper platform driver. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/29d89aa43536714b193d9710301341f838fcb5b7.1755519343.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
d>Christoph Hellwig 2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang 2020-12-12cdrom: Reset sector_size back it is not 2048.Sebastian Andrzej Siewior 2020-09-10gdrom: use bdev_check_media_changeChristoph Hellwig 2020-07-08cdrom: remove the unused cdrom_media_changed functionChristoph Hellwig 2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds 2020-06-10cdrom: fix an incorrect __user annotation on cdrom_sysctl_infoChristoph Hellwig 2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds 2020-05-04cdrom: factor out a cdrom_multisession helperChristoph Hellwig 2020-05-04cdrom: factor out a cdrom_read_tocentry helperChristoph Hellwig 2020-05-04block: add a cdrom_device_info pointer to struct gendiskChristoph Hellwig 2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig 2020-02-24scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson 2020-01-03compat_ioctl: move cdrom commands into cdrom.cArnd Bergmann 2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann 2020-01-03compat_ioctl: move CDROMREADADIO to cdrom.cArnd Bergmann 2019-11-26cdrom: respect device capabilities during opening actionDiego Elio Pettenò 2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2019-10-18gdrom: Use pr_warn instead of pr_warningKefeng Wang