summaryrefslogtreecommitdiff
path: root/disk/part_mac.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-1/+1
2017-09-07part: mac: Suppress the error message after reading ddbBin Meng1-5/+1
2017-09-03disk: part: fix typoHeinrich Schuchardt1-3/+9
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy1-0/+1
2016-03-15part: Rename test_part_xx() and print_part_xx()Simon Glass1-4/+4
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-5/+4
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-11/+11
2016-03-15dm: part: Rename some partition functionsSimon Glass1-2/+2
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass1-5/+11
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-7/+12
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-4/+5
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren1-6/+1
2012-09-02part_mac: dcache: allocate cacheline-aligned buffersBenoît Thébaudeau1-34/+34
2012-06-21Block: Remove MG DISK supportMarek Vasut1-1/+0
2009-04-04mflash: Initial mflash supportunsik Kim1-0/+1
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger1-6/+6
2008-03-27ata: add the support for SATA frameworkDave Liu1-0/+1
2007-07-10disk/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-4/+4
2007-07-04disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2005-02-25Cleanup USB and partition defineswdenk1-1/+5
2003-06-30Fix some missing commands, cleanup header fileswdenk1-1/+0
2003-06-28* Code cleanup:wdenk1-3/+3
2002-11-03Initial revisionwdenk1-0/+251