Re: [PATCH] regulator: qcom-rpmh: add QCOM_COMMAND_DB dependency

2021-01-04 Thread Mark Brown
On Wed, 30 Dec 2020 15:56:23 +0100, Arnd Bergmann wrote: > A built-in regulator driver cannot link against a modular cmd_db driver: > > qcom-rpmh-regulator.c:(.text+0x174): undefined reference to `cmd_db_read_addr' > > There is already a dependency for RPMh, so add another one of this > type for

Re: [PATCH] regulator: qcom-rpmh: add QCOM_COMMAND_DB dependency

2021-01-03 Thread Bjorn Andersson
On Wed 30 Dec 08:56 CST 2020, Arnd Bergmann wrote: > From: Arnd Bergmann > > A built-in regulator driver cannot link against a modular cmd_db driver: > > qcom-rpmh-regulator.c:(.text+0x174): undefined reference to `cmd_db_read_addr' > > There is already a dependency for RPMh, so add another on

[PATCH] regulator: qcom-rpmh: add QCOM_COMMAND_DB dependency

2020-12-30 Thread Arnd Bergmann
From: Arnd Bergmann A built-in regulator driver cannot link against a modular cmd_db driver: qcom-rpmh-regulator.c:(.text+0x174): undefined reference to `cmd_db_read_addr' There is already a dependency for RPMh, so add another one of this type for cmd_db. Fixes: 34c5aa2666db ("regulator: Kconf