02 May, 2019
1 commit
-
Convert HiSilicon hi6xxx PMIC drivers to SPDX identifier.
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
10 Apr, 2019
2 commits
-
The rdev->desc->enable_mask setting is always the same as
BIT(regulator->ctrl_mask), so just use rdev->desc->enable_mask instead.Signed-off-by: Axel Lin
Signed-off-by: Mark Brown -
The regulators array should never need to be modified, make it const so
compiler can put it to .rodata.Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
14 Jan, 2019
1 commit
-
The ctrl_regs field is not used at all, remove it.
Signed-off-by: Axel Lin
Signed-off-by: Mark Brown
30 Apr, 2017
1 commit
-
…x', 'regulator/topic/lm363x', 'regulator/topic/ltc3589' and 'regulator/topic/ltc3676' into regulator-next
04 Apr, 2017
1 commit
-
The hi655x-regulator driver consumes a similarly named platform device.
Adding that to the module device table, allows modprobe to locate this
driver once the device is created.Signed-off-by: Jeremy Linton
Signed-off-by: Mark Brown
01 Feb, 2017
1 commit
-
Declare regulator_ops structure as const as it is only stored in the ops
field of a regulator_desc structure. This field is of type const, so
regulator_ops structures having this property can be made const too.File size before: drivers/regulator/hi655x-regulator.o
text data bss dec hex filename
689 3120 0 3809 ee1 regulator/hi655x-regulator.oFile size after: drivers/regulator/hi655x-regulator.o
text data bss dec hex filename
1201 2608 0 3809 ee1 regulator/hi655x-regulator.oSigned-off-by: Bhumika Goyal
Signed-off-by: Mark Brown
16 Feb, 2016
1 commit
-
Add the regulator driver for hi655x PMIC.
Signed-off-by: Chen Feng
Signed-off-by: Fei Wang
Signed-off-by: Xinwei Kong
Reviewed-by: Haojian Zhuang
Signed-off-by: Mark Brown