Commit Graph

14 Commits (lime2-spi)

Author SHA1 Message Date
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Jean-Jacques Hiblot 5fe7702ecc blk: dm: make blk_create_device() take a number of block instead of a size 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass c4d660d4d0 dm: mmc: Allow disabling driver model in SPL 7 years ago
Simon Glass 7337fcd8c0 dm: scsi: Drop scsi_init() when driver model is used 7 years ago
Simon Glass 5c56176318 dm: scsi: Split out the bus scanning code 7 years ago
Simon Glass f6580ef39b dm: scsi: Adjust return value of scsi_exec() 7 years ago
Simon Glass 8eab1a58dd dm: scsi: Document and rename the scsi_scan() parameter 7 years ago
Simon Glass 4682c8a19b dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() 7 years ago
Simon Glass 099c239d68 dm: scsi: Indent the confusing #ifdefs 7 years ago
Simon Glass 1dc64f6c00 dm: scsi: Use the uclass platform data 7 years ago
Simon Glass b9560ad649 dm: scsi: Drop the ccb typedef 7 years ago
Simon Glass 0fcd48fe00 scsi: Move drivers into new drivers/scsi directory 7 years ago
Simon Glass a6fb185c70 scsi: Drop scsi_print_error() 7 years ago
Simon Glass b8beb6b463 scsi: Drop sym53c8xx driver 7 years ago
Jean-Jacques Hiblot d52063b84f scsi: dm: split scsi_scan() 7 years ago
Jean-Jacques Hiblot 4e27b9a584 dm: scsi: fix divide-by-0 error in scsi_scan() 7 years ago
Jean-Jacques Hiblot 1330a726ff scsi: move the partition initialization out of the scsi detection 7 years ago
Jean-Jacques Hiblot e39cecfdaf scsi: make the LUN a parameter of scsi_detect_dev() 7 years ago
Michal Simek f8f41ae668 scsi: dm: Unbind all scsi based block devices before new scan 7 years ago
Michal Simek e8a016b537 dm: Add support for scsi/sata based devices 7 years ago
Tom Rini 361a879902 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" 8 years ago
Michal Simek bce4d18c9d dm: Add support for scsi/sata based devices 8 years ago
Michal Simek 0b3a58eeee scsi: Separate SCSI private block description initialization 8 years ago
Michal Simek c002e39ae6 scsi: Change scsi_scan() to be able to return value 8 years ago
Michal Simek 545a284711 scsi: Make private functions static 8 years ago
Michal Simek 182ec15307 scsi: Remove completely unused functions 8 years ago
Michal Simek cdb93b276b scsi: Simplify scsi_read/scsi_write() 8 years ago
Michal Simek bccfd9e967 scsi: Move pccb buffer initalization directly to scsi_detect_dev 8 years ago
Michal Simek 4dbee176f8 scsi: Take lun from device block description 8 years ago
Michal Simek 570712f4bc scsi: Extract device detection algorithm 8 years ago
Michal Simek 92ca476c3a scsi: Extract block device initialization 8 years ago
Ed Swarthout 69c125fe7b dm: scsi: if_typename should be scsi 8 years ago
Simon Glass 535556b2aa dm: scsi: Add support for driver-model block devices 8 years ago
Simon Glass edd82ab354 dm: scsi: Drop the get_dev() function 8 years ago
Simon Glass 11f610edf0 dm: scsi: Separate the non-command code into its own file 8 years ago
Simon Glass f1d4d9379e dm: scsi: Fix up code style 8 years ago
Simon Glass 73a9cfde78 dm: scsi: Remove the forward declarations 8 years ago
Tom Rini ba52426975 cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILD 8 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Simon Glass 2e192b245e Remove the cmd_ prefix from command files 8 years ago
Simon Glass 72a8cf8dcc Move all command code into its own directory 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 years ago
Simon Glass 9fbdb94667 dm: pci: scsi: Use driver-model PCI API 8 years ago
Andre Przywara c7d0fd797e scsi: fix compiler warning with DEBUG and 48bit LBAs 9 years ago
Mark Langsdorf 2b42c9317d ahci: support LBA48 data reads for 2+TB drives 9 years ago
Mark Langsdorf 35df893199 cmd_scsi: use lbaint_t for LBA values instead of u32 9 years ago