summaryrefslogtreecommitdiff
path: root/common/cmd_sata.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-05-02part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich1-0/+1
2013-02-23common: cmd_sata: Fix usage text for 'sata init'Fabio Estevam1-1/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-2/+2
2012-05-15SATA: check for return value from sata functionsStefano Babic1-3/+6
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-4/+4
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-0/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-8/+4
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-07-18sata: namespace curr_device variableMike Frysinger1-12/+12
2009-06-12General help message cleanupWolfgang Denk1-1/+2
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-4/+4
2009-01-28SATA: do not auto-initialize during bootMike Frysinger1-1/+11
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-03-27ata: add the support for SATA frameworkDave Liu1-0/+193
2008-03-27ata: merge the ata_piix driverDave Liu1-712/+0
2007-06-30Fix S-ATA support.Mushtaq Khan1-4/+4
2007-05-16Minor coding style cleanup.Wolfgang Denk1-25/+27
2007-05-16Add driver for S-ATA-controller on Intel processors with Southmushtaq khan1-0/+710