| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-11 | sata: Move drivers into new drivers/ata directory | Simon Glass | |
| At present we have the SATA and PATA drivers mixed up in the drivers/block directory. It is better to split them out into their own place. Use drivers/ata which is what Linux does. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> | |||
| 2016-05-17 | dm: Rename disk uclass to ahci | Simon Glass | |
| This started as 'ahci' and was renamed to 'disk' during code review. But it seems that this is too generic. Now that we have a 'blk' uclass, we can use that as the generic piece, and revert to ahci for this. Signed-off-by: Simon Glass <[email protected]> | |||
