summaryrefslogtreecommitdiff
path: root/disk/part_mac.c
Commit message (Expand)AuthorAgeLines
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-01-0/+1
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-14-4/+4
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14-5/+4
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-11/+11
* dm: part: Rename some partition functionsSimon Glass2016-03-14-2/+2
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-14-5/+11
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-7/+12
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-4/+5
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren2013-03-14-6/+1
* part_mac: dcache: allocate cacheline-aligned buffersBenoît Thébaudeau2012-09-02-34/+34
* Block: Remove MG DISK supportMarek Vasut2012-06-21-1/+0
* mflash: Initial mflash supportunsik Kim2009-04-03-0/+1
* disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger2009-02-18-6/+6
* ata: add the support for SATA frameworkDave Liu2008-03-26-0/+1
* disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-4/+4
* disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-3/+3
* Cleanup USB and partition defineswdenk2005-02-24-1/+5
* Fix some missing commands, cleanup header fileswdenk2003-06-29-1/+0
* * Code cleanup:wdenk2003-06-27-3/+3
* Initial revisionwdenk2002-11-03-0/+251