summaryrefslogtreecommitdiff
path: root/include/ide.h
Commit message (Expand)AuthorAgeLines
* ide: add missing prototypeJeroen Hofstee2014-10-25-0/+1
* common: cmd_ide: use __weak and add prototypesJeroen Hofstee2014-07-22-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-25-1/+1
|\
| * block: constify sect_buf argument of ide_write_dataGabor Juhos2013-07-24-1/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
|/
* Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2013-07-15-0/+2
* Fix block device accesses beyond 2TiBSascha Silbe2013-06-26-2/+3
* Adjust board_r.c for ppcSimon Glass2013-03-15-0/+7
* ide: Add printf format string for CONFIG_SYS_64BIT_LBA optionGabe Black2012-10-22-0/+2
* change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann2012-10-17-0/+11
* split mpc8xx hooks from cmd_ide.cPavel Herrmann2012-10-17-0/+8
* ide.h: Make ide_(read|write) match block_dev_desc_t block_(read|write)Tom Rini2012-10-15-2/+2
* ide: Correct IDE_BUS(dev) macroLuka Perkov2012-10-08-1/+1
* IDE: fix compiler warningsWolfgang Denk2011-04-30-1/+1
* cmd_ide: enhance new feature "CONFIG_IDE_AHB"Macpaul Lin2011-04-30-0/+7
* mucmc52, uc101: delete ata@3a00 node, if no CF card is detectedHeiko Schocher2009-09-25-0/+3
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-2/+2
* IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher2007-08-28-0/+2
* [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely2007-02-20-2/+2
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-20-3/+3
* Code cleanup; make several boards compile & link.wdenk2004-03-14-1/+1
* * Patch by Rune Torgersen, 27 Feb 2004:wdenk2004-03-13-2/+8
* Initial revisionwdenk2002-08-27-0/+49