summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-19gpiolib: Implement devm_gpio_request_one()Mark Brown1-0/+29
2012-05-19gpio-mcp23s08: dbg_show: fix pullup configuration displayPeter Korsgaard1-1/+1
2012-05-19Add support for TCA6424AAndreas Schallenberg1-13/+30
2012-05-12Merge branch 'for_3.5/gpio/cleanup' of git://git.kernel.org/pub/scm/linux/ker...Grant Likely1-86/+26
2012-05-12gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma1-5/+8
2012-05-12gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma1-2/+2
2012-05-12gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma1-47/+0
2012-05-12gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma1-3/+0
2012-05-12gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma1-9/+3
2012-05-12gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma1-7/+6
2012-05-12gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma1-11/+8
2012-05-12gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown1-0/+8
2012-05-11gpio: add MSIC gpio driverMathias Nyman3-0/+348
2012-05-11gpio: samsung: refactor gpiolib init for exynos4/5Olof Johansson1-188/+215
2012-05-11gpio/langwell: re-read the IRQ status register after each iterationMika Westerberg1-3/+1
2012-05-10gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma1-6/+3
2012-05-08gpio/langwell: convert to use irq_domainMika Westerberg2-21/+30
2012-05-08Merge tag 'v3.4-rc6' into gpio/nextGrant Likely617-4709/+9183
2012-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-05-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-13/+10
2012-05-05ACPI: Fix D3hot v D3cold confusionLin Ming3-13/+10
2012-05-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2012-05-05intel_mid_powerbtn: mark irq as IRQF_NO_SUSPENDYong Wang1-1/+1
2012-05-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-14/+23
2012-05-04Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2-5/+1
2012-05-04drm/radeon: clarify and extend wb setup on APUs and NI+ asicsAlex Deucher1-2/+2
2012-05-04md/bitmap: fix calculation of 'chunks' - missing shift.NeilBrown2-5/+1
2012-05-04Merge tag 'mfd-for-linus-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-05-04Merge branch 'efi-vars' from Matthew GarrettLinus Torvalds1-16/+30
2012-05-04efivars: Improve variable validationMatthew Garrett1-16/+30
2012-05-04Merge tag 'tag/upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+7
2012-05-04Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds4-8/+15
2012-05-04Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-6/+17
2012-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-271/+415
2012-05-04Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2012-05-03ata: ahci_platform: Add synopsys ahci controller in DT's compatible listViresh Kumar1-0/+1
2012-05-03ata/pata_arasan_cf: Move arasan_cf_pm_ops out of #ifdef, #endif macrosViresh Kumar1-3/+1
2012-05-03libata: init ata_print_id to 0Tero Roponen1-1/+1
2012-05-03ahci: Detect Marvell 88SE9172 SATA controllerMatt Johnson1-0/+2
2012-05-03libata: skip old error history when counting probe trialsLin Ming1-1/+2
2012-05-03Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie5-12/+21
2012-05-03drm/i915: enable dip before writing data on gen4Paulo Zanoni1-1/+1
2012-05-03nouveau: initialise has_optimus variable.Dave Airlie1-1/+1
2012-05-03sungem: Fix WakeOnLanGerard Lledo1-1/+1
2012-05-03usbnet: fix failure handling in usbnet_probetom.leiming@gmail.com1-1/+3
2012-05-03usbnet: fix leak of transfer buffer of dev->interrupttom.leiming@gmail.com1-0/+1
2012-05-03ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund1-3/+3
2012-05-03net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund1-1/+1
2012-05-03Merge tag 'usb-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-181/+195
2012-05-03Merge tag 'tty-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-7/+19