summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s5m8767.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: s5m8767: Add missing of_node_putSachin Kamat2014-02-131-0/+2
* regulator: s5m8767: Use of_get_child_by_nameSachin Kamat2014-02-131-1/+1
* Merge tag 's2mps11-build' into regulator-s5m8767 since a following patchMark Brown2013-12-181-1/+1
|\
| * mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski2013-12-131-1/+1
* | regulator: s5m8767: Do not use sec_reg* regmap helpersKrzysztof Kozlowski2013-12-181-30/+41
* | regulator: s5m8767: Add symbols for hard-coded DVS_RAMP registerKrzysztof Kozlowski2013-12-181-12/+10Star
* | regulator: s5m8767: Implement voltage setting for BUCK7/8 regulatorsKrzysztof Kozlowski2013-12-111-2/+5
* | regulator: s5m8767: Define symbol for buck control maskKrzysztof Kozlowski2013-12-111-5/+6
|/
* Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-nextMark Brown2013-10-241-22/+40
|\
| * regulator: s5m8767: Modify parsing method of the voltage table of buck2/3/4Chanwoo Choi2013-10-241-26/+28
| * regulator: s5m8767: Modify parse_dt function to parse data related to rampChanwoo Choi2013-10-241-0/+16
* | regulator: s5m8767: Covert to devm_regulator_register()Mark Brown2013-09-171-21/+3Star
|/
* Merge remote-tracking branch 'regulator/topic/s5m8767' into v3.9-rc8Mark Brown2013-04-281-1/+1
|\
| * regulator: s5m8767: adjust duplicate testJulia Lawall2013-03-041-1/+1
* | regulator: Remove NULL test before calling regulator_unregister()Axel Lin2013-04-281-4/+2Star
|/
* regulator: s5m8767: Prevent possible NULL pointer dereferenceAxel Lin2013-02-131-5/+5
* regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_in...Axel Lin2013-02-131-6/+7
* regulator: s5m8767: Use of_get_child_count()Axel Lin2013-02-081-3/+1Star
* regulator: add device tree support for s5m8767Amit Daniel Kachhap2013-02-041-1/+185
* regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmapAxel Lin2013-01-181-38/+12Star
* regulator: s5m8767: Remove max_vol parameter from s5m8767_convert_voltage_to_selAxel Lin2013-01-171-23/+10Star
* regulator: s5m8767: Fix probe failure due to stack corruptionInderpal Singh2012-12-241-2/+2
* Merge remote-tracking branch 'regulator/topic/sm8767' into regulator-nextMark Brown2012-12-111-14/+26
|\
| * regulator: s5m8767: Fix to work even if no DVS gpio presentAmit Daniel Kachhap2012-12-111-7/+10
| * regulator: s5m8767: Fix to read the first DVS register.Amit Daniel Kachhap2012-12-111-3/+3
| * regulator: s5m8767: Fix to work when platform registers less regulatorsAmit Daniel Kachhap2012-12-111-4/+13
* | regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* | regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
|/
* regulator: Fix an s5m8767 build failureSamuel Ortiz2012-07-311-3/+3
* Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-301-36/+36
|\
| * mfd: Modify samsung mfd headerSangbeom Kim2012-07-161-2/+2
| * mfd: Modify samsung mfd driver for common apiSangbeom Kim2012-07-161-39/+39
| * mfd: Rename s5m file and directories to samsungSangbeom Kim2012-07-161-2/+2
* | regulator: s5m8767: Properly handle gpio_request failureAxel Lin2012-07-151-25/+24Star
* | regulator: s5m8767: Convert to regulator_list_voltage_linearAxel Lin2012-06-261-25/+21Star
* | regulator: Modify ramp_delay value for s5m8767aSangbeom Kim2012-06-251-2/+6
* | Merge tag 'v3.5-rc4' into regulator-driversMark Brown2012-06-251-1/+1
|\|
| * regulator: Fix the s5m8767a problem of the division by nullSangbeom Kim2012-06-171-1/+1
* | regulator: s5m8767a: Support AP watchdog reset operationSangbeom Kim2012-06-191-44/+93
* | regulator: Replace set_voltage with set_voltage_selSangbeom Kim2012-06-131-24/+14Star
* | regulator: Remove s5m8767a buck initializationSangbeom Kim2012-06-131-3/+0Star
|/
* regulator: Staticise non-exported symbol s5m8767_opmode_regMark Brown2012-05-121-1/+1
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0Star
* regulator: s5m8767: Use DIV_ROUND_UP to calculate selectorAxel Lin2012-04-231-1/+4
* regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macroAxel Lin2012-04-101-48/+41Star
* regulator: Use one s5m8767_ops for both LDOs and BUCKsAxel Lin2012-04-101-13/+3Star
* regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKsAxel Lin2012-04-101-94/+49Star
* Merge tag 'v3.4-rc2' into regulator-driversMark Brown2012-04-101-7/+7
|\
| * regulator: Fix setting new voltage in s5m8767_set_voltageAxel Lin2012-03-311-7/+7