| 5e8035f6 | 09-May-2025 |
Joseph Chen <chenjh@rock-chips.com> |
pmic: rk801: Support pwrctrl active pol auto setting
According to: "pwrctrl-gpios" prop active flags.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I07eab26a4837c638345d3b93bad983a5
pmic: rk801: Support pwrctrl active pol auto setting
According to: "pwrctrl-gpios" prop active flags.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I07eab26a4837c638345d3b93bad983a59c4b6967
show more ...
|
| d76fd971 | 23-Mar-2025 |
Joseph Chen <chenjh@rock-chips.com> |
pmic: rk801: Add compatible string ending
initf_dm: Fix Null point in driver_check_compatible() on the arm64 platform.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iaafb8fbcc1d9c83
pmic: rk801: Add compatible string ending
initf_dm: Fix Null point in driver_check_compatible() on the arm64 platform.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iaafb8fbcc1d9c83ffa92b0643a094961bed3efc7
show more ...
|
| b270c27c | 09-Dec-2024 |
Shengfei Xu <xsf@rock-chips.com> |
dm: regulator: the always-on regulator should never be disabled
If the regulator is an always on regulator, we don't need to do work for disable calls.
Change-Id: Ie6a9181abd249abd8559d7c9b0ff93eaa
dm: regulator: the always-on regulator should never be disabled
If the regulator is an always on regulator, we don't need to do work for disable calls.
Change-Id: Ie6a9181abd249abd8559d7c9b0ff93eaa5f3b9bc Signed-off-by: Shengfei Xu <xsf@rock-chips.com>
show more ...
|
| 219e0f93 | 21-Oct-2024 |
Joseph Chen <chenjh@rock-chips.com> |
dm: regulator: Enable fixed reglator all the time
REGULATOR_FLAG_AUTOSET_UV will be set if min_uV == max_uV, and then the regulator_set_value() will be called and returns -ENOSYS for fixed regulator
dm: regulator: Enable fixed reglator all the time
REGULATOR_FLAG_AUTOSET_UV will be set if min_uV == max_uV, and then the regulator_set_value() will be called and returns -ENOSYS for fixed regulator, it makes the following regulator_set_enable() was not called.
This patch follow upstream solution, but we have to ignore result to compabile the old possible failure before this patch.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0d89c0abc48c29c913cf30ad4ae919852750c2b8
show more ...
|