aboutsummaryrefslogtreecommitdiff
path: root/include/ide.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-0/+2
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-2/+3
2013-03-15Adjust board_r.c for ppcSimon Glass1-0/+7
2012-10-22ide: Add printf format string for CONFIG_SYS_64BIT_LBA optionGabe Black1-0/+2
2012-10-17change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann1-0/+11
2012-10-17split mpc8xx hooks from cmd_ide.cPavel Herrmann1-0/+8
2012-10-15ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini1-2/+2
2012-10-08ide: Correct IDE_BUS(dev) macroLuka Perkov1-1/+1
2011-04-30IDE: fix compiler warningsWolfgang Denk1-1/+1
2011-04-30cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin1-0/+7
2009-09-25mucmc52, uc101: delete ata@3a00 node, if no CF card is detectedHeiko Schocher1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2007-08-28IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher1-0/+2
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely1-2/+2
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-3/+3
2004-03-14Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340wdenk1-1/+1
2004-03-13* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-2/+8
2002-08-27Initial revisionwdenk1-0/+49