summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2012-07-17gpiolib: Defer failed gpio requests by defaultMark Brown
2012-07-17gpio/pca953x: increase variables size to support 24 bit of dataLeed Aguilar
2012-07-17GPIO: PCA953X: Increase size of invert variable to support 24 bitChandrabhanu Mahapatra
2012-07-17gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()Tarun Kanti DebBarma
2012-07-17gpio/mxc: use the edge_sel feature if availableBenoît Thébaudeau
2012-07-17gpio: propagate of_parse_phandle_with_args errorsAlexandre Courbot
2012-07-17gpio: samsung: add flags specifier to device-tree bindingOlof Johansson
2012-07-17gpiolib: Add support for Wolfson Microelectronics Arizona class devicesMark Brown
2012-07-12gpio: gpio-lpc32xx: Add gpio_to_irq mappingRoland Stigge
2012-07-12gpio: pcf857x: share 8/16 bit access functionsKuninori Morimoto
2012-07-12gpio: LPC32xx: Driver cleanupRoland Stigge
2012-07-12gpiolib: wm8994: Convert to devm_kzalloc()Mark Brown
2012-07-12gpiolib: wm8994: Use irq_domain mappings for gpiosMark Brown
2012-07-12gpio: add a driver for GPIO pins found on AMD-8111 south bridge chipsDmitry Eremin-Solenikov
2012-07-05Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 into grantLinus Walleij
2012-06-03gpio/samsung: fix the typo 'exynos5_xxx' instead of 'exonys5_xxx'Kukjin Kim
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-05-26Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-25gpio/tca6424: merge I2C transactions, remove castAndreas Schallenberg
2012-05-25gpio/of: fix a typo of comment messageDong Aisheng
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-22gpio: tps65910: dt: process gpio specific device node infoLaxman Dewangan
2012-05-22gpio: Add Intel Centerton support to gpio-schSeth Heasley
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-22Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-05-21GPIO: MIPS: lantiq: convert gpio-stp-xway to OFJohn Crispin
2012-05-21GPIO: MIPS: lantiq: convert gpio-mm-lantiq to OF and of_mm_gpioJohn Crispin
2012-05-21GPIO: MIPS: lantiq: move gpio-stp and gpio-ebu to the subsystem folderJohn Crispin
2012-05-20mfd: Convert wm831x to irq_domainMark Brown
2012-05-20gpio: Convert tps65910 to a platform driverLaxman Dewangan
2012-05-20mfd: Commonize tps65910 regmap access through headerRhyland Klein
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely
2012-05-18gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan
2012-05-18gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten
2012-05-18Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely
2012-05-18gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner
2012-05-18gpio/lpc32xx: Add device tree supportRoland Stigge
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely
2012-05-18gpiolib: Implement devm_gpio_request_one()Mark Brown
2012-05-18gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard
2012-05-18Add support for TCA6424AAndreas Schallenberg
2012-05-18gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman
2012-05-18gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman
2012-05-18gpio: Emma Mobile GPIO driver V2Magnus Damm
2012-05-16ARM: EXYNOS: add GPC4 bank instanceSangsu Park