aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-01Merge remote-tracking branch 'regulator/topic/tps65912' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/ti-abb' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/sec' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/ramp' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/pfuze100' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/palmas' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/kconfig' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/helpers' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/da9063' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown
2013-09-01Merge remote-tracking branch 'regulator/topic/as3711' into regulator-nextMark Brown
2013-09-01regulator: da9063: Statize da9063_ldo_lim_eventAxel Lin
2013-08-30regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=yAxel Lin
2013-08-30regulator: tps65217: Convert to use linear rangesAxel Lin
2013-08-30regulator: da9063: Use IS_ERR to check return value of regulator_register()Axel Lin
2013-08-30regulator: da9063: Optimize da9063_set_current_limit implementationAxel Lin
2013-08-29regulator: build: Allow most regulators to be built as modulesMark Brown
2013-08-29regulator: Add devm_regulator_get_exclusive()Matthias Kaehlcke
2013-08-29regulator: da9063: Add Dialog DA9063 voltage regulators support.Krystian Garbaciak
2013-08-22regulator: ti-abb: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall
2013-08-18regulator: core: Use bool for exclusivitity flagMark Brown
2013-08-14regulator: 88pm800: forever loop in pm800_regulator_probe()Dan Carpenter
2013-08-13regulator: da9210: Remove redundant MODULE_ALIASAxel Lin
2013-08-13regulator: 88pm800: Fix checking whether num_regulator is validAxel Lin
2013-08-13regulator: s2mps11: Fix setting ramp_delayAxel Lin
2013-08-13regulator: s2mps11: Fix wrong arguments for regmap_update_bits() callAxel Lin
2013-08-12regulator: palmas: model SMPS10 as two regulatorsKishon Vijay Abraham I
2013-08-09regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.cAxel Lin
2013-08-08regulator: max8660: fix build warningsDaniel Mack
2013-08-07regulator: core: Move helpers for drivers out into a separate fileMark Brown
2013-08-07Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-he...Mark Brown
2013-08-06regulator: da9210: New driverSteve Twiss
2013-08-02regulators: max8660: add DT bindingsDaniel Mack
2013-08-02regulator: pfuze100: Fix off-by-one for max_register settingAxel Lin
2013-08-02regulators: max8660: add a shorthand to &client->devDaniel Mack
2013-08-02regulators: max8660: use i2c_id->driver_data rather than ->nameDaniel Mack
2013-07-31regulator: pfuze100: Simplify pfuze100_set_ramp_delay implementationAxel Lin
2013-07-31regulator: core: Provide hints to the core about optional suppliesMark Brown
2013-07-30regulator: use dev_get_platdata()Jingoo Han
2013-07-30regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit setAxel Lin
2013-07-29regulator: pfuze100: Use regulator_map_voltage_ascendAxel Lin
2013-07-29regulator: pfuze100: Fix module alias prefixAxel Lin
2013-07-29regulator: pfuze100: Use i2c_[set|get]_clientdataAxel Lin
2013-07-29regulator: pfuze100: REGULATOR_PFUZE100 needs to select REGMAP_I2CAxel Lin