summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Revert "gpio: rcar: Fine-grained Runtime PM support"Linus Walleij1-17/+6
2016-04-12Revert "gpio: rcar: Add Runtime PM handling for interrupts"Linus Walleij1-42/+0
2016-04-09gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2Yong Li1-1/+41
2016-04-09gpio: zynq: Fix the error pathShubhrajyoti Datta1-1/+3
2016-04-09gpio: Loongson1: add Loongson1 GPIO driverKelvin Cheung3-0/+110
2016-04-08gpio: pca953x: Use correct u16 value for register word writeYong Li1-1/+2
2016-04-08gpiolib: Defer gpio device setup until after gpiolib initializationGuenter Roeck1-31/+67
2016-04-08gpiolib: Do not use devm functions when registering gpio chipGuenter Roeck1-7/+12
2016-04-08gpio: pxa: fix legacy non pinctrl aware buildsRobert Jarzmik1-2/+2
2016-04-08gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*Dmitry Torokhov1-4/+12
2016-04-05gpio: tps6586x: make explicitly non-modularPaul Gortmaker1-12/+1
2016-04-05gpio: tps65910: make explicitly non-modularPaul Gortmaker1-14/+2
2016-04-05gpio: palmas: make explicitly non-modularPaul Gortmaker1-12/+1
2016-04-05gpio: sx150x: make explicitly non-modularPaul Gortmaker1-11/+4
2016-04-05gpio: tc3589x: make explicitly non-modularPaul Gortmaker1-11/+0
2016-04-05gpio: rc5t583: make explicitly non-modularPaul Gortmaker1-12/+0
2016-04-05gpio: tc3589x: implement open drain/source callbackLinus Walleij1-0/+41
2016-04-05gpio: tc3589x: use BIT() macroLinus Walleij1-8/+9
2016-04-05gpio: support native single-ended hardware driversLinus Walleij1-15/+37
2016-03-31gpio: tpic2810: Make sure cached buffer has consistent status with h/w statusAxel Lin1-20/+15
2016-03-31gpio: zx: make explicitly non-modularPaul Gortmaker1-8/+6
2016-03-31gpio: xgene: make explicitly non-modularPaul Gortmaker1-8/+1
2016-03-31gpio: sta2x11: make explicitly non-modularPaul Gortmaker1-6/+2
2016-03-31gpio: pl061: make explicitly non-modularPaul Gortmaker1-8/+4
2016-03-31gpio: mvebu: make explicitly non-modularPaul Gortmaker1-3/+2
2016-03-31gpio: moxart: make explicitly non-modularPaul Gortmaker1-6/+1
2016-03-31gpio: mc9s08dz60: make explicitly non-modularPaul Gortmaker1-10/+2
2016-03-31gpio: mb86s7x: make explicitly non-modularPaul Gortmaker1-7/+1
2016-03-31gpio: bcm-kona: make explicitly non-modularPaul Gortmaker1-9/+5
2016-03-31gpio: gpio-it87: Add support for IT8620 and IT8628Martin Blumenstingl2-1/+11
2016-03-31gpio: xlp: Add GPIO driver support for Broadcom Vulcan ARM64Kamlakant Patel2-6/+21
2016-03-31gpio: mcp23s08: Add support for level triggered interruptsAlexander Stein1-1/+8
2016-03-31gpio: 74x164: add dt support for nxp's 74x594Nicolas Saenz Julienne1-0/+1
2016-03-31gpio: xgene-sb: Use irq_domain_free_irqs_common()Axel Lin1-14/+1
2016-03-30gpio: xgene: Prevent NULL pointer dereferenceAxel Lin1-0/+5
2016-03-30gpio: menz127: Drop lock field from struct men_z127_gpioAxel Lin1-5/+4
2016-03-30gpio: amdpt: Add a new ACPI HIDYD Tseng1-0/+1
2016-03-30gpio: octeon: Constify octeon_gpio_match tableAxel Lin1-1/+1
2016-03-30gpio: octeon: Convert to use devm_ioremap_resourceAxel Lin1-17/+7
2016-03-30gpio: amdpt: Convert to use gpio-genericAxel Lin2-108/+15
2016-03-30gpio: mcp23s08: delete req/rel_resource callbacksLinus Walleij1-25/+0
2016-03-30gpio: mcp23s08: switch to use gpiolib irqchip helpersPhil Reid2-55/+31
2016-03-30gpio: 74x164: Implement gpiochip.set_multiple()Geert Uytterhoeven1-0/+24
2016-03-30gpio: rcar: Implement gpiochip.set_multiple()Geert Uytterhoeven1-0/+20
2016-03-30gpio: mb86s7x: Remove redundant platform_set_drvdata() callAxel Lin1-2/+0
2016-03-30gpio: menz127: Drop *mdev field from struct men_z127_gpioAxel Lin1-3/+1
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+146
2016-03-16gpio: mcp23s08: Fix clearing of interrupt.Phil Reid1-0/+4
2016-03-16gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven1-2/+2
2016-03-16gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bitGeert Uytterhoeven1-2/+4