linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1] eeprom: at24: add TPF0001 ACPI ID for 24c1024 device
@ 2020-01-27 10:35 Oleksij Rempel
  2020-01-29 10:57 ` Bartosz Golaszewski
  2020-02-10 10:04 ` Bartosz Golaszewski
  0 siblings, 2 replies; 3+ messages in thread
From: Oleksij Rempel @ 2020-01-27 10:35 UTC (permalink / raw)
  To: Markus Pietrek, Bartosz Golaszewski
  Cc: Oleksij Rempel, kernel, Arnd Bergmann, Greg Kroah-Hartman,
	linux-i2c, linux-kernel

From: Markus Pietrek <mpie@msc-ge.com>

This ID is used at leas on some variants of MSC C6B-SLH board.

Signed-off-by: Markus Pietrek <mpie@msc-ge.com>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 drivers/misc/eeprom/at24.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c
index 2cccd82a3106..1c8e2ff96d9d 100644
--- a/drivers/misc/eeprom/at24.c
+++ b/drivers/misc/eeprom/at24.c
@@ -228,6 +228,7 @@ MODULE_DEVICE_TABLE(of, at24_of_match);
 
 static const struct acpi_device_id at24_acpi_ids[] = {
 	{ "INT3499",	(kernel_ulong_t)&at24_data_INT3499 },
+	{ "TPF0001",	(kernel_ulong_t)&at24_data_24c1024 },
 	{ /* END OF LIST */ }
 };
 MODULE_DEVICE_TABLE(acpi, at24_acpi_ids);
-- 
2.25.0


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

* Re: [PATCH V1] eeprom: at24: add TPF0001 ACPI ID for 24c1024 device
  2020-01-27 10:35 [PATCH V1] eeprom: at24: add TPF0001 ACPI ID for 24c1024 device Oleksij Rempel
@ 2020-01-29 10:57 ` Bartosz Golaszewski
  2020-02-10 10:04 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2020-01-29 10:57 UTC (permalink / raw)
  To: Oleksij Rempel
  Cc: Markus Pietrek, Sascha Hauer, Arnd Bergmann, Greg Kroah-Hartman,
	linux-i2c, LKML

pon., 27 sty 2020 o 11:35 Oleksij Rempel <o.rempel@pengutronix.de> napisał(a):
>
> From: Markus Pietrek <mpie@msc-ge.com>
>
> This ID is used at leas on some variants of MSC C6B-SLH board.
>
> Signed-off-by: Markus Pietrek <mpie@msc-ge.com>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  drivers/misc/eeprom/at24.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c
> index 2cccd82a3106..1c8e2ff96d9d 100644
> --- a/drivers/misc/eeprom/at24.c
> +++ b/drivers/misc/eeprom/at24.c
> @@ -228,6 +228,7 @@ MODULE_DEVICE_TABLE(of, at24_of_match);
>
>  static const struct acpi_device_id at24_acpi_ids[] = {
>         { "INT3499",    (kernel_ulong_t)&at24_data_INT3499 },
> +       { "TPF0001",    (kernel_ulong_t)&at24_data_24c1024 },
>         { /* END OF LIST */ }
>  };
>  MODULE_DEVICE_TABLE(acpi, at24_acpi_ids);
> --
> 2.25.0
>

Looks good, I'll queue it for v5.7 after the merge window.

Bartosz

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

* Re: [PATCH V1] eeprom: at24: add TPF0001 ACPI ID for 24c1024 device
  2020-01-27 10:35 [PATCH V1] eeprom: at24: add TPF0001 ACPI ID for 24c1024 device Oleksij Rempel
  2020-01-29 10:57 ` Bartosz Golaszewski
@ 2020-02-10 10:04 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2020-02-10 10:04 UTC (permalink / raw)
  To: Oleksij Rempel
  Cc: Markus Pietrek, Sascha Hauer, Arnd Bergmann, Greg Kroah-Hartman,
	linux-i2c, LKML

pon., 27 sty 2020 o 11:35 Oleksij Rempel <o.rempel@pengutronix.de> napisał(a):
>
> From: Markus Pietrek <mpie@msc-ge.com>
>
> This ID is used at leas on some variants of MSC C6B-SLH board.
>
> Signed-off-by: Markus Pietrek <mpie@msc-ge.com>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  drivers/misc/eeprom/at24.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c
> index 2cccd82a3106..1c8e2ff96d9d 100644
> --- a/drivers/misc/eeprom/at24.c
> +++ b/drivers/misc/eeprom/at24.c
> @@ -228,6 +228,7 @@ MODULE_DEVICE_TABLE(of, at24_of_match);
>
>  static const struct acpi_device_id at24_acpi_ids[] = {
>         { "INT3499",    (kernel_ulong_t)&at24_data_INT3499 },
> +       { "TPF0001",    (kernel_ulong_t)&at24_data_24c1024 },
>         { /* END OF LIST */ }
>  };
>  MODULE_DEVICE_TABLE(acpi, at24_acpi_ids);
> --
> 2.25.0
>

Patch applied.

Bartosz

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

end of thread, other threads:[~2020-02-10 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27 10:35 [PATCH V1] eeprom: at24: add TPF0001 ACPI ID for 24c1024 device Oleksij Rempel
2020-01-29 10:57 ` Bartosz Golaszewski
2020-02-10 10:04 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).