summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | gpio: remove zte zx driverArnd Bergmann2021-02-153-297/+0
| * | gpio: tegra: Fix wake interruptDmitry Osipenko2021-02-151-3/+13
| * | gpio: pca953x: Add support for pca9506Uwe Kleine-König2021-02-151-0/+2
| * | gpio: rcar: Add R-Car V3U (R8A779A0) supportGeert Uytterhoeven2021-02-151-0/+35
| * | gpio: rcar: Optimize GPIO pin state read on R-Car Gen3Geert Uytterhoeven2021-02-151-5/+20
| * | gpio: bd7xxxx: use helper variable for pdev->devBartosz Golaszewski2021-02-152-17/+15
| * | gpio: tegra: Convert to gpio_irq_chipThierry Reding2021-02-151-72/+146
| * | gpio: visconti: Add Toshiba Visconti GPIO supportNobuhiro Iwamatsu2021-02-153-0/+229
| * | gpio: bd7xxxx: Do not depend on parent driver dataMatti Vaittinen2021-02-152-41/+33
| * | gpio: Kconfig: Update help description for GPIO_RCAR configLad Prabhakar2021-02-151-2/+2
| * | gpio: sl28cpld: convert comma to semicolonZheng Yongjun2021-02-151-2/+2
| * | gpio: rcar: Remove redundant compatible valuesLad Prabhakar2021-02-151-27/+0
| * | gpio: fix spelling mistake in Kconfig "supprot" -> "support"Colin Ian King2021-02-151-1/+1
* | | Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-02-221-21/+14
|\ \ \
| * | | gpio: bd9571mwv: Add BD9574MWF supportYoshihiro Shimoda2021-01-141-2/+4
| * | | gpio: bd9571mwv: rid of using struct bd9571mwvYoshihiro Shimoda2021-01-141-10/+9
| * | | gpio: bd9571mwv: Use the SPDX license identifierYoshihiro Shimoda2021-01-141-9/+1
* | | | Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-0/+4
|\ \ \ \
| * \ \ \ Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang2021-01-284-84/+88
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | gpiolib: Follow usual pattern for gpiod_remove_lookup_table() callAndy Shevchenko2021-01-051-0/+4
| | |/ / | |/| |
* | | | Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-02-225-744/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | gpio: msic: Remove driver for deprecated platformAndy Shevchenko2021-01-252-321/+0
| * | | gpio: intel-mid: Remove driver for deprecated platformAndy Shevchenko2021-01-254-423/+1
| |/ /
* | | gpio: ep93xx: Fix single irqchip with multi gpiochipsNikita Shubin2021-02-101-11/+19
* | | gpio: ep93xx: fix BUG_ON port F usageNikita Shubin2021-02-101-87/+99
* | | gpio: mxs: GPIO_MXS should not default to y unconditionallyGeert Uytterhoeven2021-02-101-1/+2
* | | gpio: gpiolib: remove shadowed variableWolfram Sang2021-02-011-1/+1