24 Oct, 2013
27 commits
-
The s5m8767 regulator driver parse always the voltage table of buck2/3/4.
If gpio_dvs feature isn't used and dts haven't included the voltage table
of buck2/3/4, s5m8767 regulator driver return error and file probe state.This patch check only voltage table of buck on s5m8767_pmic_dt_parse_pdata()
if buck[2-4]_gpiodvs is true.Signed-off-by: Chanwoo Choi
Signed-off-by: YoungJun Cho
Signed-off-by: Kyungmin Park
Signed-off-by: Mark Brown -
This patch parse 'buck[2-4]_ramp_enable and buck_ramp_delay' platform data
from dts file.Signed-off-by: Chanwoo Choi
Signed-off-by: Kyungmin Park
Signed-off-by: Mark Brown -
This reverts commit 68f7506017ba67f1334cf086ffab76606f2c5ac4.
Michael reported that with this patch we loose the fix_io code path from
da9052_reg_update. Thus revert it.Reported-by: Michael Grzeschik
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
18 Oct, 2013
1 commit
-
These patches add the ability to create an alternative device on which
a lookup for a certain supply should be conducted.A common use-case for this would be devices that are logically
represented as a collection of drivers within Linux but are are
presented as a single device from device tree. It this case it is
necessary for each sub device to locate their supply data on the main
device.Signed-off-by: Charles Keepax
Signed-off-by: Mark Brown
15 Oct, 2013
8 commits
-
Fix the following checkpatch errors and warning.
ERROR: spaces required around that '=' (ctx:VxV)
ERROR: space required before the open parenthesis '('
WARNING: line over 80 charactersSigned-off-by: Jingoo Han
Signed-off-by: Mark Brown -
Fix the following checkpatch warning.
WARNING: line over 80 characters
Signed-off-by: Jingoo Han
Signed-off-by: Mark Brown -
Fix the following checkpatch warning.
WARNING: unnecessary whitespace before a quoted newline
Signed-off-by: Jingoo Han
Acked-by: Linus Walleij
Signed-off-by: Mark Brown -
Fix the following checkpatch warnings.
WARNING: Avoid unnecessary line continuations
Signed-off-by: Jingoo Han
Signed-off-by: Mark Brown -
Fix the following checkpatch warning.
WARNING: quoted string split across lines
Signed-off-by: Jingoo Han
Signed-off-by: Mark Brown -
Fix the following checkpatch warnings.
WARNING: please, no spaces at the start of a line
Signed-off-by: Jingoo Han
Signed-off-by: Mark Brown -
Fix the following checkpatch warnings.
WARNING: braces {} are not necessary for any arm of this statement
Signed-off-by: Jingoo Han
Signed-off-by: Mark Brown -
Fix the following checkpatch warning.
WARNING: quoted string split across lines
Signed-off-by: Jingoo Han
Acked-by: Shawn Guo
Signed-off-by: Mark Brown
11 Oct, 2013
4 commits
-
Add REGULATOR_LINEAR_RANGE macro and convert regulator drivers to use it.
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown -
linear ranges means each range has linear voltage settings.
So we can calculate max_uV for each linear range in regulator core rather than
set the max_uV field in drivers.Signed-off-by: Axel Lin
Signed-off-by: Mark Brown -
commit 40b1936e (regulator: Introduce TI Adaptive Body Bias(ABB) on-chip
LDO driver) missed a pair of brackets which cause the wrong vset data to be
picked up from efuse, resulting in bad VBB voltage values.Signed-off-by: Nishanth Menon
Signed-off-by: Mark Brown
Cc: stable@vger.kernel.org