summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman2011-06-161-61/+5
| | * | | gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman2011-06-161-200/+43
| | * | | gpio/omap: remove get_gpio_bank()Charulatha V2011-06-161-27/+2
| | * | | gpio/omap: replace get_gpio_index() by using bank widthKevin Hilman2011-06-161-25/+17
| | * | | gpio/omap: _get_gpio_irqbank_mask: replace hard-coded mask with bank->widthKevin Hilman2011-06-161-7/+1
| | * | | gpio/omap: move bank width into struct gpio_bankKevin Hilman2011-06-161-7/+6
| | * | | gpio/omap: remove MPUIO handling from _clear_gpio_irqbank()Kevin Hilman2011-06-161-6/+0
| | * | | gpio/omap: _clear_gpio_irqbank: fix flushing of posted writeKevin Hilman2011-06-161-2/+1
| * | | | Merge branch 'gpio/next-tegra' into gpio/nextGrant Likely2011-06-155-26/+508
| |\ \ \ \
| | * | | | gpio/tegra: add devicetree supportGrant Likely2011-06-151-0/+10
| | * | | | gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely2011-06-152-0/+432
| | |/ / /
| * | | | gpio/74x164: fix clash with gpiolib namespaceLinus Walleij2011-06-131-3/+3
| * | | | gpio/mxc: fix a bug with gpio_get_value callingShawn Guo2011-06-111-1/+1
| * | | | gpio/vr41xx: Convert use of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
| * | | | gpio/ep93xx: Remove superfluous debug pr_info statementGrant Likely2011-06-091-1/+0
| * | | | gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryH Hartley Sweeten2011-06-082-121/+120
| * | | | gpio/pca953x: Fix warning of enabled interrupts in handlerDavid Jander2011-06-081-3/+3
| * | | | gpio/pca953x: Interrupt pin is active-lowDavid Jander2011-06-081-1/+1
| * | | | gpio/pca953x: Fix IRQ support.David Jander2011-06-081-1/+5
| * | | | gpio/ep93xx: fix pr_fmt outputH Hartley Sweeten2011-06-071-1/+1
| * | | | gpio/mxs: convert gpio-mxs to use generic irq chipShawn Guo2011-06-072-61/+35
| * | | | gpio/mxs: remove irq_high related implementationShawn Guo2011-06-071-14/+4
| * | | | gpio/mxs: convert gpio-mxs to use basic_mmio_gpio libraryShawn Guo2011-06-072-62/+19
| * | | | gpio/mxc: convert gpio-mxc to use generic irq chipShawn Guo2011-06-072-61/+30
| * | | | gpio: reorganize driversGrant Likely2011-06-0644-111/+83
| * | | | Merge branch 'gpio/next-mx' into gpio/nextGrant Likely2011-06-064-0/+760
| |\ \ \ \
| | * | | | gpio/mxc: convert gpio-mxc to use basic_mmio_gpio libraryShawn Guo2011-06-062-69/+15
| | * | | | gpio/mxc: Change gpio-mxc into an upstanding gpio driverShawn Guo2011-06-061-72/+145
| | * | | | gpio/mxc: Move Freescale MXC gpio driver to drivers/gpioShawn Guo2011-06-063-0/+366
| | * | | | gpio/mxs: Change gpio-mxs into an upstanding gpio driverShawn Guo2011-06-061-92/+124
| | * | | | gpio/mxs: Move Freescale mxs gpio driver to drivers/gpioGrant Likely2011-06-063-0/+343
| * | | | | gpio/pca953x.c: Interrupt pin is active-lowDavid Jander2011-06-061-1/+0
| * | | | | gpio/ep93xx: move driver to drivers/gpioH Hartley Sweeten2011-06-063-0/+415
| * | | | | gpio/samsung: make Kconfig options def_boolH Hartley Sweeten2011-06-031-20/+8
| * | | | | gpio/74x164: remove unnecessary defines and prototypeH Hartley Sweeten2011-06-031-16/+11
| |/ / / /
* | | | / gpio: wm831x: add a missing break in wm831x_gpio_dbg_showAxel Lin2011-07-151-0/+1
| |_|_|/ |/| | |
* | | | gpio/langwell_gpio: ack the correct bit for langwell gpio interruptsMathias Nyman2011-07-081-1/+1
* | | | gpio: tps65910: add missing breaks in tps65910_gpio_initAxel Lin2011-07-051-0/+2
* | | | gpio/omap4: Fix missing interrupts during device wakeup due to IOPAD.Ambresh K2011-06-161-2/+3
| |/ / |/| |
* | | gpio/nomadik: fix sleepmode for elder NomadikLinus Walleij2011-06-091-11/+29
| |/ |/|
* | Merge branch 'for_3.0/gpio-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Grant Likely2011-06-081-11/+12
|\ \
| * | GPIO: OMAP: add locking around calls to _set_gpio_triggeringColin Cross2011-06-061-0/+9
| * | GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4Colin Cross2011-06-061-10/+2
| * | GPIO: OMAP: fix section mismatch warningsRussell King2011-06-061-1/+1
| |/
* | gpio/samsung: make Kconfig options def_boolH Hartley Sweeten2011-06-071-20/+8
* | gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register settingThomas Abraham2011-06-071-4/+25
* | gpio: Fix gpio-exynos4 build fails in mainlineKyungmin Park2011-05-291-8/+8
|/
* arm gpio drivers: make them 'depends on ARM'Linus Torvalds2011-05-291-0/+4
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-2813-62/+5289
|\
| * Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2011-05-272-0/+2008
| |\