summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: Convert drivers/i2c/muxes/* to use module_i2c_driver()Axel Lin2012-03-262-24/+2
| * | | i2c-i801: Use usleep_range to wait for command completionJean Delvare2012-03-261-12/+12
| * | | i2c-i801: Add device IDs for Intel Lynx PointSeth Heasley2012-03-263-0/+5
| * | | i2c-isch: Decrease delay in command completion check loopOlivier Sobrie2012-03-261-5/+5
| * | | i2c-gpio: Use linux/gpio.h rather than asm/gpio.hMark Brown2012-03-261-2/+1
| | |/ | |/|
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-2823-146/+1017
|\ \ \
| * | | gpio/ep93xx: Remove unused inline function and useless pr_err messageH Hartley Sweeten2012-03-251-8/+0
| * | | gpio/sodaville: Mark broken due to core irqdomain migrationGrant Likely2012-03-231-1/+1
| * | | Merge branch 'for_3.4/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-03-231-22/+25
| |\ \ \
| | * | | gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma2012-03-211-11/+7
| | * | | gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma2012-03-211-2/+4
| | * | | gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma2012-03-201-4/+1
| | * | | gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma2012-03-201-2/+5
| | * | | gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma2012-03-201-1/+4
| | * | | gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma2012-03-201-2/+3
| | * | | gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma2012-03-201-0/+1
| * | | | gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren2012-03-191-1/+1
| |/ / /
| * | | gpio/davinci: fix enabling unbanked GPIO IRQsSekhar Nori2012-03-121-5/+6
| * | | gpio/davinci: fix oops on unbanked gpio irq requestSekhar Nori2012-03-121-5/+10
| * | | gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren2012-03-121-1/+1
| * | | ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann2012-03-121-0/+2
| * | | gpio/gpio-stmpe: Fix the value returned by _get_value routineBhupesh Sharma2012-03-121-1/+1
| * | | Documentation/gpio.txt: Explain expected pinctrl interactionStephen Warren2012-03-121-3/+20
| * | | GPIO: LPC32xx: Add output reading to GPO P3Roland Stigge2012-03-121-0/+17
| * | | GPIO: LPC32xx: Fix missing bit selection maskRoland Stigge2012-03-121-1/+1
| * | | gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman2012-03-121-0/+34
| * | | Merge tag 'v3.3-rc7' into gpio/nextGrant Likely2012-03-12722-3723/+5533
| |\ \ \
| * | | | gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson2012-03-052-35/+20
| * | | | gpio/omap: Add DT support to GPIO driverBenoit Cousson2012-03-052-9/+148
| * | | | gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson2012-03-051-20/+15
| * | | | gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson2012-03-051-14/+9
| * | | | gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown2012-03-051-0/+2
| * | | | gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan2012-03-052-0/+42
| * | | | gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan2012-03-052-2/+45
| * | | | Documentation: gpio: Add details of open-drain/source configurationLaxman Dewangan2012-03-051-2/+15
| * | | | gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-023-5/+6
| * | | | Merge branch 'irqdomain/next' into gpio/nextGrant Likely2012-02-28662-46577/+5684
| |\ \ \ \
| * \ \ \ \ Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/sc...Grant Likely2012-02-22593-9020/+6048
| |\ \ \ \ \
| * | | | | | gpio/gpio-pl061: No need of thaw and poweroff routines for hibernateViresh Kumar2012-02-161-1/+6
| * | | | | | Fix circular locking dependency (3.3-rc2)Ming Lei2012-02-151-3/+5
| * | | | | | of_gpio: add support of of_gpio_named_count to be able to count named gpioJean-Christophe PLAGNIOL-VILLARD2012-02-052-6/+30
| * | | | | | gpio: tps65910: Add sleep control supportLaxman Dewangan2012-02-052-2/+26
| * | | | | | gpio: Add a driver for Sodaville GPIO controllerSebastian Andrzej Siewior2012-02-035-2/+364
| * | | | | | ARM/mx35/3ds: gpio: add mc9s08dz60 gpio functionwu guoxing2012-01-303-0/+168
* | | | | | | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-2869-1126/+5211
|\ \ \ \ \ \ \
| * | | | | | | gpio/twl: Add DT support to gpio-twl4030 driverBenoit Cousson2012-03-222-29/+73
| * | | | | | | gpio/twl: Allocate irq_desc dynamically for SPARSE_IRQ supportBenoit Cousson2012-03-221-16/+17
| * | | | | | | mfd: Detach twl6040 from the pmic mfd driverPeter Ujfalusi2012-03-221-26/+33
| * | | | | | | mfd: Replace twl-* pr_ macros by the dev_ equivalent and do various cleanupsBenoit Cousson2012-03-223-45/+46
| * | | | | | | mfd: Micro-optimization on twl4030 IRQ handlerFelipe Balbi2012-03-221-7/+7
OpenPOWER on IntegriCloud