summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-15regulator: tps62360: use devm_* for gpio requestLaxman Dewangan1-22/+6
2012-07-15Merge tag 'v3.5-rc7' into regulator-driversMark Brown155-785/+1510
2012-07-14blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo1-5/+3
2012-07-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+1
2012-07-14Merge tag 'cpufreq-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2012-07-14ACPICA: Fix possible fault in return package object repair codeBob Moore1-1/+1
2012-07-13Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds1-1/+2
2012-07-13Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2012-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-1/+44
2012-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-130/+285
2012-07-13Merge tag 'mmc-fixes-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+13
2012-07-13Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtdLinus Torvalds3-22/+37
2012-07-13Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-101/+133
2012-07-13regulator: tps6586x: add support for input supplyLaxman Dewangan1-22/+25
2012-07-12Input: xpad - add Andamiro Pump It Up padYuri Khan1-0/+1
2012-07-12hwmon: (it87) Preserve configuration register bits on initJean Delvare1-1/+1
2012-07-12cpufreq / ACPI: Fix not loading acpi-cpufreq driver regressionThomas Renninger1-2/+4
2012-07-12regulator: tps65217: Add device tree supportAnilKumar Ch2-2/+66
2012-07-12regulator: aat2870: Remove unused min_uV and max_uV from struct aat2870_regul...Axel Lin1-5/+0
2012-07-12regulator: aat2870: Convert to regulator_list_voltage_tableAxel Lin1-13/+3
2012-07-12regulator: da9052: initialize of_node param for regulator registerAxel Lin1-0/+1
2012-07-12regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is...Axel Lin1-3/+2
2012-07-12regulator: s2mps11: Fix wrong setting for config.devAxel Lin1-9/+5
2012-07-12regulator: s2mps11: Fixup missing commasAxel Lin1-7/+7
2012-07-12regulator: tps65910: Remvoe tps65910_reg_[read|modify_bits|read_locked|write_...Axel Lin1-111/+73
2012-07-11Merge tag 'fbdev-fixes-for-3.5-2' of git://github.com/schandinat/linux-2.6Linus Torvalds7-22/+33
2012-07-11Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-8/+15
2012-07-11drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman1-1/+1
2012-07-11sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter1-2/+2
2012-07-11drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau1-2/+3
2012-07-11drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones1-1/+7
2012-07-11drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones1-1/+1
2012-07-11drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga1-1/+1
2012-07-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-14/+14
2012-07-11media: mx2_camera: Fix mbus format handlingJavier Martin1-5/+22
2012-07-11Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2012-07-11Merge tag 'pm-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-22/+0
2012-07-11Merge tag 'usb-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-54/+104
2012-07-11Merge tag 'char-misc-3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2012-07-11Merge tag 'fixes-for-v3.5-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2012-07-11regulator: s2mps11: Add samsung s2mps11 regulator driverSangbeom Kim3-0/+377
2012-07-11Input: xpad - add signature for Razer Onza Tournament EditionIlia Katsnelson1-1/+3
2012-07-11Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan3-0/+5
2012-07-10mmc: cd-gpio: pass IRQF_ONESHOT to request_threaded_irq()Guennadi Liakhovetski1-2/+2
2012-07-10mmc: core: Revert "skip card initialization if power class selection fails"Venkatraman S1-7/+11
2012-07-10gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO definedJerry Snitselaar1-0/+2
2012-07-10Merge tag 'fixes-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds7-9/+29
2012-07-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-1/+1
2012-07-10ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resumeJonathan Nieder1-22/+0
2012-07-10Revert "of: match by compatible property first"Linus Torvalds1-26/+4