summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-17gpio: sim: fix a memory leakBartosz Golaszewski
2023-02-16Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski
2023-02-15gpio: mlxbf2: select GPIOLIB_IRQCHIPLinus Walleij
2023-02-15gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAxWerner Sembach
2023-02-15gpio: vf610: make irq_chip immutableAlexander Stein
2023-02-15gpiolib: acpi: remove redundant declarationRaag Jadav
2023-02-13gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyAndy Shevchenko
2023-02-08gpiolib: Clear the gpio_device's fwnode initialized flag before addingSaravana Kannan
2023-02-02gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()Tom Rix
2023-02-01mfd: remove ucb1400 supportArnd Bergmann
2023-01-30gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko
2023-01-30gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWMUwe Kleine-König
2023-01-30gpio: zevio: Add missing headerAndy Shevchenko
2023-01-30gpio: pcf857x: Drop unneeded explicit castingAndy Shevchenko
2023-01-30gpio: pcf857x: Make use of device propertiesAndy Shevchenko
2023-01-30gpio: pcf857x: Get rid of legacy platform dataAndy Shevchenko
2023-01-30gpio: rockchip: Do not mention legacy API in the codeAndy Shevchenko
2023-01-30gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2023-01-30gpio: zevio: Use proper headers and drop OF_GPIO dependencyAndy Shevchenko
2023-01-30gpio: zevio: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2023-01-30gpio: xilinx: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2023-01-30gpio: ge: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2023-01-30gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2023-01-30gpio: omap: use dynamic allocation of baseAndreas Kemnade
2023-01-30gpio: davinci: Do not mention legacy API in the codeAndy Shevchenko
2023-01-30gpiolib: Remove unused of_mm_gpiochip_add()Andy Shevchenko
2023-01-30gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec
2023-01-30gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec
2023-01-30gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec
2023-01-30gpio: tegra186: add Tegra234 PMC compatible in GPIO driverPrathamesh Shete
2023-01-30gpio: regmap: use new regmap_might_sleep()Michael Walle
2023-01-30gpiolib: sort header inclusion alphabeticallyAndy Shevchenko
2023-01-30gpiolib: Get rid of not used of_node memberAndy Shevchenko
2023-01-30gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko
2023-01-30gpio: vf610: connect GPIO label to dev nameHaibo Chen
2023-01-30gpio: pca9570: rename platform_data to chip_dataBartosz Golaszewski
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov
2023-01-30gpio: i8255: Remove unused legacy interfaceWilliam Breathitt Gray
2023-01-30gpio: gpio-mm: Migrate to regmap APIWilliam Breathitt Gray
2023-01-30gpio: 104-dio-48e: Migrate to regmap APIWilliam Breathitt Gray
2023-01-30gpio: i8255: Migrate to gpio-regmap APIWilliam Breathitt Gray
2023-01-30gpio: 104-idi-48: Migrate to gpio-regmap APIWilliam Breathitt Gray
2023-01-30gpio: 104-idi-48: Migrate to the regmap-irq APIWilliam Breathitt Gray