aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+4
2011-06-08Merge branch 'for_3.0/gpio-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/mergeGrant Likely1-11/+12
2011-06-07gpio/samsung: make Kconfig options def_boolH Hartley Sweeten1-20/+8
2011-06-07gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register settingThomas Abraham1-4/+25
2011-06-06GPIO: OMAP: add locking around calls to _set_gpio_triggeringColin Cross1-0/+9
2011-06-06GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4Colin Cross1-10/+2
2011-06-06GPIO: OMAP: fix section mismatch warningsRussell King1-1/+1
2011-05-29gpio: Fix gpio-exynos4 build fails in mainlineKyungmin Park1-8/+8
2011-05-29arm gpio drivers: make them 'depends on ARM'Linus Torvalds1-0/+4
2011-05-28Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds13-62/+5289
2011-05-27Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/nextGrant Likely2-0/+2008
2011-05-27gpio/pch_gpio: Support new device ML7223Tomoya MORINAGA2-1/+9
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen1-2/+2
2011-05-27GPIO: OMAP: move to drivers/gpioKevin Hilman2-0/+2008
2011-05-27TPS65911: Add support for added GPIO linesJorge Eduardo Candelaria1-10/+19
2011-05-27GPIO: TPS65910: Move driver to drivers/gpio/Jorge Eduardo Candelaria3-0/+99
2011-05-26gpio: Move the s5pc100 GPIO to drivers/gpioKyungmin Park3-0/+362
2011-05-26gpio: Move the s5pv210 GPIO to drivers/gpioKyungmin Park3-0/+295
2011-05-26gpio: Move the exynos4 GPIO to drivers/gpioKyungmin Park3-0/+372
2011-05-26gpio: Move to Samsung common GPIO library to drivers/gpioKyungmin Park3-0/+213
2011-05-26gpio/nomadik: add function to read GPIO pull down statusRickard Andersson1-4/+30
2011-05-26gpio/nomadik: show all pins in debugRabin Vincent1-4/+27
2011-05-26gpio: move Nomadik GPIO driver to drivers/gpioGrant Likely2-0/+1021
2011-05-26gpio: move U300 GPIO driver to drivers/gpioLinus Walleij2-0/+701
2011-05-26langwell_gpio: add runtime pm supportKristen Carlson Accardi1-0/+65
2011-05-26gpio/pca953x: Add support for pca9574 and pca9575 devicesHaojian Zhuang1-58/+191
2011-05-26gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535Ed Wildgoose1-1/+1
2011-05-26Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-150/+418
2011-05-26mfd: Use mfd cell platform_data for janz cells platform bitsSamuel Ortiz1-2/+1
2011-05-26mfd: Use mfd cell platform_data for rdc321x cells platform bitsSamuel Ortiz1-2/+1
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz1-3/+3
2011-05-25drivers/gpio/ml_ioh_gpio.c needs slab.hAndrew Morton1-0/+3
2011-05-25drivers/gpio/vx855_gpio.c needs slab.hAndrew Morton1-0/+1
2011-05-20basic_mmio_gpio: split into a gpio library and platform deviceJamie Iles3-148/+176
2011-05-20gpio: remove some legacy comments in build filesLinus Walleij2-9/+5
2011-05-20gpio: add trace events for setting direction and valueUwe Kleine-König1-2/+16
2011-05-20gpio/pca953x: Use handle_simple_irq instead of handle_edge_irqErik Botö1-1/+1
2011-05-20gpiolib: export gpiochip_findJean Delvare1-0/+1
2011-05-20gpio: remove redundant Kconfig depends on GPIOLIBH Hartley Sweeten1-5/+4
2011-05-20basic_mmio_gpio: convert to non-__raw* accessorsJamie Iles1-8/+8
2011-05-20basic_mmio_gpio: support direction registersJamie Iles1-2/+112
2011-05-20basic_mmio_gpio: support different input/output registersJamie Iles1-5/+33
2011-05-20basic_mmio_gpio: detect output method at probe timeJamie Iles1-31/+59
2011-05-20basic_mmio_gpio: request register regionsJamie Iles1-3/+13
2011-05-20basic_mmio_gpio: allow overriding number of gpioJamie Iles1-6/+12
2011-05-20basic_mmio_gpio: convert to platform_{get,set}_drvdata()Jamie Iles1-2/+2
2011-05-20basic_mmio_gpio: remove runtime width/endianness evaluationJamie Iles1-44/+92
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-4/+3
2011-04-26Merge branch 'master' into for-nextJiri Kosina19-123/+634