aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge remote-tracking branch 'regulator/topic/apply' into regulator-nextMark Brown4-111/+33
2013-02-19Merge remote-tracking branch 'regulator/topic/anatop' into regulator-nextMark Brown1-0/+41
2013-02-14regulator: Fix memory garbage dev_err printout.Russ Dill1-2/+2
2013-02-14Merge tag 'v3.8-rc7' into regulator-coreMark Brown67-711/+4287
2013-02-14regulator: max77686: Reuse rdev_get_id() function.Thiago Farina1-6/+8
2013-02-13regulator: tps51632: Use regulator_[get|set]_voltage_sel_regmapAxel Lin1-44/+8
2013-02-13regulator: as3711: Fix checking if no platform initialization dataAxel Lin1-1/+1
2013-02-13regulator: s5m8767: Prevent possible NULL pointer dereferenceAxel Lin1-5/+5
2013-02-13regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_dataAxel Lin1-6/+7
2013-02-08regulator: core: Optimize _regulator_do_set_voltage if voltage does not changeAxel Lin1-3/+6
2013-02-08regulator: max8998: Let regulator core handle the case selector == old_selectorAxel Lin1-13/+1
2013-02-08regulator: s5m8767: Use of_get_child_count()Axel Lin1-3/+1
2013-02-08regulator: anatop: improve precision of delay timeShawn Guo1-2/+2
2013-02-06Merge remote-tracking branch 'regulator/fix/tps65910' into tmpMark Brown1-1/+1
2013-02-06Merge remote-tracking branch 'regulator/fix/tps65217' into tmpMark Brown1-2/+2
2013-02-06Merge remote-tracking branch 'regulator/fix/s2mps11' into tmpMark Brown1-2/+2
2013-02-06Merge remote-tracking branch 'regulator/fix/of' into tmpMark Brown1-0/+6
2013-02-06Merge remote-tracking branch 'regulator/fix/max8998' into tmpMark Brown1-1/+1
2013-02-06Merge remote-tracking branch 'regulator/fix/max8997' into tmpMark Brown1-20/+19
2013-02-06Merge remote-tracking branch 'regulator/fix/max8907' into tmpMark Brown1-2/+1
2013-02-06Merge remote-tracking branch 'regulator/fix/max77686' into tmpMark Brown1-7/+8
2013-02-04regulator: show state for GPIO-controlled regulatorsMichał Mirosław1-1/+1
2013-02-04regulator: add device tree support for s5m8767Amit Daniel Kachhap1-1/+185
2013-02-04regulator: palmas: Remove a redundant setting for warm_resetAxel Lin1-5/+0
2013-01-31regulator: s2mps11: fix incorrect register for buck10Alim Akhtar1-2/+2
2013-01-31regulator: mc13xxx: Use of_get_child_count()Axel Lin1-5/+3
2013-01-31regulator: max8997: Use of_get_child_count()Axel Lin1-3/+1
2013-01-31regulator: tps65090: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2013-01-31regulators: anatop: add set_voltage_time_sel interfaceAnson Huang1-0/+41
2013-01-30regulator: Add missing of_node_put()Axel Lin8-11/+26
2013-01-30Merge remote-tracking branches 'regulator/fix/max8907', 'regulator/fix/max8997', 'regulator/fix/tps65910' and 'regulator/topic/mc13892' into regulator-ofMark Brown5-42/+122
2013-01-30regulator: tps6507x: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2013-01-30regulator: clear state each invocation of of_regulator_matchStephen Warren1-0/+6
2013-01-29regulator: tps65090: add DT supportLaxman Dewangan1-5/+101
2013-01-29Merge remote-tracking branch 'regulator/fix/tps80031' into tmpMark Brown1-1/+1
2013-01-29regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Axel Lin1-1/+1
2013-01-29regulator: gpio-regulator: Use of_gpio_count()Axel Lin1-4/+1
2013-01-27regulator: mc13892: sanity check num_regulators parsed vs. registeredMatt Sealey3-6/+47
2013-01-27regulator: mc13892-regulator: correct/refine handling of the SWxHI bitMatt Sealey1-15/+55
2013-01-27regulator: tps6507x: add device tree support.Vishwanathrao Badarkhe, Manish1-0/+92
2013-01-27regulator: lp8755: Use LP8755_BUCK_MAX instead of magic numberAxel Lin1-3/+3
2013-01-27regulator: max8997: Fix using wrong dev argument at various placesAxel Lin1-20/+19
2013-01-27regulator: max77686: Fix using wrong dev argument at various placesAxel Lin1-7/+8
2013-01-27regulator: max8907: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-2/+1
2013-01-26regulator: max8998: fix incorrect min_uV value for ldo10Marek Szyprowski1-1/+1
2013-01-26regulator: tps80031: Use IS_ERR to check return value of regulator_register()Axel Lin1-1/+1
2013-01-26regulators: db8500: Fix compile failure for drivers/regulator/dbx500-prcmu.cSteven Rostedt1-0/+1
2013-01-24regulator: tps65910: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2013-01-24regulator: tps65217: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-2/+2
2013-01-18regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmapAxel Lin1-38/+12