aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/s5m8767.c
AgeCommit message (Expand)Author
2014-02-13regulator: s5m8767: Add missing of_node_putSachin Kamat
2014-02-13regulator: s5m8767: Use of_get_child_by_nameSachin Kamat
2013-12-18Merge tag 's2mps11-build' into regulator-s5m8767 since a following patchMark Brown
2013-12-18regulator: s5m8767: Do not use sec_reg* regmap helpersKrzysztof Kozlowski
2013-12-18regulator: s5m8767: Add symbols for hard-coded DVS_RAMP registerKrzysztof Kozlowski
2013-12-12mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski
2013-12-11regulator: s5m8767: Implement voltage setting for BUCK7/8 regulatorsKrzysztof Kozlowski
2013-12-11regulator: s5m8767: Define symbol for buck control maskKrzysztof Kozlowski
2013-10-24Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-nextMark Brown
2013-10-24regulator: s5m8767: Modify parsing method of the voltage table of buck2/3/4Chanwoo Choi
2013-10-24regulator: s5m8767: Modify parse_dt function to parse data related to rampChanwoo Choi
2013-09-17regulator: s5m8767: Covert to devm_regulator_register()Mark Brown
2013-04-28Merge remote-tracking branch 'regulator/topic/s5m8767' into v3.9-rc8Mark Brown
2013-04-28regulator: Remove NULL test before calling regulator_unregister()Axel Lin
2013-03-04regulator: s5m8767: adjust duplicate testJulia Lawall
2013-02-13regulator: s5m8767: Prevent possible NULL pointer dereferenceAxel Lin
2013-02-13regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_in...Axel Lin
2013-02-08regulator: s5m8767: Use of_get_child_count()Axel Lin
2013-02-04regulator: add device tree support for s5m8767Amit Daniel Kachhap
2013-01-18regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmapAxel Lin
2013-01-17regulator: s5m8767: Remove max_vol parameter from s5m8767_convert_voltage_to_selAxel Lin
2012-12-24regulator: s5m8767: Fix probe failure due to stack corruptionInderpal Singh
2012-12-11Merge remote-tracking branch 'regulator/topic/sm8767' into regulator-nextMark Brown
2012-12-11regulator: s5m8767: Fix to work even if no DVS gpio presentAmit Daniel Kachhap
2012-12-11regulator: s5m8767: Fix to read the first DVS register.Amit Daniel Kachhap
2012-12-11regulator: s5m8767: Fix to work when platform registers less regulatorsAmit Daniel Kachhap
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-07-31regulator: Fix an s5m8767 build failureSamuel Ortiz
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds
2012-07-16mfd: Modify samsung mfd headerSangbeom Kim
2012-07-16mfd: Modify samsung mfd driver for common apiSangbeom Kim
2012-07-16mfd: Rename s5m file and directories to samsungSangbeom Kim
2012-07-15regulator: s5m8767: Properly handle gpio_request failureAxel Lin
2012-06-26regulator: s5m8767: Convert to regulator_list_voltage_linearAxel Lin
2012-06-25regulator: Modify ramp_delay value for s5m8767aSangbeom Kim
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversMark Brown
2012-06-19regulator: s5m8767a: Support AP watchdog reset operationSangbeom Kim
2012-06-17regulator: Fix the s5m8767a problem of the division by nullSangbeom Kim
2012-06-13regulator: Replace set_voltage with set_voltage_selSangbeom Kim
2012-06-13regulator: Remove s5m8767a buck initializationSangbeom Kim
2012-05-12regulator: Staticise non-exported symbol s5m8767_opmode_regMark Brown
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin
2012-04-23regulator: s5m8767: Use DIV_ROUND_UP to calculate selectorAxel Lin
2012-04-10regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macroAxel Lin
2012-04-10regulator: Use one s5m8767_ops for both LDOs and BUCKsAxel Lin
2012-04-10regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKsAxel Lin
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown