summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | gpio-pch: Set parent dev for gpio chipAlexander Stein2012-11-041-0/+1
| * | | | | gpio: em: Fix build errorsAxel Lin2012-11-041-3/+3
| * | | | | GPIO: clps711x: use platform_device_unregister in gpio_clps711x_init()Wei Yongjun2012-10-271-2/+1
| * | | | | gpio/tc3589x: convert to use the simple irqdomainLinus Walleij2012-10-261-11/+9
| * | | | | gpio/em: convert to linear IRQ domainLinus Walleij2012-10-261-39/+7
| * | | | | gpio/mvebu: convert to use irq_domain_add_simple()Linus Walleij2012-10-261-2/+2
| * | | | | gpio/tegra: convert to use linear irqdomainLinus Walleij2012-10-261-9/+5
| * | | | | gpiolib: unlock on error in gpio_export()Dan Carpenter2012-10-261-1/+2
| * | | | | gpiolib: add gpio get direction callback supportMathias Nyman2012-10-261-1/+37
| * | | | | GPIO: clps711x: Fix direction logic for PORTDAlexander Shiyan2012-10-261-14/+51
| * | | | | GPIO: clps711x: Fix return value for gpio_clps711x_getAlexander Shiyan2012-10-241-1/+1
| * | | | | gpiolib: Refactor gpio_exportRyan Mallon2012-10-231-39/+46
| * | | | | GPIO: vt8500: Add extended gpio bank for WM8505/WM8650Tony Prisk2012-10-191-0/+2
| * | | | | GPIO: Add support for GPIO on CLPS711X-target platformAlexander Shiyan2012-10-153-0/+168
| * | | | | DA9055 GPIO driverAshish Jangam2012-10-153-0/+216
| * | | | | gpio/gpio-omap: Use existing pointer to struct deviceTobias Klauser2012-10-151-1/+1
| * | | | | gpio/gpio-pl061: Covert to use devm_* functionsTobias Klauser2012-10-151-37/+22
* | | | | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-113-0/+59
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'acpi-enumeration'Rafael J. Wysocki2012-11-303-0/+59
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | gpio / ACPI: add ACPI supportMathias Nyman2012-11-303-0/+59
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-112-0/+128
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin2012-11-211-1/+3
| * | | | | gpiolib: rename pin range argumentsLinus Walleij2012-11-211-9/+10
| * | | | | gpiolib: return any error code from range creationLinus Walleij2012-11-211-1/+2
| * | | | | gpiolib: rename find_pinctrl_*Linus Walleij2012-11-211-1/+1
| * | | | | gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-212-3/+41
| * | | | | gpiolib: separation of pin concernsLinus Walleij2012-11-112-17/+14
| * | | | | gpiolib: call pin removal in chip removal functionLinus Walleij2012-11-111-0/+1
| * | | | | gpiolib: remove duplicate pin range codeLinus Walleij2012-11-111-12/+1
| * | | | | gpiolib-of: staticize the pin range callsLinus Walleij2012-11-111-4/+4
| * | | | | gpiolib: fix up function prototypes etcLinus Walleij2012-11-111-5/+5
| * | | | | gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-112-0/+99
| |/ / / /
* | | | | gpio-mcp23s08: Build I2C support even when CONFIG_I2C=mDaniel M. Weeks2012-11-171-3/+3
* | | | | gpio: adnp: Depend on OF_GPIO instead of OFThierry Reding2012-11-171-1/+1
* | | | | mvebu-gpio: Disable blinking when enabling a GPIO for outputJamie Lentin2012-11-171-0/+23
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-11-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | sparc: Allow OF_GPIO on sparc.David S. Miller2012-11-061-1/+1
| | |/ | |/|
* | | Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-305-7/+48
|\ \ \ | |/ / |/| |
| * | GPIO: mvebu-gpio: Don't initialize the mask_cacheAndrew Lunn2012-10-301-1/+1
| * | gpio/omap: fix off-mode bug: clear debounce settings on free/resetJon Hunter2012-10-271-0/+35
| * | gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman2012-10-261-3/+7
| * | gpio: mvebu: correctly set the value in direction_output()Thomas Petazzoni2012-10-241-0/+2
| * | gpio-74x164: Fix buffer allocation sizeRoland Stigge2012-10-161-1/+1
| * | gpio-timberdale: fix a potential wrapping issueDan Carpenter2012-10-151-2/+2
| |/
* | gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_typeAxel Lin2012-10-171-0/+3
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-091-1/+1
|\
| * GPIO: MIPS: lantiq: fix overflow inside stp-xway driverJohn Crispin2012-09-131-1/+1
* | Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-073-0/+686
|\ \
| * \ Merge branch 'kirkwood/drivers' of git://git.infradead.org/users/jcooper/linu...Olof Johansson2012-09-223-0/+686
| |\ \
| | * | gpio: introduce gpio-mvebu driver for Marvell SoCsThomas Petazzoni2012-09-223-0/+686
OpenPOWER on IntegriCloud