summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-155-424/+1
* gpio: msic: Remove driver for deprecated platformAndy Shevchenko2021-02-153-322/+0
* gpio: aggregator: Remove trailing comma in terminator entriesAndy Shevchenko2021-02-151-2/+2
* gpio: aggregator: Use compound literal from the headerAndy Shevchenko2021-02-152-4/+3
* gpio: aggregator: Replace isrange() by using get_options()Andy Shevchenko2021-02-151-30/+3
* lib/cmdline: Allow get_options() to take 0 to validate the inputAndy Shevchenko2021-02-152-4/+21
* lib/cmdline: Update documentation to reflect behaviourAndy Shevchenko2021-02-151-1/+6
* lib/cmdline_kunit: add a new test case for get_options()Andy Shevchenko2021-02-151-0/+47
* gpio: merrifield: Make bias configuration available for GPIOsAndy Shevchenko2021-02-151-0/+5
* dt-bindings: ap806: document gpio marvell,pwm-offset propertyBaruch Siach2021-02-151-0/+8
* 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-154-321/+0
* gpio: uapi: fix line info flags descriptionKent Gibson2021-02-151-1/+1
* selftests: gpio: add CONFIG_GPIO_CDEV to configKent Gibson2021-02-151-0/+1
* selftests: gpio: port to GPIO uAPI v2Kent Gibson2021-02-152-10/+76
* tools: gpio: remove uAPI v1 code no longer used by selftestsKent Gibson2021-02-152-95/+0
* selftests: remove obsolete gpio references from kselftest_deps.shKent Gibson2021-02-151-3/+1
* selftests: remove obsolete build restriction for gpioKent Gibson2021-02-151-9/+0
* selftests: gpio: remove obsolete gpio-mockup-chardev.cKent Gibson2021-02-151-323/+0
* selftests: gpio: rework and simplify test implementationKent Gibson2021-02-154-288/+535
* gpio: tegra: Fix wake interruptDmitry Osipenko2021-02-151-3/+13
* dt-bindings: gpio: pca953x: Increase allowed length for gpio-line-namesUwe Kleine-König2021-02-151-1/+1
* dt-bindings: gpio: pca953x: Document new supported chip pca9506Uwe Kleine-König2021-02-151-0/+1
* 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
* dt-bindings: gpio: rcar: Add r8a779a0 supportGeert Uytterhoeven2021-02-151-0/+3
* 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
* arm: dts: visconti: Add DT support for Toshiba Visconti5 GPIO driverNobuhiro Iwamatsu2021-02-152-0/+15
* MAINTAINERS: Add entries for Toshiba Visconti GPIO controllerNobuhiro Iwamatsu2021-02-151-0/+2
* gpio: visconti: Add Toshiba Visconti GPIO supportNobuhiro Iwamatsu2021-02-154-0/+252