summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-08-28regulator: lp8788-ldo: Set n_voltages to 1 for fixed voltageAxel Lin1-0/+8
2012-08-28regulator: mc13892: Convert mc13892_sw_regulator_ops to get_voltage_selAxel Lin1-9/+3
2012-08-28regulator: mc13892: Simplify implementation of mc13892_sw_regulator_set_volta...Axel Lin1-27/+15
2012-08-28regulator: mc13892: Make mc13892_powermisc_rmw() lock protectedAxel Lin1-14/+8
2012-08-28regulator: mc13783: Make mc13783_powermisc_rmw() lock protectedAxel Lin1-14/+8
2012-08-28regulator: palmas: Convert palmas_ops_ldo to [get|set]_voltage_sel_regmapAxel Lin1-40/+5
2012-08-28regulator: twl: Convert twlsmps_ops to get_voltage_sel and map_voltageAxel Lin1-11/+13
2012-08-28regulator: twl: Fix checking voltage range in twl6030smps_set_voltage()Axel Lin1-20/+16
2012-08-28regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltageAxel Lin1-2/+4
2012-08-28regulator: s2mps11: Use array to save pointer to rdevAxel Lin1-19/+8
2012-08-22mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch1-15/+109
2012-08-21regulator: fix kernel-doc warnings in drivers/regulator/core.cRandy Dunlap1-2/+2
2012-08-15regulator: twl-regulator: fix up VINTANA1/VINTANA2Aaro Koskinen1-2/+2
2012-08-09regulator: core: request only valid gpio pins for regulator enableMarek Szyprowski1-1/+1
2012-08-09regulator: core: Use list_voltage() to read single voltage regulatorsMark Brown1-0/+2
2012-08-09regulator: twl: Remove references to the twl4030 regulatorMark Brown1-1/+0
2012-08-08regulator: make the dummy regulator's print_constraint more helpfulUwe Kleine-König2-1/+4
2012-08-08regulator: gpio-regulator: Split setting of voltages and currentsHeiko Stübner1-12/+26
2012-08-07regulator: ab3100: add missing voltage tableLinus Walleij1-0/+1
2012-08-07regulator: anatop: Fix wrong mask used in anatop_get_voltage_selAxel Lin1-2/+3
2012-08-07regulator: tps6586x: correct vin pin for sm0/sm1/sm2Laxman Dewangan1-3/+5
2012-08-07regulator: palmas: Fix palmas_probe error handlingAxel Lin1-2/+4
2012-08-07regulator: palmas: Call palmas_ldo_[read|write] in palmas_ldo_initAxel Lin1-2/+2
2012-08-07regulator: palmas: Fix regmap offsets for PALMAS_REG_SMPS10 vsel_regAxel Lin1-1/+3
2012-08-07regulator: palmas: Fix calculating selector in palmas_map_voltage_ldoAxel Lin1-3/+6
2012-08-07regulator: core: Fix cast to pointer from integer of different size warningAxel Lin1-2/+5
2012-08-04regulator: Fix space/tab confusionMichael Jones1-7/+7
2012-08-04regulator: core: increment open_count when regulator supply is setLaxman Dewangan1-0/+1
2012-08-04regulator: core: Clarify grammar for dummy help textMark Brown1-3/+2
2012-07-31regulator: Fix an s5m8767 build failureSamuel Ortiz1-3/+3
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds4-49/+37
2012-07-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown50-2505/+4930
2012-07-22Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into re...Mark Brown11-55/+77
2012-07-20regulator: add new lp8788 regulator driverKim, Milo4-0/+1479
2012-07-20regulator: mc13xxx: Remove extern function declaration for mc13xxx_sw_regulatorAxel Lin1-1/+0
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams1-1/+1
2012-07-17regulator: tps65910: set input_supply on desc unconditionallyLaxman Dewangan1-10/+1
2012-07-17regulator: palmas: Fix calcuating selector in palmas_map_voltage_smpsAxel Lin1-3/+14
2012-07-16regulator: lp872x: Simplify implementation of lp872x_find_regulator_init_data()Axel Lin1-21/+7
2012-07-16regulator: twl: Fix list_voltate for twl6030ldo_opsAxel Lin1-7/+24
2012-07-16mfd: Modify samsung mfd headerSangbeom Kim1-2/+2
2012-07-16mfd: Modify samsung mfd driver for common apiSangbeom Kim1-39/+39
2012-07-16mfd: Rename s5m file and directories to samsungSangbeom Kim2-3/+3
2012-07-16regulator: twl: Convert twl6030ldo_ops to [get|set]_voltage_selAxel Lin1-17/+7
2012-07-16regulator: twl: Fix the formula to calculate vsel and voltage for twl6030ldoAxel Lin1-13/+4
2012-07-16regulator: s5m8767: Properly handle gpio_request failureAxel Lin1-25/+24
2012-07-16regulator: max8997: Properly handle gpio_request failureAxel Lin1-31/+9
2012-07-16regulator: tps62360: use devm_* for gpio requestLaxman Dewangan1-22/+6
2012-07-16Merge tag 'v3.5-rc7' into regulator-driversMark Brown1-5/+5