summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpio: regmap: move drvdata to config dataMichael Walle2021-06-071-6/+1
| * | gpio-dwapb: Drop unused headers and sort the restAndy Shevchenko2021-06-071-5/+3
| * | gpio: gpio-regmap: Use devm_add_action_or_reset()Matti Vaittinen2021-06-041-14/+11
| * | gpio: dwapb: Switch to use fwnode_irq_get()Andy Shevchenko2021-06-021-8/+4
| * | gpio: dwapb: Drop redundant check in dwapb_irq_set_type()Andy Shevchenko2021-06-021-3/+0
| * | gpio: 104-idio-16: Fix coding style issuesNavin Sankar Velliangiri2021-06-021-10/+13
| * | gpiolib: Switch to bitmap_alloc()Andy Shevchenko2021-05-281-11/+25
| * | gpiolib: Split fastpath array to twoAndy Shevchenko2021-05-281-9/+15
| * | gpio: wm8350: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-11/+1
| * | gpio: wm8994: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-12/+1
| * | gpio: wm831x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-11/+1
| * | gpio: tps65910: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-10/+2
| * | gpio: sta2x11: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-9/+1
| * | gpio: sprd: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-9/+1
| * | gpio: spear-spics: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-11/+1
| * | gpio: ath79: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-251-8/+1
| * | gpio: tps65912: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-11/+1
| * | gpio: tps65218: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-11/+2
| * | gpio: tc3589x: emove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-10/+1
| * | gpio: tps6586x: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-241-11/+2
| * | gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-231-7/+1
| * | gpio: gpio-tegra186: remove empty remove hookAlexandru Ardelean2021-05-231-6/+0
| * | gpio: da9052: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-231-10/+1
| * | gpio: xgene: simplify probe, return devm_gpiochip_add_data() directlyAlexandru Ardelean2021-05-231-10/+1
| * | gpio: tps68470: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-11/+1
| * | gpio: bd9571mwv: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-10/+1
| * | gpio: altera-a10sr: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-10/+1
| * | gpio: adp5520: cleanup probe error path + remove platform_set_drvdata()Alexandru Ardelean2021-05-211-14/+4
| * | gpio: visconti: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-9/+1
| * | gpiolib: Use sysfs_emit() in "show" functionsAndy Shevchenko2021-05-211-17/+12
| * | gpiolib: Make use of assign_bit() API (part 2)Andy Shevchenko2021-05-211-4/+1
| * | gpio: da9055: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-10/+1
| * | gpio: stmpe: fully use convert probe to device-managedAlexandru Ardelean2021-05-211-19/+13
| * | gpio: xilinx: No need to disable IRQs in the handlerAndy Shevchenko2021-05-121-3/+2
| * | gpio: xilinx: Switch to use bitmap APIsAndy Shevchenko2021-05-121-178/+178
| * | gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()Andy Shevchenko2021-05-121-31/+37
| * | gpiolib: Drop duplicate offset check in gpiochip_is_requested()Andy Shevchenko2021-05-121-3/+0
| * | gpio: mockup: Switch to use gpiochip_get_desc()Andy Shevchenko2021-05-121-6/+3
| * | gpio: logicvc: Remove redundant error printing in logicvc_gpio_probe()Zhen Lei2021-05-121-3/+1
| |/
* | Merge tag 'platform-drivers-x86-v5.14-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-06-304-30/+72
|\ \
| * | mfd: tps68470: Remove tps68470 MFD driverDaniel Scally2021-06-171-1/+1
| * | Merge remote-tracking branch 'linux-pm/acpi-scan' into review-hansHans de Goede2021-06-161-5/+5
| |\ \
| * \ \ Merge tag 'intel-gpio-v5.14-1' into review-hansHans de Goede2021-06-163-29/+71
| |\ \ \
| | * | | gpiolib: acpi: Add acpi_gpio_get_io_resource()Daniel Scally2021-06-041-0/+23
| | * | | gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helperDaniel Scally2021-06-041-0/+28
| | * | | gpio: wcove: Split error handling for CTRL and IRQ registersAndy Shevchenko2021-05-201-3/+7
| | * | | gpio: wcove: Unify style of to_reg() with to_ireg()Andy Shevchenko2021-05-201-8/+3
| | * | | gpio: wcove: Use IRQ hardware number getter instead of direct accessAndy Shevchenko2021-05-201-9/+9
| | * | | gpio: crystalcove: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-171-9/+1
| | | |/ | | |/|
* | | | Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-06-291-5/+5
|\ \ \ \