summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpio: dwapb: re-enable GPIO_DWAPB for arm64Kefeng Wang2015-03-091-1/+1
| * | drivers/gpio: Altera soft IP GPIO driverTien Hock Loh2015-03-073-0/+385
| * | gpio: vf610: Replaces comma between expression statements by semicolonAxel Lin2015-03-061-8/+8
| * | gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+89
| * | gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-053-0/+236
| * | gpiolib: define gpio suffixes globallyRojhalat Ibrahim2015-03-052-8/+9
| * | gpio: add parameter to allow the use named gpiosOlliver Schinagl2015-03-041-1/+17
| * | gpio: pcf857x: Propagate wake-up setting to parent irq controllerGeert Uytterhoeven2015-03-041-3/+34
| * | gpio: pcf857x: Switch to use gpiolib irqchip helpersGeert Uytterhoeven2015-03-042-94/+28
| * | gpio: add GPIO hogging mechanismBenoit Parrot2015-03-043-19/+219
| * | gpio: max732x: convert to GPIOLIB_IRQCHIPLinus Walleij2015-03-022-93/+43
| * | gpio: mb86s70: Return error if requesting an already assigned gpioAxel Lin2015-03-021-0/+5
* | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-0/+2
|\ \ \
| * \ \ Merge branch 'device-properties'Rafael J. Wysocki2015-04-131-0/+2
| |\ \ \
| | * | | driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-161-0/+2
| | | |/ | | |/|
* | | | Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-143-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | mfd: tc3589x: Enforce device-tree only modeLinus Walleij2015-03-262-3/+1
| * | | gpio: arizona: Add support for WM8280/WM8281Richard Fitzgerald2015-02-261-0/+1
| | |/ | |/|
* | | gpio: syscon: reduce message level when direction reg offset not in dtGrygorii Strashko2015-03-271-1/+1
* | | gpiolib: translate pin number in GPIO ACPI callbacksqipeng.zha2015-03-191-0/+10
* | | gpio: mpc8xxx: remove __initdata annotation for mpc8xxx_gpio_ids[]Kevin Hao2015-03-051-1/+1
| |/ |/|
* | gpio: tps65912: fix wrong container_of argumentsNicolas Saenz Julienne2015-02-231-4/+10
* | gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg2015-02-231-4/+5
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-02-121-1/+198
|\
| * ARM: 8281/1: sa1100: move GPIO-related IRQ code to gpio driverDmitry Eremin-Solenikov2015-01-291-0/+197
| * ARM: 8278/1: sa1100: split irq handling for low GPIOsDmitry Eremin-Solenikov2015-01-291-1/+1
* | Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2015-02-1130-753/+1351
|\ \
| * | gpio: kconfig: replace PPC_OF with PPCKevin Hao2015-02-041-1/+1
| * | gpio: pxa: add PXA1928 gpio type supportRob Herring2015-02-031-2/+15
| * | gpio: pxa: remove mach IRQ includesRob Herring2015-02-031-20/+18
| * | gpio: max732x: use an inline function for container castLinus Walleij2015-02-031-15/+10
| * | gpio: use sizeof() instead of hardcoded valuesOlliver Schinagl2015-01-301-2/+4
| * | gpio: max732x: add set_multiple functionMans Rullgard2015-01-301-3/+25
| * | gpio: sch: Consolidate similar algorithmsChang Rebecca Swee Fun2015-01-291-54/+29
| * | gpio: tz1090-pdc: Use resource_size to fix off-by-one resource size calculationAxel Lin2015-01-291-1/+1
| * | gpio: ge: Convert to use devm_kstrdupAxel Lin2015-01-291-5/+6
| * | gpio: correctly use const char * constOlliver Schinagl2015-01-291-1/+1
| * | gpio: sx150x: fixup OF supportLinus Walleij2015-01-221-2/+5
| * | gpio: mpc8xxx: Use of_mm_gpiochip_removeRicardo Ribalda Delgado2015-01-211-5/+23
| * | gpio: Add Fujitsu MB86S7x GPIO driverJassi Brar2015-01-203-0/+239
| * | gpio: mpc8xxx: Convert to platform device interface.Ricardo Ribalda Delgado2015-01-201-26/+22
| * | gpio: zevio: Use of_mm_gpiochip_removeRicardo Ribalda Delgado2015-01-201-0/+12
| * | gpio: gpio-mm-lantiq: Use of_mm_gpiochip_removeRicardo Ribalda Delgado2015-01-201-0/+18
| * | gpio: gpio-mm-lantiq: Use of_property_read_u32Ricardo Ribalda Delgado2015-01-201-4/+3
| * | gpio: gpio-mm-lantiq: Do not replicate codeRicardo Ribalda Delgado2015-01-201-7/+0
| * | gpio :gpio-mm-lantiq: Use devm_kzallocRicardo Ribalda Delgado2015-01-201-6/+2
| * | gpio: mpc5200: Use of_mm_gpiochip_removeRicardo Ribalda Delgado2015-01-201-5/+18
| * | gpio: stmpe: enforce device tree only modeLinus Walleij2015-01-202-20/+4
| * | Merge tag 'v3.19-rc5' into develLinus Walleij2015-01-202-90/+69
| |\ \
| * | | gpio: Add APM X-Gene standby GPIO controller driverY Vo2015-01-203-0/+169
OpenPOWER on IntegriCloud