summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* treewide: change my e-mail address, fix my nameMarek BehĂșn2021-04-091-2/+2
* gpiolib: Assign fwnode to parent's if no primary one providedAndy Shevchenko2021-03-161-0/+7
* gpiolib: Fix error return code in gpiolib_dev_init()Wei Yongjun2021-03-121-1/+2
* gpiolib: Read "gpio-line-names" from a firmware nodeAndy Shevchenko2021-03-081-8/+4
* gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2Andy Shevchenko2021-03-081-55/+23
* gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko2021-03-081-4/+8
* gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko2021-03-081-1/+6
* gpiolib: acpi: Add missing IRQF_ONESHOTYang Li2021-03-081-1/+1
* gpio: fix gpio-device list corruptionJohan Hovold2021-03-081-0/+4
* gpio: fix NULL-deref-on-deregistration regressionJohan Hovold2021-03-081-2/+1
* Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-243-7/+61
|\
| * gpiolib: Don't probe gpio_device if it's not the primary deviceSaravana Kannan2021-02-091-0/+14
| * gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by defaultSaravana Kannan2021-01-273-7/+47
* | Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-2220-640/+1015
|\ \
| * | gpio: pcf857x: Fix missing first interruptMaxim Kiselev2021-02-181-1/+1
| * | gpio: ep93xx: refactor base IRQ numberNikita Shubin2021-02-151-5/+7
| * | gpio: ep93xx: refactor ep93xx_gpio_add_bankNikita Shubin2021-02-151-5/+4
| * | gpio: ep93xx: Fix typo s/hierarchial/hierarchicalNikita Shubin2021-02-151-1/+1
| * | gpio: ep93xx: drop to_irq bindingNikita Shubin2021-02-151-6/+0
| * | gpio: ep93xx: Fix wrong irq numbers in port FNikita Shubin2021-02-151-0/+1
| * | gpio: gpio-xilinx: Add check if width exceeds 32Srinivas Neeli2021-02-151-0/+5
| * | gpio: gpio-xilinx: Add support for suspend and resumeSrinivas Neeli2021-02-151-3/+89
| * | gpio: gpio-xilinx: Add interrupt supportSrinivas Neeli2021-02-152-4/+244
| * | gpio: gpio-xilinx: Reduce spinlock array to arraySrinivas Neeli2021-02-151-13/+12
| * | gpio: gpio-xilinx: Simplify with dev_err_probe()Srinivas Neeli2021-02-151-5/+2
| * | gpio: msic: Drop driver from MakefileAndy Shevchenko2021-02-151-1/+0
| * | gpio: wcove: Split out to_ireg() helper and deduplicate the codeAndy Shevchenko2021-02-151-20/+24
| * | gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits()Andy Shevchenko2021-02-151-10/+7
| * | gpio: wcove: Get rid of error prone casting in IRQ handlerAndy Shevchenko2021-02-151-3/+3
| * | gpio: intel-mid: Remove driver for deprecated platformAndy Shevchenko2021-02-154-423/+1
| * | gpio: msic: Remove driver for deprecated platformAndy Shevchenko2021-02-152-321/+0
| * | gpio: aggregator: Remove trailing comma in terminator entriesAndy Shevchenko2021-02-151-2/+2
| * | gpio: aggregator: Use compound literal from the headerAndy Shevchenko2021-02-151-2/+1
| * | gpio: aggregator: Replace isrange() by using get_options()Andy Shevchenko2021-02-151-30/+3
| * | gpio: merrifield: Make bias configuration available for GPIOsAndy Shevchenko2021-02-151-0/+5
| * | gpio: mvebu: add pwm support for Armada 8K/7KBaruch Siach2021-02-151-33/+68
| * | gpio: tegra: Fix irq_set_affinityDmitry Osipenko2021-02-151-1/+2
| * | gpio: tegra: Support building driver as a loadable moduleDmitry Osipenko2021-02-152-7/+10
| * | gpio: tegra: Clean up whitespaces in tegra_gpio_driverDmitry Osipenko2021-02-151-4/+4
| * | gpio: tegra: Use debugfs_create_devm_seqfile()Dmitry Osipenko2021-02-151-5/+3
| * | gpio: tegra: Improve formatting of the codeDmitry Osipenko2021-02-151-5/+10
| * | gpio: mvebu: improve handling of pwm zero on/off valuesBaruch Siach2021-02-151-16/+23
| * | gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAXBaruch Siach2021-02-151-6/+2
| * | gpio: mvebu: make pwm .get_state closer to idempotentBaruch Siach2021-02-151-2/+2
| * | gpio: mvebu: improve pwm period calculation accuracyBaruch Siach2021-02-151-2/+2
| * | gpio: mockup: tweak the Kconfig help textBartosz Golaszewski2021-02-151-2/+1
| * | gpio: wcove: convert comma to semicolonZheng Yongjun2021-02-151-1/+1
| * | gpio: vx855: convert comma to semicolonZheng Yongjun2021-02-151-1/+1
| * | gpio: tegra186: convert comma to semicolonZheng Yongjun2021-02-151-1/+1
| * | gpio: max77620: convert comma to semicolonZheng Yongjun2021-02-151-1/+1