summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-1834-479/+558
|\
| * gpio: mpc8xxx: switch to using DEFINE_RUNTIME_DEV_PM_OPS()Bartosz Golaszewski2024-09-061-13/+12
| * gpio: xilinx: Use helper function devm_clk_get_optional_enabled()Zhang Zekun2024-09-051-10/+1
| * gpio: mb86s7x: Use helper function devm_clk_get_optional_enabled()Zhang Zekun2024-09-051-14/+7
| * gpio: lpc18xx: Use helper function devm_clk_get_enabled()Zhang Zekun2024-09-051-17/+6
| * gpio: cadence: Use helper function devm_clk_get_enabled()Zhang Zekun2024-09-051-17/+6
| * gpio: sama5d2-piobu: convert comma to semicolonChen Ni2024-09-051-9/+9
| * gpio: mpc8xxx: order headers alphabeticallyBartosz Golaszewski2024-09-041-8/+8
| * gpio: davinci: use devm_clk_get_enabled()Bartosz Golaszewski2024-09-041-11/+2
| * gpio: davinci: drop platform data supportBartosz Golaszewski2024-09-041-64/+25
| * gpio: stmpe: Sort headersAndy Shevchenko2024-09-041-4/+4
| * gpio: stmpe: Make use of device propertiesAndy Shevchenko2024-09-041-4/+2
| * gpio: stmpe: Utilise temporary variable for struct deviceAndy Shevchenko2024-09-041-10/+9
| * gpio: stmpe: Remove unused 'dev' member of struct stmpe_gpioAndy Shevchenko2024-09-041-2/+0
| * gpio: stmpe: Fix IRQ related error messagesAndy Shevchenko2024-09-041-8/+3
| * gpio: pch: kerneldoc fixes for excess membersKrzysztof Kozlowski2024-09-021-1/+0
| * gpio: zynq: Simplify using devm_clk_get_enabled()Rong Qianfeng2024-09-021-9/+1
| * gpio: mpc8xxx: Add wake on GPIO supportMartyn Welch2024-09-021-0/+29
| * gpio: syscon: fix excess struct member build warningDhruva Gole2024-09-021-1/+0
| * gpio: stp-xway: Simplify using devm_clk_get_enabled()Rong Qianfeng2024-09-021-8/+2
| * gpiolib: legacy: Consolidate devm_gpio_*() with other legacy APIsAndy Shevchenko2024-09-022-74/+94
| * gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko2024-09-028-58/+226
| * gpio: ixp4xx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-6/+4
| * gpio: visconti: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * gpio: thunderx: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * gpio: tegra186: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-1/+2
| * gpio: uniphier: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * gpio: msc313: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * gpio: tegra: Replace of_node_to_fwnode() with more suitable APIAndy Shevchenko2024-09-021-2/+3
| * gpio: Use IS_ERR_OR_NULL() helper functionHongbo Li2024-09-021-2/+2
| * gpiolib: legacy: Kill GPIOF_DIR_* definitionsAndy Shevchenko2024-09-021-1/+1
| * gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko2024-09-021-2/+1
| * gpio: stmpe: Simplify with dev_err_probe()Shen Lichuan2024-09-021-4/+3
| * gpio: ath79: remove support for platform dataBartosz Golaszewski2024-09-021-16/+6
| * gpio: ath79: use generic device property gettersBartosz Golaszewski2024-09-021-4/+4
| * gpio: ath79: add missing headerBartosz Golaszewski2024-09-021-0/+1
| * gpio: ath79: order headers alphabeticallyBartosz Golaszewski2024-09-021-4/+4
| * gpio: pca953x: Print the error code on read/write failuresFabio Estevam2024-08-211-2/+2
| * gpio: virtuser: Use GPIO_LOOKUP_IDX() macroAndy Shevchenko2024-08-211-9/+4
| * gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko2024-08-202-8/+6
| * gpiolib: swnode: Make use of for_each_gpio_property_name()Andy Shevchenko2024-08-201-24/+14
| * gpiolib: swnode: Introduce swnode_gpio_get_reference() helperAndy Shevchenko2024-08-201-7/+13
| * gpiolib: swnode: Unify return code variable nameAndy Shevchenko2024-08-201-4/+4
| * gpiolib: Introduce for_each_gpio_property_name() helperAndy Shevchenko2024-08-203-40/+19
| * Merge tag 'ib-mfd-gpio-pwm-v6.12' of ssh://gitolite.kernel.org/pub/scm/linux/...Bartosz Golaszewski2024-08-193-0/+237
| |\
| * | gpio: of: simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-191-8/+3
| * | gpio: vf610: add get_direction() supportHaibo Chen2024-08-051-0/+19
| * | gpio: gpio-vf610: use u32 mask to handle 32 number gpiosHaibo Chen2024-08-051-6/+6
| * | gpio: Use of_property_present()Rob Herring (Arm)2024-08-011-4/+4
| * | gpio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-07-292-2/+2