summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'samsung/devel' of git+ssh://git.linaro.org/home/arndbergmann/pu...Arnd Bergmann2011-10-208-1263/+2694
|\
| * Merge branch 'next/topic-gpio-samsung' into next-samsung-develKukjin Kim2011-10-047-1253/+2689
| |\
| | * gpio/samsung: correct pin configuration for S5PC100/S5PC110/EXYNOS4Marek Szyprowski2011-10-041-15/+15
| | * gpio/samsung: fix GPIO interrupt registration for EXYNOS4 SoCsMarek Szyprowski2011-10-041-1/+1
| | * gpio/samsung: fix broken configuration for EXYNOS4 GPIO banksMarek Szyprowski2011-10-041-0/+2
| | * gpio/samsung: gpio-samsung.c to support Samsung GPIOsKukjin Kim2011-09-2110-2350/+2687
| | * gpio/s5p64x0: move gpio driver into drivers/gpio/Kukjin Kim2011-09-213-0/+515
| | * gpio/s3c64xx: move gpio driver into drivers/gpio/Kukjin Kim2011-09-213-0/+294
| | * gpio/s3c24xx: move gpio driver into drivers/gpio/Kukjin Kim2011-09-213-0/+288
| * | drivers/gpio/gpio-generic.c: fix build errorsRussell King2011-09-141-10/+5
| |/
* | gpio/mxs: move irq_to_gpio() into gpio-mxs driverShawn Guo2011-08-171-0/+2
* | gpio/mxc: move irq_to_gpio() into gpio-mxc driverShawn Guo2011-08-171-0/+2
* | gpio/mxc: add .to_irq for gpio chipShawn Guo2011-08-161-0/+10
|/
* Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-015-1/+1088
|\
| * Merge branch 'msm-move-gpio' of git://codeaurora.org/quic/kernel/davidb/linux...Grant Likely2011-08-014-0/+1087
| |\
| | * gpio_msm: Move Qualcomm MSM v2 gpio driver into driversDavid Brown2011-08-013-0/+442
| | * gpio_msm: Move Qualcomm v6 MSM driver into driversDavid Brown2011-08-013-0/+645
| * | gpio: ab8500: fix MODULE_ALIAS for ab8500Axel Lin2011-07-281-1/+1
* | | tps65912: gpio: add gpio driverMargarita Olaya2011-07-313-0/+163
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-254-7/+6
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-07-114-14/+35
| |\ \
| * | | Update my e-mail addressMichael Büsch2011-07-071-1/+1
| * | | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0
| * | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-4/+4
* | | | 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/+0
| * | | mcp23s08: remove unused work queuePeter Korsgaard2011-07-141-3/+0
| * | | gpio/da9052: remove a redundant assignment for gpio->da9052Axel Lin2011-07-141-1/+0
| * | | 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-051-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/+28
| * | | 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/+153
| |\ \ \
| | * | | gpio/omap: cleanup show revision, remove cpu_is checks, display only onceKevin Hilman2011-06-161-8/+6
| | * | | gpio/omap: debounce remove SoC specific registers, use pdataKevin Hilman2011-06-161-12/+3
| | * | | gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefsKevin Hilman2011-06-161-34/+16
| | * | | gpio/omap: remove useless gpio_valid() & check_gpio() checksKevin Hilman2011-06-161-45/+0
| | * | | gpio/omap: convert MPUIO IRQ over to generic irq_chipKevin Hilman2011-06-161-44/+30
| | * | | gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefsKevin Hilman2011-06-161-99/+30
| | * | | 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
OpenPOWER on IntegriCloud