summaryrefslogtreecommitdiff
path: root/include/ide.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-03block: ide: Drop CONFIG_IDE_LEDBin Meng1-13/+0
2017-09-03block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng1-4/+0
2016-05-17dm: ide: Add support for driver-model block devicesSimon Glass1-0/+8
2016-03-15dm: Add a new header for block devicesSimon Glass1-10/+2
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-3/+3
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-2/+4
2016-01-14part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier1-4/+4
2014-10-25ide: add missing prototypeJeroen Hofstee1-0/+1
2014-07-22common: cmd_ide: use __weak and add prototypesJeroen Hofstee1-0/+4
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-24block: constify sect_buf argument of ide_write_dataGabor Juhos1-1/+1
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy1-0/+2
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-2/+3
2013-03-16Adjust 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-05-01IDE: 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-15Code cleanup; make several boards compile & link.wdenk1-1/+1
2004-03-14* Patch by Rune Torgersen, 27 Feb 2004:wdenk1-2/+8
2002-08-27Initial revisionwdenk1-0/+49