aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-16regulator: core: Allow drivers to pass in a regmapMark Brown1-0/+2
2012-04-15regulator: wm8994: Convert to set_voltage_sel()Mark Brown1-35/+6
2012-04-13regulator: da9052: add device tree supportYing-Chun Liu (PaulLiu)1-1/+28
2012-04-13regulator: max8660: Use devm_kzalloc()Axel Lin1-13/+7
2012-04-13regulator: max1586: Use devm_kzalloc()Axel Lin1-11/+5
2012-04-13regulator: isl6271a-regulator: Use devm_kzalloc()Axel Lin1-6/+1
2012-04-13regulator: Convert max8998 to set_voltage_time_selAxel Lin1-7/+28
2012-04-13regulator: Convert max8998 to get_voltage_selAxel Lin1-9/+10
2012-04-13regulator: twl-regulator: Use twlreg_grp helper functionAxel Lin1-11/+10
2012-04-13regulator: twl-regulator: Implement enable_time callbackAxel Lin1-4/+19
2012-04-11regulator: Appease smatch in regulator_register()Mark Brown1-1/+3
2012-04-11regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin4-19/+6
2012-04-10regulator: Convert anatop to use a struct to pass in regulator runtime configurationAxel Lin1-2/+7
2012-04-10regulator: twl-regulator: Fix off-by-one vsel setting in twl6030smps_set_voltageAxel Lin1-4/+10
2012-04-10regulator: tps65023: Use devm_* APIsAxel Lin1-11/+3
2012-04-10regulator: tps62360: Convert to devm_regmap_init_i2c()Axel Lin1-3/+1
2012-04-10regulator: max8649: Use devm_* APIsAxel Lin1-13/+6
2012-04-10regulator: twl-regulator: Use DIV_ROUND_UP at appropriate placesAxel Lin1-24/+6
2012-04-10regulator: twl-regulator: Simplify the code matching regulator idAxel Lin1-3/+5
2012-04-10regulator: max8998: Use simple equation to get selectorAxel Lin1-9/+10
2012-04-10regulator: max8997: Use simple equation to get selectorAxel Lin1-4/+5
2012-04-10regulator: max8997: Remove n_bits from struct voltage_map_descAxel Lin1-9/+5
2012-04-10regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macroAxel Lin1-48/+41
2012-04-10regulator: Use one s5m8767_ops for both LDOs and BUCKsAxel Lin1-13/+3
2012-04-10regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKsAxel Lin1-94/+49
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown229-1726/+4349
2012-04-10regulator: Fix build error for mc13783 and mc13892Axel Lin2-5/+15
2012-04-10regulator: Fix a typo in da903x.cAxel Lin1-1/+1
2012-04-10regulator: Fix build of ab8500Mark Brown1-3/+3
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown43-113/+299
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown15-15/+16
2012-04-07Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-1/+8
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-89/+86
2012-04-06Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds2-2/+5
2012-04-06Merge branch '3.4-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-7/+19
2012-04-06tcm_fc: Do not free tpg structure during wq allocation failureMark Rustad1-5/+8
2012-04-06tcm_fc: Add abort flag for gracefully handling exchange timeoutMark Rustad3-2/+11
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown4441-173979/+325606
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-32/+61
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds4-3/+4
2012-04-06Merge tag 'mmc-fixes-for-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds13-218/+299
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani1-1/+4
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-195/+371
2012-04-06regulator: Convert rc5t583 to set_voltageAxel Lin1-8/+15
2012-04-06xen/pcifront: avoid pci_frontend_enable_msix() falsely returning successJan Beulich1-0/+1
2012-04-06xen/pciback: fix XEN_PCI_OP_enable_msix resultJan Beulich1-1/+1
2012-04-06xen: only check xen_platform_pci_unplug if hvmIgor Mammedov2-2/+2
2012-04-06regulator: max8649: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: max1586: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: tps65217: Constify regulator_descAxel Lin1-1/+1