From: Olliver Schinagl Date: Sat, 22 Feb 2014 15:53:36 +0000 (+0100) Subject: ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform X-Git-Tag: v3.15-rc1~161^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5754b5220f01e8722799d35c04a76e82c62d7d8;p=pandora-kernel.git ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platform This patch adds support for the ahci sata controler found on Allwinner A10 and A20 SoCs to the ahci_platform driver. Orignally written by Olliver Schinagl using the approach of having a platform device which probe method creates a new child platform device which gets driven by ahci_platform.c, as done by ahci_imx.c . Refactored by Hans de Goede to add most of the non sunxi specific functionality to ahci_platform.c and use a platform_data pointer from of_device_id for the sunxi specific bits. Signed-off-by: Olliver Schinagl Signed-off-by: Hans de Goede Signed-off-by: Tejun Heo --- Reading git-diff-tree failed