All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: x86-android-tablets: Correct crystal_cove_charger module name
@ 2022-01-11 10:07 Hans de Goede
  2022-01-11 10:08 ` Hans de Goede
  2022-01-11 12:38 ` Andy Shevchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Hans de Goede @ 2022-01-11 10:07 UTC (permalink / raw)
  To: Mark Gross, Andy Shevchenko; +Cc: Hans de Goede, platform-driver-x86

The module was renamed to intel_crystal_cove_charger before it was
merged, updated bq24190_modules to match.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/platform/x86/x86-android-tablets.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/x86/x86-android-tablets.c b/drivers/platform/x86/x86-android-tablets.c
index 7dac9edc74bf..a044b1a27055 100644
--- a/drivers/platform/x86/x86-android-tablets.c
+++ b/drivers/platform/x86/x86-android-tablets.c
@@ -206,8 +206,8 @@ static struct bq24190_platform_data bq24190_pdata = {
 };
 
 static const char * const bq24190_modules[] __initconst = {
-	"crystal_cove_charger", /* For the bq24190 IRQ */
-	"bq24190_charger",      /* For the Vbus regulator for intel-int3496 */
+	"intel_crystal_cove_charger", /* For the bq24190 IRQ */
+	"bq24190_charger",            /* For the Vbus regulator for intel-int3496 */
 	NULL
 };
 
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] platform/x86: x86-android-tablets: Correct crystal_cove_charger module name
  2022-01-11 10:07 [PATCH] platform/x86: x86-android-tablets: Correct crystal_cove_charger module name Hans de Goede
@ 2022-01-11 10:08 ` Hans de Goede
  2022-01-11 12:38 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2022-01-11 10:08 UTC (permalink / raw)
  To: Mark Gross, Andy Shevchenko; +Cc: platform-driver-x86

Hi,

On 1/11/22 11:07, Hans de Goede wrote:
> The module was renamed to intel_crystal_cove_charger before it was
> merged, updated bq24190_modules to match.
> 
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

I've added this to my review-hans (eventually to be for-next) branch now.

Regards,

Hans

> ---
>  drivers/platform/x86/x86-android-tablets.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/platform/x86/x86-android-tablets.c b/drivers/platform/x86/x86-android-tablets.c
> index 7dac9edc74bf..a044b1a27055 100644
> --- a/drivers/platform/x86/x86-android-tablets.c
> +++ b/drivers/platform/x86/x86-android-tablets.c
> @@ -206,8 +206,8 @@ static struct bq24190_platform_data bq24190_pdata = {
>  };
>  
>  static const char * const bq24190_modules[] __initconst = {
> -	"crystal_cove_charger", /* For the bq24190 IRQ */
> -	"bq24190_charger",      /* For the Vbus regulator for intel-int3496 */
> +	"intel_crystal_cove_charger", /* For the bq24190 IRQ */
> +	"bq24190_charger",            /* For the Vbus regulator for intel-int3496 */
>  	NULL
>  };
>  
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] platform/x86: x86-android-tablets: Correct crystal_cove_charger module name
  2022-01-11 10:07 [PATCH] platform/x86: x86-android-tablets: Correct crystal_cove_charger module name Hans de Goede
  2022-01-11 10:08 ` Hans de Goede
@ 2022-01-11 12:38 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2022-01-11 12:38 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Mark Gross, Andy Shevchenko, platform-driver-x86

On Tue, Jan 11, 2022 at 11:07:08AM +0100, Hans de Goede wrote:
> The module was renamed to intel_crystal_cove_charger before it was
> merged, updated bq24190_modules to match.

Depends-on: ?

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-11 12:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 10:07 [PATCH] platform/x86: x86-android-tablets: Correct crystal_cove_charger module name Hans de Goede
2022-01-11 10:08 ` Hans de Goede
2022-01-11 12:38 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.