From: Andres Salomon Date: Mon, 29 Nov 2010 23:45:06 +0000 (-0800) Subject: x86: OLPC: convert olpc-xo1 driver from pci device to platform device X-Git-Tag: v2.6.38-rc1~61^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419cdc54ea597d307fade607a65e4885634eb8c8;p=pandora-kernel.git x86: OLPC: convert olpc-xo1 driver from pci device to platform device The cs5535-mfd driver now takes care of the PCI BAR handling; this means the olpc-xo1 driver shouldn't be touching the PCI device at all. This patch uses both cs5535-acpi and cs5535-pms platform devices rather than a single platform device because the cs5535-mfd driver may be used by other CS5535 platform-specific drivers; OLPC doesn't get to dictate that ACPI and PMS will always be used together. Signed-off-by: Andres Salomon Acked-by: H. Peter Anvin Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed