aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2013-09-17regulator: wm831x-dcdc: Convert to devm_request_threaded_irq()Mark Brown1-22/+14
2013-09-17regulator: wm831x-dcdc: Convert to devm_gpio_request_one()Mark Brown1-10/+8
2013-09-17regulator: da9063: Add missing initialization of da9063_reg_matchesGeert Uytterhoeven1-1/+1
2013-09-10regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan1-26/+2
2013-09-10regulator: core: provide fixed voltage in desc for single voltage railLaxman Dewangan1-1/+4
2013-09-10regulator: da9063: Fix PTR_ERR/ERR_PTR mismatchGeert Uytterhoeven1-1/+1
2013-09-10regulator: palmas: configure enable time for LDOsLaxman Dewangan1-0/+6
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-09-04regulator: palmas: fix the n_voltages for smps to 122Laxman Dewangan1-1/+1
2013-09-01Merge remote-tracking branch 'regulator/topic/tps65912' into regulator-nextMark Brown1-20/+19
2013-09-01Merge remote-tracking branch 'regulator/topic/ti-abb' into regulator-nextMark Brown1-10/+0
2013-09-01Merge remote-tracking branch 'regulator/topic/sec' into regulator-nextMark Brown1-45/+200
2013-09-01Merge remote-tracking branch 'regulator/topic/ramp' into regulator-nextMark Brown2-6/+13
2013-09-01Merge remote-tracking branch 'regulator/topic/pfuze100' into regulator-nextMark Brown3-0/+454
2013-09-01Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown1-6/+24
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown1-0/+89
2013-09-01Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown38-52/+140
2013-09-01Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-nextMark Brown1-0/+1
2013-09-01Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-nextMark Brown1-4/+5
2013-09-01Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-nextMark Brown1-145/+37
2013-09-01Merge remote-tracking branch 'regulator/topic/kconfig' into regulator-nextMark Brown1-6/+6
2013-09-01Merge remote-tracking branch 'regulator/topic/helpers' into regulator-nextMark Brown4-463/+458
2013-09-01Merge remote-tracking branch 'regulator/topic/da9063' into regulator-nextMark Brown5-0/+1440
2013-09-01Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-18/+26
2013-09-01Merge remote-tracking branch 'regulator/topic/as3711' into regulator-nextMark Brown1-132/+31
2013-09-01regulator: da9063: Statize da9063_ldo_lim_eventAxel Lin1-1/+1
2013-08-30regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=yAxel Lin1-1/+1
2013-08-30regulator: tps65217: Convert to use linear rangesAxel Lin1-145/+37
2013-08-30regulator: da9063: Use IS_ERR to check return value of regulator_register()Axel Lin1-1/+1
2013-08-30regulator: da9063: Optimize da9063_set_current_limit implementationAxel Lin1-11/+4
2013-08-29regulator: build: Allow most regulators to be built as modulesMark Brown1-5/+5
2013-08-29regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke1-0/+30
2013-08-29regulator: da9063: Add Dialog DA9063 voltage regulators support.Krystian Garbaciak3-0/+952
2013-08-22regulator: ti-abb: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall1-10/+0
2013-08-18regulator: core: Use bool for exclusivitity flagMark Brown1-3/+3
2013-08-14regulator: 88pm800: forever loop in pm800_regulator_probe()Dan Carpenter1-1/+1
2013-08-13regulator: da9210: Remove redundant MODULE_ALIASAxel Lin1-1/+0
2013-08-13regulator: 88pm800: Fix checking whether num_regulator is validAxel Lin1-3/+6
2013-08-13regulator: s2mps11: Fix setting ramp_delayAxel Lin1-2/+6
2013-08-13regulator: s2mps11: Fix wrong arguments for regmap_update_bits() callAxel Lin1-2/+2
2013-08-12regulator: palmas: model SMPS10 as two regulatorsKishon Vijay Abraham I1-6/+24
2013-08-09regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.cAxel Lin2-86/+86
2013-08-08regulator: max8660: fix build warningsDaniel Mack1-3/+3
2013-08-07regulator: core: Move helpers for drivers out into a separate fileMark Brown3-342/+362
2013-08-07Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-he...Mark Brown5-187/+162
2013-08-06regulator: da9210: New driverSteve Twiss4-0/+496
2013-08-02regulators: max8660: add DT bindingsDaniel Mack1-1/+81
2013-08-02regulator: pfuze100: Fix off-by-one for max_register settingAxel Lin1-1/+1
2013-08-02regulators: max8660: add a shorthand to &client->devDaniel Mack1-7/+8
2013-08-02regulators: max8660: use i2c_id->driver_data rather than ->nameDaniel Mack1-3/+10