All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards
@ 2014-05-08 11:30 Heikki Krogerus
  2014-05-08 11:30 ` [RESEND PATCH 1/2] ACPI / platform: add ID for GPS module on Lenovo Miix 2 Heikki Krogerus
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heikki Krogerus @ 2014-05-08 11:30 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-acpi


Heikki Krogerus (2):
  ACPI / platform: add ID for GPS module on Lenovo Miix 2
  ACPI / platform: add IDs for Broadcom Bluetooth chip

 drivers/acpi/acpi_platform.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.0.0.rc2


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

* [RESEND PATCH 1/2] ACPI / platform: add ID for GPS module on Lenovo Miix 2
  2014-05-08 11:30 [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Heikki Krogerus
@ 2014-05-08 11:30 ` Heikki Krogerus
  2014-05-08 11:30 ` [RESEND PATCH 2/2] ACPI / platform: add IDs for Broadcom Bluetooth chip Heikki Krogerus
  2014-05-08 11:53 ` [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Rafael J. Wysocki
  2 siblings, 0 replies; 6+ messages in thread
From: Heikki Krogerus @ 2014-05-08 11:30 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-acpi

On Lenovo Miix 2 8", BCM4752 is called LNV4752.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 drivers/acpi/acpi_platform.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/acpi/acpi_platform.c b/drivers/acpi/acpi_platform.c
index 1d49503..bff9ea5 100644
--- a/drivers/acpi/acpi_platform.c
+++ b/drivers/acpi/acpi_platform.c
@@ -31,6 +31,7 @@ static const struct acpi_device_id acpi_platform_device_ids[] = {
 	{ "PNP0D40" },
 	{ "VPC2004" },
 	{ "BCM4752" },
+	{ "LNV4752" },
 
 	/* Intel Smart Sound Technology */
 	{ "INT33C8" },
-- 
2.0.0.rc2


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

* [RESEND PATCH 2/2] ACPI / platform: add IDs for Broadcom Bluetooth chip
  2014-05-08 11:30 [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Heikki Krogerus
  2014-05-08 11:30 ` [RESEND PATCH 1/2] ACPI / platform: add ID for GPS module on Lenovo Miix 2 Heikki Krogerus
@ 2014-05-08 11:30 ` Heikki Krogerus
  2014-05-08 11:53 ` [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Rafael J. Wysocki
  2 siblings, 0 replies; 6+ messages in thread
From: Heikki Krogerus @ 2014-05-08 11:30 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-acpi

These IDs are used on Baytrail boards such as Lenovo Miix 2
and Asus Transformer Book T100TA. The actual chip should be
BCM43241 with all these IDs.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 drivers/acpi/acpi_platform.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/acpi/acpi_platform.c b/drivers/acpi/acpi_platform.c
index bff9ea5..34a64c5 100644
--- a/drivers/acpi/acpi_platform.c
+++ b/drivers/acpi/acpi_platform.c
@@ -32,6 +32,9 @@ static const struct acpi_device_id acpi_platform_device_ids[] = {
 	{ "VPC2004" },
 	{ "BCM4752" },
 	{ "LNV4752" },
+	{ "BCM2E1A" },
+	{ "BCM2E39" },
+	{ "BCM2E3D" },
 
 	/* Intel Smart Sound Technology */
 	{ "INT33C8" },
-- 
2.0.0.rc2


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

* Re: [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards
  2014-05-08 11:53 ` [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Rafael J. Wysocki
@ 2014-05-08 11:47   ` Heikki Krogerus
  2014-05-08 12:09     ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Heikki Krogerus @ 2014-05-08 11:47 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-acpi

Hi Rafael,

On Thu, May 08, 2014 at 01:53:29PM +0200, Rafael J. Wysocki wrote:
> On Thursday, May 08, 2014 02:30:23 PM Heikki Krogerus wrote:
> > 
> > Heikki Krogerus (2):
> >   ACPI / platform: add ID for GPS module on Lenovo Miix 2
> >   ACPI / platform: add IDs for Broadcom Bluetooth chip
> 
> Is there any particular reason why that can't be a single patch?

No reason. Shall I re-send these as one?

Thanks,

-- 
heikki

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

* Re: [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards
  2014-05-08 11:30 [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Heikki Krogerus
  2014-05-08 11:30 ` [RESEND PATCH 1/2] ACPI / platform: add ID for GPS module on Lenovo Miix 2 Heikki Krogerus
  2014-05-08 11:30 ` [RESEND PATCH 2/2] ACPI / platform: add IDs for Broadcom Bluetooth chip Heikki Krogerus
@ 2014-05-08 11:53 ` Rafael J. Wysocki
  2014-05-08 11:47   ` Heikki Krogerus
  2 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2014-05-08 11:53 UTC (permalink / raw)
  To: Heikki Krogerus; +Cc: linux-acpi

On Thursday, May 08, 2014 02:30:23 PM Heikki Krogerus wrote:
> 
> Heikki Krogerus (2):
>   ACPI / platform: add ID for GPS module on Lenovo Miix 2
>   ACPI / platform: add IDs for Broadcom Bluetooth chip

Is there any particular reason why that can't be a single patch?


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

* Re: [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards
  2014-05-08 11:47   ` Heikki Krogerus
@ 2014-05-08 12:09     ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2014-05-08 12:09 UTC (permalink / raw)
  To: Heikki Krogerus; +Cc: linux-acpi

On Thursday, May 08, 2014 02:47:09 PM Heikki Krogerus wrote:
> Hi Rafael,
> 
> On Thu, May 08, 2014 at 01:53:29PM +0200, Rafael J. Wysocki wrote:
> > On Thursday, May 08, 2014 02:30:23 PM Heikki Krogerus wrote:
> > > 
> > > Heikki Krogerus (2):
> > >   ACPI / platform: add ID for GPS module on Lenovo Miix 2
> > >   ACPI / platform: add IDs for Broadcom Bluetooth chip
> > 
> > Is there any particular reason why that can't be a single patch?
> 
> No reason. Shall I re-send these as one?

Yes, please!

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2014-05-08 11:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 11:30 [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Heikki Krogerus
2014-05-08 11:30 ` [RESEND PATCH 1/2] ACPI / platform: add ID for GPS module on Lenovo Miix 2 Heikki Krogerus
2014-05-08 11:30 ` [RESEND PATCH 2/2] ACPI / platform: add IDs for Broadcom Bluetooth chip Heikki Krogerus
2014-05-08 11:53 ` [RESEND PATCH 0/2] ACPI / platform: Bluetooth and GPS IDs for new Baytrail boards Rafael J. Wysocki
2014-05-08 11:47   ` Heikki Krogerus
2014-05-08 12:09     ` Rafael J. Wysocki

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.