Searched hist:b9560ad649b8c523bf303cf9ba981e498988c5d9 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/scsi/ |
H A D | sandbox_scsi.c | diff b9560ad649b8c523bf303cf9ba981e498988c5d9 Wed Jun 14 22:28:30 CDT 2017 Simon Glass <sjg@chromium.org> dm: scsi: Drop the ccb typedef
We should not be using typedefs in U-Boot and 'ccb' is a pretty short name. It is also used with variables. Drop the typedef and use 'struct' instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
H A D | scsi.c | diff b9560ad649b8c523bf303cf9ba981e498988c5d9 Wed Jun 14 22:28:30 CDT 2017 Simon Glass <sjg@chromium.org> dm: scsi: Drop the ccb typedef
We should not be using typedefs in U-Boot and 'ccb' is a pretty short name. It is also used with variables. Drop the typedef and use 'struct' instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
/openbmc/u-boot/drivers/ata/ |
H A D | ahci.c | diff b9560ad649b8c523bf303cf9ba981e498988c5d9 Wed Jun 14 22:28:30 CDT 2017 Simon Glass <sjg@chromium.org> dm: scsi: Drop the ccb typedef
We should not be using typedefs in U-Boot and 'ccb' is a pretty short name. It is also used with variables. Drop the typedef and use 'struct' instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
/openbmc/u-boot/include/ |
H A D | scsi.h | diff b9560ad649b8c523bf303cf9ba981e498988c5d9 Wed Jun 14 22:28:30 CDT 2017 Simon Glass <sjg@chromium.org> dm: scsi: Drop the ccb typedef
We should not be using typedefs in U-Boot and 'ccb' is a pretty short name. It is also used with variables. Drop the typedef and use 'struct' instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|
/openbmc/u-boot/common/ |
H A D | usb_storage.c | diff b9560ad649b8c523bf303cf9ba981e498988c5d9 Wed Jun 14 22:28:30 CDT 2017 Simon Glass <sjg@chromium.org> dm: scsi: Drop the ccb typedef
We should not be using typedefs in U-Boot and 'ccb' is a pretty short name. It is also used with variables. Drop the typedef and use 'struct' instead.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
|