summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | pinctrl: pass -DDEBUG in subdirsLinus Walleij2015-01-101-1/+1
| * | | | | | pinctrl: nomadik:fix up device tree bindingsLinus Walleij2015-01-101-15/+20
| * | | | | | pinctrl: mvebu: a38x: Add UART1 muxing optionsMaxime Ripard2015-01-101-2/+4
| * | | | | | pinctrl: intel: drop owner assignment from platform_driversWolfram Sang2015-01-101-1/+0
| * | | | | | pinctrl: cherryview: Save and restore pin configs over system sleepMika Westerberg2015-01-101-0/+104
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2015-02-1141-793/+1518
|\ \ \ \ \ \
| * | | | | | gpio: kconfig: replace PPC_OF with PPCKevin Hao2015-02-041-1/+1
| * | | | | | gpio: pxa: add PXA1928 gpio type supportRob Herring2015-02-031-2/+15
| * | | | | | dt/bindings: gpio: add compatible string for marvell,pxa1928-gpioRob Herring2015-02-031-2/+2
| * | | | | | 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-204-0/+259
| * | | | | | 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-203-36/+4
| * | | | | | Merge tag 'v3.19-rc5' into develLinus Walleij2015-01-20613-4336/+6256
| |\ \ \ \ \ \
| * | | | | | | Documentation: gpio: Add APM X-Gene standby GPIO controller DTS bindingY Vo2015-01-201-0/+32
| * | | | | | | gpio: Add APM X-Gene standby GPIO controller driverY Vo2015-01-203-0/+169
| * | | | | | | Documentation: gpio: fix bindings documentMasahiro Yamada2015-01-191-2/+3
| * | | | | | | gpio: sx150x: add dts support for sx150x driverWei Chen2015-01-193-1/+57
| * | | | | | | gpio-generic: add bgpio_set_multiple functionsRojhalat Ibrahim2015-01-191-0/+76
| * | | | | | | gpio-amd8111: add release_region on ioport_map failureVarka Bhadram2015-01-191-0/+1
| * | | | | | | gpio: ge: fix compilation errorKamlakant Patel2015-01-191-0/+1
| * | | | | | | gpio: ge: convert to use basic mmio gpio libraryKamlakant Patel2015-01-162-57/+40
| * | | | | | | gpio: gpio-dln2: Added a Blank line after declarationMohammad Jamal2015-01-151-0/+1
| * | | | | | | gpio: max732x: Add DT binding documentationSemen Protsenko2015-01-151-0/+59
| * | | | | | | gpio: max732x: Fix possible deadlockSemen Protsenko2015-01-151-1/+11
| * | | | | | | gpio: max732x: Rewrite IRQ code to use irq_domain APISemen Protsenko2015-01-152-35/+66
| * | | | | | | gpio: max732x: Add device tree supportSemen Protsenko2015-01-151-11/+51
| * | | | | | | gpio/Kconfig: Fix X86 arch nameRicardo Ribalda Delgado2015-01-151-1/+1
| * | | | | | | gpio: rcar: Switch to use gpiolib irqchip helpersGeert Uytterhoeven2015-01-152-46/+24
| * | | | | | | gpio: rcar: Fix error path for devm_kzalloc() failureGeert Uytterhoeven2015-01-151-4/+2
| * | | | | | | gpio: mvebu: Fix probe cleanup on errorAndrew Lunn2015-01-151-6/+17
| * | | | | | | gpio: mvebu: checkpatch fixesAndrew Lunn2015-01-151-35/+42
| * | | | | | | gpio:gpiolib: use static const char const * for a suffixes arrayOlliver Schinagl2015-01-151-1/+1
| * | | | | | | gpio: Make the vararg hacks not pass magic valuesOlliver Schinagl2015-01-151-8/+9
| * | | | | | | gpio-amd8111: check ioport_map return valueVarka Bhadram2015-01-151-0/+5