summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-5/+8
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds31-1252/+620
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-163/+0
2023-02-17gpio: sim: fix a memory leakBartosz Golaszewski1-1/+1
2023-02-16Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2-1/+12
2023-02-15gpio: mlxbf2: select GPIOLIB_IRQCHIPLinus Walleij1-0/+1
2023-02-15gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAxWerner Sembach1-0/+12
2023-02-15gpio: vf610: make irq_chip immutableAlexander Stein1-18/+23
2023-02-15gpiolib: acpi: remove redundant declarationRaag Jadav1-1/+0
2023-02-13gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyAndy Shevchenko1-5/+4
2023-02-08gpiolib: Clear the gpio_device's fwnode initialized flag before addingSaravana Kannan1-0/+7
2023-02-02gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()Tom Rix1-22/+18
2023-02-01mfd: remove ucb1400 supportArnd Bergmann3-93/+0
2023-01-30gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko1-0/+15
2023-01-30gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWMUwe Kleine-König1-3/+3
2023-01-30gpio: zevio: Add missing headerAndy Shevchenko1-0/+1
2023-01-30gpio: pcf857x: Drop unneeded explicit castingAndy Shevchenko1-1/+1
2023-01-30gpio: pcf857x: Make use of device propertiesAndy Shevchenko1-7/+4
2023-01-30gpio: pcf857x: Get rid of legacy platform dataAndy Shevchenko1-32/+2
2023-01-30gpio: rockchip: Do not mention legacy API in the codeAndy Shevchenko1-1/+1
2023-01-30gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-30gpio: zevio: Use proper headers and drop OF_GPIO dependencyAndy Shevchenko2-4/+5
2023-01-30gpio: zevio: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-30gpio: xilinx: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-11/+0
2023-01-30gpio: ge: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-30gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2023-01-30gpio: omap: use dynamic allocation of baseAndreas Kemnade1-1/+1
2023-01-30gpio: davinci: Do not mention legacy API in the codeAndy Shevchenko1-1/+1
2023-01-30gpiolib: Remove unused of_mm_gpiochip_add()Andy Shevchenko1-2/+2
2023-01-30gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec1-0/+29
2023-01-30gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec1-15/+15
2023-01-30gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec1-11/+11
2023-01-30gpio: tegra186: add Tegra234 PMC compatible in GPIO driverPrathamesh Shete1-0/+1
2023-01-30gpio: regmap: use new regmap_might_sleep()Michael Walle1-9/+1
2023-01-30gpiolib: sort header inclusion alphabeticallyAndy Shevchenko1-17/+18
2023-01-30gpiolib: Get rid of not used of_node memberAndy Shevchenko5-47/+8
2023-01-30gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko3-20/+25
2023-01-30gpio: vf610: connect GPIO label to dev nameHaibo Chen1-1/+1
2023-01-30gpio: pca9570: rename platform_data to chip_dataBartosz Golaszewski1-12/+12
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov2-101/+0
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov1-4/+13
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov1-6/+0
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov1-0/+26
2023-01-30gpio: i8255: Remove unused legacy interfaceWilliam Breathitt Gray2-282/+1
2023-01-30gpio: gpio-mm: Migrate to regmap APIWilliam Breathitt Gray2-124/+31
2023-01-30gpio: 104-dio-48e: Migrate to regmap APIWilliam Breathitt Gray1-130/+7
2023-01-30gpio: i8255: Migrate to gpio-regmap APIWilliam Breathitt Gray3-12/+136
2023-01-30gpio: 104-idi-48: Migrate to gpio-regmap APIWilliam Breathitt Gray2-78/+21
2023-01-30gpio: 104-idi-48: Migrate to the regmap-irq APIWilliam Breathitt Gray2-158/+93