aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-01-30gpio: davinci: Do not mention legacy API in the codeGravatar Andy Shevchenko 1-1/+1
2023-01-30gpiolib: Remove unused of_mm_gpiochip_add()Gravatar Andy Shevchenko 1-2/+2
2023-01-30gpio: pcf857x: Implement get_multiple/set_multiple methodsGravatar Radu Rendec 1-0/+29
2023-01-30gpio: pcf857x: Fix indentation of variable declarationsGravatar Radu Rendec 1-15/+15
2023-01-30gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Gravatar Radu Rendec 1-11/+11
2023-01-30gpio: tegra186: add Tegra234 PMC compatible in GPIO driverGravatar Prathamesh Shete 1-0/+1
2023-01-30gpio: regmap: use new regmap_might_sleep()Gravatar Michael Walle 1-9/+1
2023-01-30gpiolib: sort header inclusion alphabeticallyGravatar Andy Shevchenko 1-17/+18
2023-01-30gpiolib: Get rid of not used of_node memberGravatar Andy Shevchenko 5-47/+8
2023-01-30gpiolib: Introduce gpio_device_get() and gpio_device_put()Gravatar Andy Shevchenko 3-20/+25
2023-01-30gpio: vf610: connect GPIO label to dev nameGravatar Haibo Chen 1-1/+1
2023-01-30gpio: pca9570: rename platform_data to chip_dataGravatar Bartosz Golaszewski 1-12/+12
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsGravatar Dmitry Torokhov 2-101/+0
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Gravatar Dmitry Torokhov 1-4/+13
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Gravatar Dmitry Torokhov 1-6/+0
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Gravatar Dmitry Torokhov 1-0/+26
2023-01-30gpio: i8255: Remove unused legacy interfaceGravatar William Breathitt Gray 2-282/+1
2023-01-30gpio: gpio-mm: Migrate to regmap APIGravatar William Breathitt Gray 2-124/+31
2023-01-30gpio: 104-dio-48e: Migrate to regmap APIGravatar William Breathitt Gray 1-130/+7
2023-01-30gpio: i8255: Migrate to gpio-regmap APIGravatar William Breathitt Gray 3-12/+136
2023-01-30gpio: 104-idi-48: Migrate to gpio-regmap APIGravatar William Breathitt Gray 2-78/+21
2023-01-30gpio: 104-idi-48: Migrate to the regmap-irq APIGravatar William Breathitt Gray 2-158/+93
2023-01-30gpio: 104-dio-48e: Migrate to the regmap-irq APIGravatar William Breathitt Gray 2-142/+135
2023-01-30gpio: regmap: Always set gpio_chip get_directionGravatar William Breathitt Gray 1-1/+6
2023-01-30gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()Gravatar Andy Shevchenko 1-1/+0
2023-01-30gpio: pca953x: Clean up pcal6534_check_register()Gravatar Andy Shevchenko 1-12/+9
2023-01-30gpio: pca953x: avoid logically dead codeGravatar Haibo Chen 1-10/+10
2023-01-30gpio: msc313: Drop empty platform remove functionGravatar Uwe Kleine-König 1-6/+0
2023-01-30gpiolib: use irq_domain_alloc_irqs()Gravatar Johan Hovold 1-8/+2
2023-01-29Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+5
2023-01-29Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-1/+7
2023-01-29Merge tag 'cxl-fixes-for-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-41/+33
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxGravatar Linus Torvalds 4-15/+13
2023-01-27Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+4
2023-01-27Merge tag 'i2c-for-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-46/+35
2023-01-27Merge tag 'gpio-fixes-for-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-18/+26
2023-01-27Merge tag 'drm-fixes-2023-01-27' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 13-89/+154
2023-01-27Merge tag 'acpi-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+25
2023-01-27Merge tag 'thermal-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+23
2023-01-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+6
2023-01-27gpio: ep93xx: remove unused variableGravatar Arnd Bergmann 1-2/+0
2023-01-27Merge tag 'drm-misc-fixes-2023-01-26' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 3-30/+63
2023-01-27amdgpu: fix build on non-DCN platforms.Gravatar Dave Airlie 1-2/+2
2023-01-27Merge tag 'amd-drm-fixes-6.2-2023-01-25' of https://gitlab.freedesktop.org/ag...Gravatar Dave Airlie 8-21/+89
2023-01-26Merge tag 'nvme-6.2-2023-01-26' of git://git.infradead.org/nvme into block-6.2Gravatar Jens Axboe 3-11/+10
2023-01-26Merge tag 'platform-drivers-x86-v6.2-3' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 8-109/+104
2023-01-26Merge tag 'net-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 16-112/+156
2023-01-26treewide: fix up files incorrectly marked executableGravatar Linus Torvalds 1-0/+0
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedGravatar Ming Lei 1-4/+3
2023-01-26Partially revert "perf/arm-cmn: Optimise DTC counter accesses"Gravatar Robin Murphy 1-1/+6