summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-2250-802/+2820
|\
| * gpio/mxc/mxs: fix build error introduced by the irq_gc_ack() renamingShawn Guo2011-07-192-4/+4
| * mcp23s08: add i2c supportPeter Korsgaard2011-07-152-8/+191
| * mcp23s08: isolate spi specific partsPeter Korsgaard2011-07-151-24/+57
| * mcp23s08: get rid of setup/teardown callbacksPeter Korsgaard2011-07-151-19/+0Star
| * mcp23s08: remove unused work queuePeter Korsgaard2011-07-151-3/+0Star
| * gpio/da9052: remove a redundant assignment for gpio->da9052Axel Lin2011-07-141-1/+0Star
| * gpio/mxc: add device tree probe supportShawn Guo2011-07-081-6/+28
| * gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-081-18/+107
| * gpio/mxc: add missing initialization of basic_mmio_gpio shadow variablesLothar Waßmann2011-07-071-0/+2
| * gpio: Move mpc5200 gpio driver to drivers/gpioGrant Likely2011-07-063-0/+381
| * GPIO: DA9052 GPIO module v3ashishj32011-07-063-0/+285
| * gpio/tegra: Use engineering names in DT compatible propertyStephen Warren2011-07-061-1/+1
| * gpio/ml-ioh: fix off-by-one for displaying variable i in dev_errAxel Lin2011-06-161-1/+1
| * gpio/pca953x: Deprecate meaningless device-tree bindingsDavid Jander2011-06-161-2/+9
| * gpio/pca953x: Remove dynamic platform data pointerDavid Jander2011-06-161-49/+28Star
| * gpio/pca953x: Fix IRQ support.David Jander2011-06-161-1/+3
| * Merge branch 'for_3.1/gpio-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2011-06-161-570/+153Star
| |\
| | * gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-161-8/+6Star
| | * gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman2011-06-161-12/+3Star
| | * gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefsKevin Hilman2011-06-161-34/+16Star
| | * gpio/omap: remove useless gpio_valid() & check_gpio() checksKevin Hilman2011-06-161-45/+0Star
| | * gpio/omap: convert MPUIO IRQ over to generic irq_chipKevin Hilman2011-06-161-44/+30Star
| | * gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefsKevin Hilman2011-06-161-99/+30Star
| | * gpio/omap: consolidate IRQ status handling, remove #ifdefsKevin Hilman2011-06-161-61/+5Star
| | * gpio/omap: consolidate direction, input, output, remove #ifdefsKevin Hilman2011-06-161-200/+43Star
| | * gpio/omap: remove get_gpio_bank()Charulatha V2011-06-161-27/+2Star
| | * gpio/omap: replace get_gpio_index() by using bank widthKevin Hilman2011-06-161-25/+17Star
| | * gpio/omap: _get_gpio_irqbank_mask: replace hard-coded mask with bank->widthKevin Hilman2011-06-161-7/+1Star
| | * gpio/omap: move bank width into struct gpio_bankKevin Hilman2011-06-161-7/+6Star
| | * gpio/omap: remove MPUIO handling from _clear_gpio_irqbank()Kevin Hilman2011-06-161-6/+0Star
| | * gpio/omap: _clear_gpio_irqbank: fix flushing of posted writeKevin Hilman2011-06-161-2/+1Star
| * | 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-121-1/+1
| * | gpio/vr41xx: Convert use of struct resource to resource_size(ptr)Joe Perches2011-06-111-1/+1
| * | gpio/ep93xx: Remove superfluous debug pr_info statementGrant Likely2011-06-091-1/+0Star
| * | gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryH Hartley Sweeten2011-06-092-121/+120Star
| * | 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-081-1/+1
| * | gpio/mxs: convert gpio-mxs to use generic irq chipShawn Guo2011-06-072-61/+35Star
| * | gpio/mxs: remove irq_high related implementationShawn Guo2011-06-071-14/+4Star
| * | gpio/mxs: convert gpio-mxs to use basic_mmio_gpio libraryShawn Guo2011-06-072-62/+19Star
| * | gpio/mxc: convert gpio-mxc to use generic irq chipShawn Guo2011-06-072-61/+30Star
| * | gpio: reorganize driversGrant Likely2011-06-0644-111/+83Star
| * | Merge branch 'gpio/next-mx' into gpio/nextGrant Likely2011-06-064-0/+760
| |\ \