summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio/rc5t583: add gpio driver for RICOH PMIC RC5T583Laxman Dewangan2012-05-194-0/+192
* gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-191-1/+1
* Merge branch 'for_3.5/fixes/gpio-2' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-191-5/+4
|\
| * gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman2012-05-181-3/+3
| * gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman2012-05-181-2/+1
* | gpio: mpc8xxx: Prevent NULL pointer deref in demux handlerThomas Gleixner2012-05-191-1/+2
* | gpio/lpc32xx: Add device tree supportRoland Stigge2012-05-193-2/+102
* | gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-195-47/+41
* | gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-193-0/+37
* | gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard2012-05-191-1/+1
* | Add support for TCA6424AAndreas Schallenberg2012-05-191-13/+30
* | Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely2012-05-126-102/+30
|\|
| * gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma2012-05-121-5/+8
| * gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma2012-05-123-2/+6
| * gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma2012-05-121-47/+0
| * gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma2012-05-121-3/+0
| * gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-9/+3
| * gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma2012-05-121-7/+6
| * gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma2012-05-121-11/+8
| * gpio/omap: remove virtual_irq_start variableTarun Kanti DebBarma2012-05-125-16/+0
| * gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma2012-05-101-6/+3
* | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-1217-426/+81
* | gpio: add MSIC gpio driverMathias Nyman2012-05-113-0/+348
* | gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson2012-05-111-188/+215
* | gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg2012-05-111-3/+1
* | gpio/langwell: convert to use irq_domainMika Westerberg2012-05-082-21/+30
* | Merge tag 'v3.4-rc6' into gpio/nextGrant Likely2012-05-081520-10210/+18444
|\|
| * Linux 3.4-rc6v3.4-rc6Linus Torvalds2012-05-071-1/+1
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-065-5/+21
| |\
| | * intel_mid_powerbtn: mark irq as IRQF_NO_SUSPENDYong Wang2012-05-041-1/+1
| | * arch/x86/platform/geode/net5501.c: change active_low to 0 for LED driverBjarke Istrup Pedersen2012-05-041-1/+1
| | * x86, relocs: Remove an unused variableKusanagi Kouichi2012-04-301-2/+0
| | * asm-generic: Use __BITS_PER_LONG in statfs.hH. Peter Anvin2012-04-301-1/+1
| | * x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann2012-04-271-0/+18
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-05-068-21/+47
| |\ \
| | * | Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-065-17/+34
| | * | Btrfs: fix crash in scrub repair code when device is missingStefan Behrens2012-05-041-0/+7
| | * | btrfs: Fix mismatching struct members in ioctl.hAlexander Block2012-05-041-2/+2
| | * | Btrfs: fix page leak when allocing extent buffersJosef Bacik2012-05-041-2/+2
| | * | Btrfs: Add properly locking around add_root_to_dirty_listChris Mason2012-05-041-0/+2
| * | | x86: fix broken TASK_SIZE for ia32_aoutAl Viro2012-05-061-2/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2012-05-064-8/+5
| |\ \ \
| | * | | alpha: silence 'const' warning in sys_marvel.cMatt Turner2012-05-021-1/+1
| | * | | alpha: include module.h to fix modpost on TsunamiJim Faulkner2012-05-021-0/+1
| | * | | alpha: properly define get/set_rtc_time on Marvel/SMPMatt Turner2012-05-021-6/+2
| | * | | alpha: VGA_HOSE depends on VGA_CONSOLEMatt Turner2012-05-021-1/+1
| * | | | TTY: pdc_cons, fix regression in closeJiri Slaby2012-05-061-1/+1
| * | | | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-05-058-17/+29
| |\ \ \ \
| | * \ \ \ Merge branch 'fix/asoc' into for-linusTakashi Iwai2012-05-051-0/+4
| | |\ \ \ \
| | | * \ \ \ Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/a...Takashi Iwai2012-05-051-0/+4
| | | |\ \ \ \