aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/s5m8767.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-13regulator: s5m8767: Prevent possible NULL pointer dereferenceGravatar Axel Lin 1-5/+5
2013-02-13regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_in...Gravatar Axel Lin 1-6/+7
2013-02-08regulator: s5m8767: Use of_get_child_count()Gravatar Axel Lin 1-3/+1
2013-02-04regulator: add device tree support for s5m8767Gravatar Amit Daniel Kachhap 1-1/+185
2013-01-18regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmapGravatar Axel Lin 1-38/+12
2013-01-17regulator: s5m8767: Remove max_vol parameter from s5m8767_convert_voltage_to_selGravatar Axel Lin 1-23/+10
2012-12-24regulator: s5m8767: Fix probe failure due to stack corruptionGravatar Inderpal Singh 1-2/+2
2012-12-11Merge remote-tracking branch 'regulator/topic/sm8767' into regulator-nextGravatar Mark Brown 1-14/+26
2012-12-11regulator: s5m8767: Fix to work even if no DVS gpio presentGravatar Amit Daniel Kachhap 1-7/+10
2012-12-11regulator: s5m8767: Fix to read the first DVS register.Gravatar Amit Daniel Kachhap 1-3/+3
2012-12-11regulator: s5m8767: Fix to work when platform registers less regulatorsGravatar Amit Daniel Kachhap 1-4/+13
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-31regulator: Fix an s5m8767 build failureGravatar Samuel Ortiz 1-3/+3
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-36/+36
2012-07-16mfd: Modify samsung mfd headerGravatar Sangbeom Kim 1-2/+2
2012-07-16mfd: Modify samsung mfd driver for common apiGravatar Sangbeom Kim 1-39/+39
2012-07-16mfd: Rename s5m file and directories to samsungGravatar Sangbeom Kim 1-2/+2
2012-07-15regulator: s5m8767: Properly handle gpio_request failureGravatar Axel Lin 1-25/+24
2012-06-26regulator: s5m8767: Convert to regulator_list_voltage_linearGravatar Axel Lin 1-25/+21
2012-06-25regulator: Modify ramp_delay value for s5m8767aGravatar Sangbeom Kim 1-2/+6
2012-06-25Merge tag 'v3.5-rc4' into regulator-driversGravatar Mark Brown 1-1/+1
2012-06-19regulator: s5m8767a: Support AP watchdog reset operationGravatar Sangbeom Kim 1-44/+93
2012-06-17regulator: Fix the s5m8767a problem of the division by nullGravatar Sangbeom Kim 1-1/+1
2012-06-13regulator: Replace set_voltage with set_voltage_selGravatar Sangbeom Kim 1-24/+14
2012-06-13regulator: Remove s5m8767a buck initializationGravatar Sangbeom Kim 1-3/+0
2012-05-12regulator: Staticise non-exported symbol s5m8767_opmode_regGravatar Mark Brown 1-1/+1
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversGravatar Axel Lin 1-1/+0
2012-04-23regulator: s5m8767: Use DIV_ROUND_UP to calculate selectorGravatar Axel Lin 1-1/+4
2012-04-10regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macroGravatar Axel Lin 1-48/+41
2012-04-10regulator: Use one s5m8767_ops for both LDOs and BUCKsGravatar Axel Lin 1-13/+3
2012-04-10regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKsGravatar Axel Lin 1-94/+49
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversGravatar Mark Brown 1-7/+7
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-04-01regulator: Add support s5m8767 opmode operationGravatar Sangbeom Kim 1-10/+61
2012-03-31regulator: Fix setting new voltage in s5m8767_set_voltageGravatar Axel Lin 1-7/+7
2012-03-14regulator: Make s5m8767_get_voltage_register always return correct registerGravatar Axel Lin 1-18/+9
2012-03-14regulator: s5m8767: Check pdata->buck[2|3|4]_gpiodvs earlierGravatar Axel Lin 1-24/+21
2012-03-11regulator: Rename s5m8767_convert_voltage to s5m8767_convert_voltage_to_selGravatar Axel Lin 1-12/+10
2012-03-11regulator: Fix s5m8767_set_voltage_time_sel calculation valueGravatar Sangbeom Kim 1-1/+1
2012-03-11regulator: Remove unused i2c variable in s5m8767_pmic_probeGravatar Axel Lin 1-2/+0
2012-03-11regulator: Fix the logic of s5m8767_set_voltage_time_selGravatar Axel Lin 1-28/+2
2012-03-11regulator: s5m8767: Fix unused variable warning in probe()Gravatar Mark Brown 1-1/+1
2012-02-02regulator: Kill s5m8767_get_reg_id functionGravatar Axel Lin 1-12/+7
2012-01-20regulator: Update s5m8767 for device tree API changesGravatar Mark Brown 1-1/+1
2012-01-20regulator: s5m8767: Remove redundant MODULE_ALIASGravatar Axel Lin 1-1/+0
2012-01-20regulator: s5m8767: Add missing breaksGravatar Axel Lin 1-0/+4
2012-01-20regulator: Add S5M8767A regulator driverGravatar Sangbeom Kim 1-0/+834