summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2014-09-24gpio: Fix gpio direction flags not getting setAdrian Hunter1-1/+1
2014-09-23GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan1-1/+1
2014-09-23gpio: omap: Fix interrupt namesNishanth Menon1-14/+17
2014-09-23gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTRPaul Bolle1-50/+0
2014-09-23gpio: use container_of to resolve cs5535_gpio_chip from gpio_chipFabian Frederick1-3/+6
2014-09-23GPIO: gpio-dwapb: Suspend & Resume PM enablingWeike Chen1-0/+115
2014-09-23GPIO: gpio-dwapb: Support DebounceWeike Chen1-2/+34
2014-09-23GPIO: gpio-dwapb: Change readl&writel to dwapb_read&dwapb_writeWeike Chen1-10/+27
2014-09-23GPIO: gpio-dwapb: Enable platform driver binding to MFD driverWeike Chen2-58/+167
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe1-17/+7
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij4-19/+7
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-2/+1
2014-09-17gpio: syscon: reuse for keystone 2 socsGrygorii Strashko1-0/+35
2014-09-17gpio: syscon: retrive syscon node and regs offsets from dtGrygorii Strashko1-8/+43
2014-09-17gpio: syscon: add soc specific callback to assign output valueGrygorii Strashko1-2/+6
2014-09-04gpio: mcp23s08 to support both device tree and platform dataSonic Zhang2-31/+34
2014-09-04gpio: zynq: Fixed broken wakeup implementationEzra Savard1-14/+20
2014-09-04gpio: zynq: Mask non-wakeup GPIO interrupts on suspendEzra Savard1-1/+3
2014-09-03gpio: zynq: Take bank offset into account when reporting a IRQLars-Peter Clausen1-1/+9
2014-09-02gpio: adnp: switch to use irqchip helpersLinus Walleij2-108/+48
2014-08-29gpio: bt8xx: fix release of managed resourcesMichael Auchter1-3/+0
2014-08-29gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot2-21/+17
2014-08-29gpio: acpi: normalize use of gpiochip_get_desc()Alexandre Courbot1-8/+14
2014-08-29gpio: zynq: Reduce level of indention in zynq_gpio_irqhandler()Lars-Peter Clausen1-12/+19
2014-08-29gpio: zynq: Remove .owner field for driverMichal Simek1-1/+0
2014-08-28gpio: Add APM X-Gene SoC GPIO controller supportFeng Kan3-0/+260
2014-08-28gpio: pca953x: Drop deprecated DT bindingsMarkus Pargmann1-51/+3
2014-08-21gpio-lynxpoint: enable input sensing in resumeMathias Nyman1-0/+18
2014-08-17gpio: delete unneeded test before of_node_putJulia Lawall1-3/+1
2014-08-17gpio: zynq: Fix IRQ handlersLars-Peter Clausen1-8/+28
2014-08-17gpiolib: devres: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-08-09Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds72-1835/+2203
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-240/+0
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-725/+0
2014-08-08Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+394
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2-37/+70
2014-07-28gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg3-10/+41
2014-07-28gpio: lynxpoint: Convert to use gpiolib irqchipMika Westerberg2-69/+26
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij1-0/+1
2014-07-26Merge branch 'cleanup/gpio-header-removal' into next/socArnd Bergmann1-3/+0
2014-07-26Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Arnd Bergmann1-240/+0
2014-07-26Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6...Arnd Bergmann2-728/+0
2014-07-24gpio: remove gpio_ensure_requested()Alexandre Courbot1-106/+0
2014-07-24gpio: remove useless check in gpiolib_sysfs_init()Alexandre Courbot1-1/+1
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2-3/+2
2014-07-24Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2-125/+110
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot4-31/+21
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot3-2/+3
2014-07-23gpio: simplify gpiochip_export()Alexandre Courbot1-11/+9