* [PATCH] platform: arm64: lenovo-yoga-c630: select AUXILIARY_BUS
@ 2024-06-26 3:26 Dmitry Baryshkov
2024-07-06 8:42 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Baryshkov @ 2024-06-26 3:26 UTC (permalink / raw)
To: Hans de Goede, Ilpo Järvinen, Bryan O'Donoghue
Cc: platform-driver-x86, linux-arm-msm, linux-kernel,
kernel test robot
Add missing selection of AUXILIARY_BUS as the driver uses aux bus to
create subdevices.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406260704.roVRkyPi-lkp@intel.com/
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
drivers/platform/arm64/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/arm64/Kconfig b/drivers/platform/arm64/Kconfig
index 8c103b3150d1..e612cbe06aec 100644
--- a/drivers/platform/arm64/Kconfig
+++ b/drivers/platform/arm64/Kconfig
@@ -35,6 +35,7 @@ config EC_ACER_ASPIRE1
config EC_LENOVO_YOGA_C630
tristate "Lenovo Yoga C630 Embedded Controller driver"
depends on I2C
+ select AUXILIARY_BUS
help
Driver for the Embedded Controller in the Qualcomm Snapdragon-based
Lenovo Yoga C630, which provides battery and power adapter
---
base-commit: 62c97045b8f720c2eac807a5f38e26c9ed512371
change-id: 20240626-yoga-fix-aux-7848dd7515b4
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] platform: arm64: lenovo-yoga-c630: select AUXILIARY_BUS
2024-06-26 3:26 [PATCH] platform: arm64: lenovo-yoga-c630: select AUXILIARY_BUS Dmitry Baryshkov
@ 2024-07-06 8:42 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2024-07-06 8:42 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Hans de Goede, Bryan O'Donoghue, platform-driver-x86,
linux-arm-msm, LKML, kernel test robot
On Wed, 26 Jun 2024, Dmitry Baryshkov wrote:
> Add missing selection of AUXILIARY_BUS as the driver uses aux bus to
> create subdevices.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202406260704.roVRkyPi-lkp@intel.com/
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> drivers/platform/arm64/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/platform/arm64/Kconfig b/drivers/platform/arm64/Kconfig
> index 8c103b3150d1..e612cbe06aec 100644
> --- a/drivers/platform/arm64/Kconfig
> +++ b/drivers/platform/arm64/Kconfig
> @@ -35,6 +35,7 @@ config EC_ACER_ASPIRE1
> config EC_LENOVO_YOGA_C630
> tristate "Lenovo Yoga C630 Embedded Controller driver"
> depends on I2C
> + select AUXILIARY_BUS
> help
> Driver for the Embedded Controller in the Qualcomm Snapdragon-based
> Lenovo Yoga C630, which provides battery and power adapter
Applied to platform-drivers-x86-lenovo-c630 branch and merged it into
for-next.
--
i.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-06 8:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 3:26 [PATCH] platform: arm64: lenovo-yoga-c630: select AUXILIARY_BUS Dmitry Baryshkov
2024-07-06 8:42 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox