Home
last modified time | relevance | path

Searched hist:"4682 c8a19b4eb69f7ad51df3f543375583ce878a" (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/scsi/
H A Dsandbox_scsi.c4682c8a19b4eb69f7ad51df3f543375583ce878a Thu Jun 15 03:28:40 UTC 2017 Simon Glass <sjg@chromium.org> dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()

With driver model these functions need a device pointer. Add one even
when CONFIG_DM_SCSI is not defined. This avoids having ugly conditional
function prototypes, When CONFIG_DM_SCSI is not defined we can just ignore
the pointer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
H A Dscsi.c4682c8a19b4eb69f7ad51df3f543375583ce878a Thu Jun 15 03:28:40 UTC 2017 Simon Glass <sjg@chromium.org> dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()

With driver model these functions need a device pointer. Add one even
when CONFIG_DM_SCSI is not defined. This avoids having ugly conditional
function prototypes, When CONFIG_DM_SCSI is not defined we can just ignore
the pointer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dsata.c4682c8a19b4eb69f7ad51df3f543375583ce878a Thu Jun 15 03:28:40 UTC 2017 Simon Glass <sjg@chromium.org> dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()

With driver model these functions need a device pointer. Add one even
when CONFIG_DM_SCSI is not defined. This avoids having ugly conditional
function prototypes, When CONFIG_DM_SCSI is not defined we can just ignore
the pointer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/rk3399_rockchip-uboot/cmd/
H A Dscsi.c4682c8a19b4eb69f7ad51df3f543375583ce878a Thu Jun 15 03:28:40 UTC 2017 Simon Glass <sjg@chromium.org> dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()

With driver model these functions need a device pointer. Add one even
when CONFIG_DM_SCSI is not defined. This avoids having ugly conditional
function prototypes, When CONFIG_DM_SCSI is not defined we can just ignore
the pointer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c4682c8a19b4eb69f7ad51df3f543375583ce878a Thu Jun 15 03:28:40 UTC 2017 Simon Glass <sjg@chromium.org> dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()

With driver model these functions need a device pointer. Add one even
when CONFIG_DM_SCSI is not defined. This avoids having ugly conditional
function prototypes, When CONFIG_DM_SCSI is not defined we can just ignore
the pointer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
/rk3399_rockchip-uboot/include/
H A Dscsi.h4682c8a19b4eb69f7ad51df3f543375583ce878a Thu Jun 15 03:28:40 UTC 2017 Simon Glass <sjg@chromium.org> dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()

With driver model these functions need a device pointer. Add one even
when CONFIG_DM_SCSI is not defined. This avoids having ugly conditional
function prototypes, When CONFIG_DM_SCSI is not defined we can just ignore
the pointer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>