| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-28 | disk: convert CONFIG_DOS_PARTITION to Kconfig | Patrick Delaunay | |
| Signed-off-by: Patrick Delaunay <[email protected]> Signed-off-by: Patrick Delaunay <[email protected]> | |||
| 2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass | |
| This is a device number, and we want to use 'dev' to mean a driver model device. Rename the member. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Tested-by: Stephen Warren <[email protected]> | |||
| 2016-03-14 | dm: blk: Rename get_device_and_partition() | Simon Glass | |
| Rename this function to blk_get_device_part_str(). This is a better name because it makes it clear that the function returns a block device and parses a string. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Tested-by: Stephen Warren <[email protected]> | |||
| 2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass | |
| Use 'struct' instead of a typdef. Also since 'struct block_dev_desc' is long and causes 80-column violations, rename it to struct blk_desc. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Tested-by: Stephen Warren <[email protected]> | |||
| 2016-01-25 | Remove the cmd_ prefix from command files | Simon Glass | |
| Now that they are in their own directory, we can remove this prefix. This makes it easier to find a file since the prefix does not get in the way. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Heiko Schocher <[email protected]> Acked-by: Stefan Roese <[email protected]> Acked-by: Przemyslaw Marczak <[email protected]> | |||
