summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-0/+7
|\
| * gpiolib: Clear the gpio_device's fwnode initialized flag before addingSaravana Kannan2023-02-081-0/+7
* | Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-02-222-5/+8
|\ \
| * | Revert "gpiolib: of: Introduce hook for missing gpio-ranges"Andy Shevchenko2023-01-261-5/+0
| * | gpiolib: Check "gpio-ranges" before calling ->add_pin_ranges()Andy Shevchenko2023-01-261-0/+8
* | | Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-2231-1252/+620
|\ \ \
| * | | gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyAndy Shevchenko2023-02-131-5/+4
| * | | gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()Tom Rix2023-02-021-22/+18
| * | | gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko2023-01-301-0/+15
| * | | gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWMUwe Kleine-König2023-01-301-3/+3
| * | | gpio: zevio: Add missing headerAndy Shevchenko2023-01-301-0/+1
| * | | gpio: pcf857x: Drop unneeded explicit castingAndy Shevchenko2023-01-301-1/+1
| * | | gpio: pcf857x: Make use of device propertiesAndy Shevchenko2023-01-301-7/+4
| * | | gpio: pcf857x: Get rid of legacy platform dataAndy Shevchenko2023-01-301-32/+2
| * | | gpio: rockchip: Do not mention legacy API in the codeAndy Shevchenko2023-01-301-1/+1
| * | | gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * | | gpio: zevio: Use proper headers and drop OF_GPIO dependencyAndy Shevchenko2023-01-302-4/+5
| * | | gpio: zevio: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * | | gpio: xilinx: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-11/+0
| * | | gpio: ge: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * | | gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko2023-01-301-1/+0
| * | | gpio: omap: use dynamic allocation of baseAndreas Kemnade2023-01-301-1/+1
| * | | gpio: davinci: Do not mention legacy API in the codeAndy Shevchenko2023-01-301-1/+1
| * | | gpiolib: Remove unused of_mm_gpiochip_add()Andy Shevchenko2023-01-301-2/+2
| * | | gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec2023-01-301-0/+29
| * | | gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec2023-01-301-15/+15
| * | | gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec2023-01-301-11/+11
| * | | gpio: tegra186: add Tegra234 PMC compatible in GPIO driverPrathamesh Shete2023-01-301-0/+1
| * | | gpio: regmap: use new regmap_might_sleep()Michael Walle2023-01-301-9/+1
| * | | gpiolib: sort header inclusion alphabeticallyAndy Shevchenko2023-01-301-17/+18
| * | | gpiolib: Get rid of not used of_node memberAndy Shevchenko2023-01-305-47/+8
| * | | gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko2023-01-303-20/+25
| * | | gpio: vf610: connect GPIO label to dev nameHaibo Chen2023-01-301-1/+1
| * | | gpio: pca9570: rename platform_data to chip_dataBartosz Golaszewski2023-01-301-12/+12
| * | | gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov2023-01-302-101/+0
| * | | gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov2023-01-301-4/+13
| * | | gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov2023-01-301-6/+0
| * | | gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov2023-01-301-0/+26
| * | | gpio: i8255: Remove unused legacy interfaceWilliam Breathitt Gray2023-01-302-282/+1
| * | | gpio: gpio-mm: Migrate to regmap APIWilliam Breathitt Gray2023-01-302-124/+31
| * | | gpio: 104-dio-48e: Migrate to regmap APIWilliam Breathitt Gray2023-01-301-130/+7
| * | | gpio: i8255: Migrate to gpio-regmap APIWilliam Breathitt Gray2023-01-303-12/+136
| * | | gpio: 104-idi-48: Migrate to gpio-regmap APIWilliam Breathitt Gray2023-01-302-78/+21
| * | | gpio: 104-idi-48: Migrate to the regmap-irq APIWilliam Breathitt Gray2023-01-302-158/+93
| * | | gpio: 104-dio-48e: Migrate to the regmap-irq APIWilliam Breathitt Gray2023-01-302-142/+135
| * | | gpio: regmap: Always set gpio_chip get_directionWilliam Breathitt Gray2023-01-301-1/+6
| * | | gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()Andy Shevchenko2023-01-301-1/+0
| * | | gpio: pca953x: Clean up pcal6534_check_register()Andy Shevchenko2023-01-301-12/+9
| * | | gpio: pca953x: avoid logically dead codeHaibo Chen2023-01-301-10/+10
| * | | gpio: msc313: Drop empty platform remove functionUwe Kleine-König2023-01-301-6/+0