summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v5.8-part2' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-05-272-9/+7
|\
| * gpio: pca935x: Allow IRQ support for driver built as a moduleAndy Shevchenko2020-05-251-1/+1
| * gpio: pxa: Add COMPILE_TEST supportTiezhu Yang2020-05-251-1/+1
| * gpio: max730x: bring gpiochip_add_data after port configRodrigo Alencar2020-05-221-7/+5
* | gpio: rcar: Fix runtime PM imbalance on errorDinghao Liu2020-05-251-1/+3
* | dt-bindings: gpio: Add renesas,em-gio bindingsGeert Uytterhoeven2020-05-251-0/+70
* | MAINTAINERS: Fix file name for DesignWare GPIO DT schemaAndy Shevchenko2020-05-251-1/+1
* | gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_propertyAndy Shevchenko2020-05-253-9/+7
* | gpio: dwapb: Don't use IRQ 0 as valid Linux interruptAndy Shevchenko2020-05-251-7/+7
* | gpio: dwapb: avoid error message for optional IRQAndy Shevchenko2020-05-251-1/+1
* | gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registrationAndy Shevchenko2020-05-251-9/+16
* | Merge branch 'ib-gpio-aggregator' into develLinus Walleij2020-05-1811-36/+748
|\ \
| * | MAINTAINERS: Add GPIO Aggregator sectionGeert Uytterhoeven2020-05-181-0/+7
| * | docs: gpio: Add GPIO Aggregator documentationGeert Uytterhoeven2020-05-182-0/+112
| * | gpio: Add GPIO AggregatorGeert Uytterhoeven2020-05-183-0/+581
| * | gpiolib: Add support for GPIO lookup by line nameGeert Uytterhoeven2020-05-183-17/+37
| * | mfd: sm501: Use GPIO_LOOKUP_IDX() helper macroGeert Uytterhoeven2020-05-181-16/+8
| * | i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven2020-05-181-3/+3
* | | gpio: xgene-sb: Drop extra check to call acpi_gpiochip_request_interrupts()Andy Shevchenko2020-05-181-7/+3
* | | gpio: xgene-sb: Allow driver to be built with COMPILE_TESTAndy Shevchenko2020-05-181-1/+1
* | | gpio: xgene-sb: Drop redundant OF_GPIO dependencyAndy Shevchenko2020-05-182-2/+2
* | | gpio: mb86s7x: Remove superfluous test for ACPI companionAndy Shevchenko2020-05-181-8/+6
* | | gpio: mb86s7x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2020-05-181-9/+7
* | | gpiolib: Document that GPIO line names are not globally uniqueGeert Uytterhoeven2020-05-161-3/+8
* | | Merge tag 'intel-gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2020-05-123-40/+45
|\ \ \
| * | | gpio: merrifield: Better show how GPIO and IRQ bases are derived from hardwareAndy Shevchenko2020-04-161-2/+2
| * | | gpio: merrifield: Switch over to MSI interruptsAndy Shevchenko2020-04-161-1/+5
| * | | gpio: pch: Use in pch_irq_type() macros provided by IRQ coreAndy Shevchenko2020-04-161-2/+2
| * | | gpio: pch: Refactor pch_irq_type() to avoid unnecessary lockingAndy Shevchenko2020-04-161-6/+5
| * | | gpio: pch: Get rid of unneeded variable in IRQ handlerAndy Shevchenko2020-04-161-6/+7
| * | | gpio: pch: Use BIT() and GENMASK() where it's appropriateAndy Shevchenko2020-04-161-22/+23
| * | | gpio: ich: fix a typosachin agarwal2020-04-131-1/+1
| |/ /
* | | Merge tag 'gpio-updates-for-v5.8-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-05-0910-47/+125
|\ \ \ | | |/ | |/|
| * | tools: gpio: add bias flags to lsgpioKent Gibson2020-05-051-0/+12
| * | gpio-f7188x: Add GPIO support for F81865Petteri Jokinen2020-05-051-3/+30
| * | gpio: tegra186: export MODULE_DEVICE_TABLEMian Yousaf Kaukab2020-05-051-0/+1
| * | gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König2020-04-291-20/+11
| * | gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König2020-04-291-16/+28
| * | gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko2020-04-291-30/+11
| * | gpiolib: devprop: Warn if gpio-line-names is too longStephen Boyd2020-04-241-1/+4
| * | gpio: pca953x: disable regmap lockingBartosz Golaszewski2020-04-171-0/+1
| * | gpio: gpio-pca953x, Add get_multiple functionPaul Thomas2020-04-161-0/+37
| * | gpiolib: of: improve gpiolib-of support of pull up/down on expandersAdam Ford2020-04-151-0/+10
| * | gpio: pl061: Support building as moduleRob Herring2020-04-142-6/+5
| * | gpio: Extend TODO to cover code duplication avoidanceAndy Shevchenko2020-04-141-0/+4
| * | gpio: xgene-sb: set valid IRQ type in to_irq()Brian Masney2020-04-141-1/+1
| |/
* | gpio: Make "offset" and "unsigned int", not just "unsigned"Douglas Anderson2020-04-291-13/+13
* | gpio: Document proper return value for gpio driversDouglas Anderson2020-04-291-3/+3
* | gpio: mm-lantiq: Fix small typoDejin Zheng2020-04-281-1/+1
* | gpio: mlxbf2: fix return value check in mlxbf2_gpio_get_lock_res()Wei Yongjun2020-04-281-2/+2