aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-04
|\
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-28
* | Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-04
|\ \
| * | firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd2012-03-28
| * | firmware_class: Reorganize fw_create_instance()Stephen Boyd2012-03-28
| * | firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki2012-03-28
| * | firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki2012-03-28
| * | firmware_class: Rework usermodehelper checkRafael J. Wysocki2012-03-28
| * | Merge branch 'pm-runtime' into linux-nextRafael J. Wysocki2012-03-28
| |\ \
| | * | PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern2012-03-26
* | | | Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-04-04
|\ \ \ \
| * | | | regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen2012-04-01
* | | | | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-04-04
|\ \ \ \ \
| * | | | | regulator: Remove non-existent parameter from fixed-helper.c kernel docRuss Dill2012-03-31
| * | | | | regulator: Fix setting new voltage in s5m8767_set_voltageAxel Lin2012-03-31
| * | | | | regulator: fix sysfs name collision between dummy and fixed dummy regulatorShawn Guo2012-03-31
| * | | | | regulator: Fix deadlock on removal of regulators with suppliesMark Brown2012-03-29
| * | | | | regulator: Only update [LDOx|DCx]_HIB_MODE bits in wm8350_[ldo|dcdc]_set_susp...Axel Lin2012-03-29
| * | | | | regulator: Fix setting low power mode for wm831x aldoAxel Lin2012-03-29
| * | | | | regulator: Return microamps in wm8350_isink_get_currentAxel Lin2012-03-28
| * | | | | regulator: wm8350: Fix the logic to choose best current limit settingAxel Lin2012-03-28
| * | | | | regulator: wm831x-isink: Fix the logic to choose best current limit settingAxel Lin2012-03-28
| * | | | | regulator: wm831x-dcdc: Fix the logic to choose best current limit settingAxel Lin2012-03-28
| * | | | | regulator: anatop: patching to device-tree property "reg".Ying-Chun Liu (PaulLiu)2012-03-28
| * | | | | regulator: Do proper shift to set correct bit for DC[2|5]_HIB_MODE settingAxel Lin2012-03-26
| * | | | | regulator: Fix restoring pmic.dcdcx_hib_mode settings in wm8350_dcdc_set_susp...Axel Lin2012-03-26
| * | | | | regulator: Fix unbalanced lock/unlock in mc13892_regulator_probe error pathAxel Lin2012-03-26
| * | | | | regulator: Fix set and get current limit for wm831x_buckvAxel Lin2012-03-26
| * | | | | regulator: tps6586x: Fix list minimal voltage setting for LDO0Axel Lin2012-03-26
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-04
|\ \ \ \ \ \
| * | | | | | x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown2012-03-30
* | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-04
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (ad7314) Adds missing spi_dev initializationGraeme Smecher2012-04-03
| * | | | | | | hwmon: (k10temp) Add support for AMD Trinity CPUsAndre Przywara2012-04-01
| * | | | | | | hwmon: (w83627ehf) mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-01
| * | | | | | | hwmon: (acpi_power_meter) fix lockdep spew due to non-static lock classKyle McMartin2012-04-01
| * | | | | | | hwmon: (adm1031) Fix compiler warningGuenter Roeck2012-04-01
| * | | | | | | hwmon: (f75375s) Fix warning message seen in some configurationsGuenter Roeck2012-04-01
| * | | | | | | hwmon: (max6639) Convert to dev_pm_opsMark Brown2012-04-01
| * | | | | | | hwmon: (sht15) Fix Kconfig dependenciesGuenter Roeck2012-04-01
| * | | | | | | hwmon: (gpio-fan) Fix Kconfig dependenciesGuenter Roeck2012-04-01
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'mce-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-04
|\ \ \ \ \ \ \
| * | | | | | | MCE, AMD: Drop too granulary family model checksBorislav Petkov2012-04-04
| |/ / / / / /
* | | | | | | Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2012-04-04
|\ \ \ \ \ \ \
| * | | | | | | md/raid1,raid10: don't compare excess byte during consistency check.NeilBrown2012-04-03
| * | | | | | | md/raid5: Fix a bug about judging if the operation is syncing or replacingmajianpeng2012-04-03
| * | | | | | | md/raid1:Remove unnecessary rcu_dereference(conf->mirrors[i].rdev).majianpeng2012-04-03
| * | | | | | | md: Avoid OOPS when reshaping raid1 to raid0Jes Sorensen2012-04-03
| * | | | | | | md/raid5: fix handling of bad blocks during recovery.NeilBrown2012-04-03
| * | | | | | | md/raid1: If md_integrity_register() failed,run() must free the memmajianpeng2012-04-01