1. 8f090b6 bootstd: Add a SCSI bootdev by Simon Glass · 1 year, 9 months ago
  2. 6febc26 scsi: Remove all children of SCSI devices before rescanning by Simon Glass · 1 year, 9 months ago
  3. ca93d28 scsi: Correct allocation of block-device name by Simon Glass · 1 year, 9 months ago
  4. 77d0870 global: Migrate CONFIG_SCSI_DEV_LIST to CFG by Tom Rini · 1 year, 11 months ago
  5. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 1 month ago
  6. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  7. ae518bd scsi: call device_probe() after scanning by AKASHI Takahiro · 2 years, 8 months ago
  8. ce30e3f scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE by Simon Glass · 2 years, 9 months ago
  9. eb4b7fa pci: scsi: pci: Drop DM_PCI check from scsi by Simon Glass · 3 years, 3 months ago
  10. dc0731e scsi: Add ata_swap_buf_le16() to support big-endian platforms by Stefan Roese · 3 years, 7 months ago
  11. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  12. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  13. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  14. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  15. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  16. 8fbac8e scsi: Add dma direction member to command structure by Faiz Abbas · 5 years ago
  17. d48f00e scsi: Retry inquiry 3 times to overcome Unit Attention condition by Faiz Abbas · 5 years ago
  18. 4ff5728 scsi: Add max_bytes_per_req to scsi_platdata by Faiz Abbas · 5 years ago
  19. 66c54f1 scsi: Simplify scsi_read()/_write() by Faiz Abbas · 5 years ago
  20. 168068f env: Move env_set_ulong() to env.h by Simon Glass · 5 years ago
  21. 90037d4 dm: scsi: report correct device number by Heinrich Schuchardt · 6 years ago
  22. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  23. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  24. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  25. 5fe7702 blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · 7 years ago
  26. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  27. c4d660d dm: mmc: Allow disabling driver model in SPL by Simon Glass · 7 years ago
  28. 7337fcd dm: scsi: Drop scsi_init() when driver model is used by Simon Glass · 7 years ago
  29. 5c56176 dm: scsi: Split out the bus scanning code by Simon Glass · 7 years ago
  30. f6580ef dm: scsi: Adjust return value of scsi_exec() by Simon Glass · 7 years ago
  31. 8eab1a5 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
  32. 4682c8a dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  33. 099c239 dm: scsi: Indent the confusing #ifdefs by Simon Glass · 7 years ago
  34. 1dc64f6 dm: scsi: Use the uclass platform data by Simon Glass · 7 years ago
  35. b9560ad dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  36. 0fcd48f scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago[Renamed from common/scsi.c]
  37. a6fb185 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
  38. b8beb6b scsi: Drop sym53c8xx driver by Simon Glass · 7 years ago
  39. d52063b scsi: dm: split scsi_scan() by Jean-Jacques Hiblot · 7 years ago
  40. 4e27b9a dm: scsi: fix divide-by-0 error in scsi_scan() by Jean-Jacques Hiblot · 8 years ago
  41. 1330a72 scsi: move the partition initialization out of the scsi detection by Jean-Jacques Hiblot · 8 years ago
  42. e39cecf scsi: make the LUN a parameter of scsi_detect_dev() by Jean-Jacques Hiblot · 8 years ago
  43. f8f41ae scsi: dm: Unbind all scsi based block devices before new scan by Michal Simek · 8 years ago
  44. e8a016b dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  45. 361a879 Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" by Tom Rini · 8 years ago
  46. bce4d18 dm: Add support for scsi/sata based devices by Michal Simek · 8 years ago
  47. 0b3a58e scsi: Separate SCSI private block description initialization by Michal Simek · 8 years ago
  48. c002e39 scsi: Change scsi_scan() to be able to return value by Michal Simek · 8 years ago
  49. 545a284 scsi: Make private functions static by Michal Simek · 8 years ago
  50. 182ec15 scsi: Remove completely unused functions by Michal Simek · 8 years ago
  51. cdb93b2 scsi: Simplify scsi_read/scsi_write() by Michal Simek · 8 years ago
  52. bccfd9e scsi: Move pccb buffer initalization directly to scsi_detect_dev by Michal Simek · 8 years ago
  53. 4dbee17 scsi: Take lun from device block description by Michal Simek · 8 years ago
  54. 570712f scsi: Extract device detection algorithm by Michal Simek · 8 years ago
  55. 92ca476 scsi: Extract block device initialization by Michal Simek · 8 years ago
  56. 69c125f dm: scsi: if_typename should be scsi by Ed Swarthout · 8 years ago
  57. 535556b dm: scsi: Add support for driver-model block devices by Simon Glass · 8 years ago
  58. edd82ab dm: scsi: Drop the get_dev() function by Simon Glass · 8 years ago
  59. 11f610e dm: scsi: Separate the non-command code into its own file by Simon Glass · 8 years ago