
On 15 May 2015 at 19:33, Bin Meng bmeng.cn@gmail.com wrote:
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
Changes in v2:
- Correct typo of 'endianness' in the commit message
drivers/block/Makefile | 1 - drivers/block/ata_piix.c | 717 ----------------------------------------------- drivers/block/ata_piix.h | 71 ----- 3 files changed, 789 deletions(-) delete mode 100644 drivers/block/ata_piix.c delete mode 100644 drivers/block/ata_piix.h
Acked-by: Simon Glass sjg@chromium.org