]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers: block: Remove the ata_piix driver
authorBin Meng <bmeng.cn@gmail.com>
Sat, 16 May 2015 01:33:16 +0000 (09:33 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:27 +0000 (13:29 +0200)
commit6b9bc3ea00a8df4cef26e8af5e458bcd0617b4fe
tree2323fee860c45601faa22f26160a5b373d2b59b4
parentb2bf409d8ca5fdb6ca83de37a6bf2b359561e23f
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]