Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | dm: treewide: Rename ..._platdata variables to just ..._plat | Simon Glass | 2 | -4/+4 |
2020-12-14 | dm: treewide: Rename 'platdata' variables to just 'plat' | Simon Glass | 2 | -9/+9 |
2020-12-13 | dm: treewide: Rename auto_alloc_size members to be shorter | Simon Glass | 1 | -1/+1 |
2020-05-19 | common: Drop log.h from common header | Simon Glass | 1 | -0/+1 |
2020-05-19 | common: Drop bootstage.h from common header | Simon Glass | 1 | -0/+1 |
2020-05-19 | common: Drop part.h from common header | Simon Glass | 1 | -0/+2 |
2019-10-24 | scsi: Add dma direction member to command structure | Faiz Abbas | 1 | -0/+4 |
2019-10-24 | scsi: Retry inquiry 3 times to overcome Unit Attention condition | Faiz Abbas | 1 | -3/+9 |
2019-10-24 | scsi: Add max_bytes_per_req to scsi_platdata | Faiz Abbas | 1 | -19/+26 |
2019-10-24 | scsi: Simplify scsi_read()/_write() | Faiz Abbas | 1 | -37/+17 |
2019-08-11 | env: Move env_set_ulong() to env.h | Simon Glass | 1 | -0/+1 |
2019-02-19 | dm: scsi: report correct device number | Heinrich Schuchardt | 1 | -6/+7 |
2018-11-14 | blk: Call part_init() in the post_probe() method | Bin Meng | 1 | -1/+0 |
2018-09-11 | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada | 1 | -5/+4 |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 4 | -9/+4 |
2018-02-09 | Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig | Adam Ford | 1 | -0/+1 |
2017-09-12 | blk: dm: make blk_create_device() take a number of block instead of a size | Jean-Jacques Hiblot | 1 | -1/+1 |
2017-08-16 | env: Rename common functions related to setenv() | Simon Glass | 1 | -1/+1 |
2017-08-01 | dm: mmc: Allow disabling driver model in SPL | Simon Glass | 1 | -1/+1 |
2017-07-11 | dm: scsi: Drop scsi_init() when driver model is used | Simon Glass | 1 | -2/+4 |
2017-07-11 | dm: scsi: Split out the bus scanning code | Simon Glass | 1 | -12/+23 |
2017-07-11 | dm: scsi: Adjust return value of scsi_exec() | Simon Glass | 1 | -4/+4 |
2017-07-11 | dm: scsi: Add operations for SCSI devices | Simon Glass | 1 | -0/+20 |
2017-07-11 | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass | 1 | -10/+10 |
2017-07-11 | dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() | Simon Glass | 2 | -14/+22 |
2017-07-11 | dm: ahci: Unwind the confusing init code | Simon Glass | 1 | -8/+0 |
2017-07-11 | dm: scsi: Indent the confusing #ifdefs | Simon Glass | 1 | -13/+13 |
2017-07-11 | dm: scsi: Use the uclass platform data | Simon Glass | 2 | -1/+2 |
2017-07-11 | dm: scsi: Drop the ccb typedef | Simon Glass | 2 | -12/+13 |
2017-07-11 | scsi: Move drivers into new drivers/scsi directory | Simon Glass | 5 | -0/+777 |