summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-16regulator: wm831x-dcdc: Use regulator_get_voltage_sel_regmap()Mark Brown
2012-04-16regulator: core: Provide regmap based voltage_sel operationsMark Brown
2012-04-16regulator: core: Allow drivers to pass in a regmapMark Brown
2012-04-15regulator: wm8994: Convert to set_voltage_sel()Mark Brown
2012-04-13regulator: da9052: add device tree supportYing-Chun Liu (PaulLiu)
2012-04-13regulator: max8660: Use devm_kzalloc()Axel Lin
2012-04-13regulator: max1586: Use devm_kzalloc()Axel Lin
2012-04-13regulator: isl6271a-regulator: Use devm_kzalloc()Axel Lin
2012-04-13regulator: Convert max8998 to set_voltage_time_selAxel Lin
2012-04-13regulator: Convert max8998 to get_voltage_selAxel Lin
2012-04-13regulator: twl-regulator: Use twlreg_grp helper functionAxel Lin
2012-04-13regulator: twl-regulator: Implement enable_time callbackAxel Lin
2012-04-13regulator: Update regulator_register() API signature in DocumentationAxel Lin
2012-04-11regulator: Appease smatch in regulator_register()Mark Brown
2012-04-11regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin
2012-04-10regulator: Convert anatop to use a struct to pass in regulator runtime config...Axel Lin
2012-04-10regulator: twl-regulator: Fix off-by-one vsel setting in twl6030smps_set_voltageAxel Lin
2012-04-10regulator: tps65023: Use devm_* APIsAxel Lin
2012-04-10regulator: tps62360: Convert to devm_regmap_init_i2c()Axel Lin
2012-04-10regulator: max8649: Use devm_* APIsAxel Lin
2012-04-10regulator: twl-regulator: Use DIV_ROUND_UP at appropriate placesAxel Lin
2012-04-10regulator: twl-regulator: Simplify the code matching regulator idAxel Lin
2012-04-10regulator: max8998: Use simple equation to get selectorAxel Lin
2012-04-10regulator: max8997: Use simple equation to get selectorAxel Lin
2012-04-10regulator: max8997: Remove n_bits from struct voltage_map_descAxel Lin
2012-04-10regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macroAxel Lin
2012-04-10regulator: Use one s5m8767_ops for both LDOs and BUCKsAxel Lin
2012-04-10regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKsAxel Lin
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown
2012-04-10regulator: Fix build error for mc13783 and mc13892Axel Lin
2012-04-10regulator: Fix a typo in da903x.cAxel Lin
2012-04-10regulator: Fix build of ab8500Mark Brown
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown
2012-04-08Linux 3.4-rc2Linus Torvalds
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2012-04-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-04-07Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-04-07tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad
2012-04-07tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad
2012-04-07Merge branches 'idle-fix' and 'misc' into releaseLen Brown
2012-04-07MAINTAINERS: Update git url for ACPIIgor Murzov
2012-04-07Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds
2012-04-07Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-04-07Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-04-06Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani