drivers: block: Remove the ata_piix driver
authorBin Meng <bmeng.cn@gmail.com>
Sat, 16 May 2015 01:33:16 +0000 (09:33 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Jul 2015 00:03:20 +0000 (18:03 -0600)
commite1783b5ba3d32c0471a2b963ebec54e7e7cde264
tree997b084349021b47fb1931469805d809da4756af
parentaeda4ab664d50a7b620c8b8a4075f9512110e180
drivers: block: Remove the ata_piix driver

This driver was originally added to support the native IDE mode for
Intel chipset, however it has some bugs like not supporting ATAPI
devices, endianness issue, or even broken build when CONFIG_LAB48.
Given no board is using this driver as of today, rather than fixing
all these issues we just remove it from the source tree.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/block/Makefile
drivers/block/ata_piix.c [deleted file]
drivers/block/ata_piix.h [deleted file]