linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add SDHCI ACPI driver
@ 2012-11-23 11:35 Adrian Hunter
  2012-11-23 11:35 ` [PATCH v2 1/3] PNPACPI: exclude devices already bound Adrian Hunter
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Adrian Hunter @ 2012-11-23 11:35 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Rafael J. Wysocki, Chris Ball, mika.westerberg, linux-mmc,
	linux-acpi, linux-kernel

Hi

Here is SDHCI ACPI driver.

Changes for v2:

	Dropped "PNPACPI: exclude SDHCI devices"
	Added "PNPACPI: exclude devices already bound"
	Changed dev->acpi_handle to ACPI_HANDLE(dev)
	Added Chris' Ack for sdhci-acpi


Adrian Hunter (2):
      ACPI: add SDHCI to ACPI platform devices
      mmc: sdhci-acpi: add SDHCI ACPI driver

Mika Westerberg (1):
      PNPACPI: exclude devices already bound

 drivers/acpi/scan.c           |   2 +
 drivers/mmc/host/Kconfig      |  12 ++
 drivers/mmc/host/Makefile     |   1 +
 drivers/mmc/host/sdhci-acpi.c | 304 ++++++++++++++++++++++++++++++++++++++++++
 drivers/pnp/pnpacpi/core.c    |   4 +
 5 files changed, 323 insertions(+)
 create mode 100644 drivers/mmc/host/sdhci-acpi.c


Regards
Adrian Hunter

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

end of thread, other threads:[~2012-11-23 20:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 11:35 [PATCH v2 0/3] Add SDHCI ACPI driver Adrian Hunter
2012-11-23 11:35 ` [PATCH v2 1/3] PNPACPI: exclude devices already bound Adrian Hunter
2012-11-23 11:36 ` [PATCH v2 2/3] ACPI: add SDHCI to ACPI platform devices Adrian Hunter
2012-11-23 13:25   ` Mika Westerberg
2012-11-23 11:36 ` [PATCH v2 3/3] mmc: sdhci-acpi: add SDHCI ACPI driver Adrian Hunter
2012-11-23 13:27   ` Mika Westerberg
2012-11-23 20:35 ` [PATCH v2 0/3] Add " Rafael J. Wysocki

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).