Revision tags: v5.2-rc7, v5.2-rc6, v5.2-rc5, v5.2-rc4, v5.2-rc3, v5.2-rc2 |
|
#
12c574d8 |
| 24-May-2019 |
Axel Lin <axel.lin@ingics.com> |
regulator: slg51000: Remove unneeded regl_pdata from struct slg51000
Just use a local variable *ena_gpiod in slg51000_of_parse_cb instead. With this change, the struct slg51000_pdata can be removed.
regulator: slg51000: Remove unneeded regl_pdata from struct slg51000
Just use a local variable *ena_gpiod in slg51000_of_parse_cb instead. With this change, the struct slg51000_pdata can be removed.
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
#
0a33d4fe |
| 24-May-2019 |
Axel Lin <axel.lin@ingics.com> |
regulator: slg51000: Constify slg51000_regl_ops and slg51000_switch_ops
These regulator_ops variables never need to be modified, make them const so compiler can put them to .rodata.
Signed-off-by:
regulator: slg51000: Constify slg51000_regl_ops and slg51000_switch_ops
These regulator_ops variables never need to be modified, make them const so compiler can put them to .rodata.
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|
Revision tags: v5.2-rc1, v5.1, v5.1-rc7, v5.1-rc6 |
|
#
a867bde3 |
| 18-Apr-2019 |
Eric Jeong <eric.jeong.opensource@diasemi.com> |
regulator: slg51000: add slg51000 regulator driver
Adding regulator driver for the device Dialog SLG51000.
The SLG51000 device contains seven compact and customizable low dropout regulators and is
regulator: slg51000: add slg51000 regulator driver
Adding regulator driver for the device Dialog SLG51000.
The SLG51000 device contains seven compact and customizable low dropout regulators and is designed for high performance camera modules and other small multi-rail applications.
Signed-off-by: Eric Jeong <eric.jeong.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
show more ...
|