/openbmc/u-boot/board/gdsys/p1022/ |
H A D | sdhc_boot.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | controlcenterd-id.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/board/freescale/common/ |
H A D | sdhc_boot.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/fs/zfs/ |
H A D | dev.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/drivers/mmc/ |
H A D | fsl_esdhc_spl.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | mmc_private.h | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | mmc_write.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | sunxi_mmc.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/test/dm/ |
H A D | usb.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | cortina.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | dev.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/drivers/block/ |
H A D | sandbox.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/lib/ |
H A D | gunzip.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/fs/ext4/ |
H A D | dev.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | ext4_common.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/api/ |
H A D | api_storage.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/disk/ |
H A D | part_mac.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | part_amiga.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | part_iso.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | part_dos.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/include/ |
H A D | ide.h | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
H A D | part.h | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/drivers/dfu/ |
H A D | dfu_mmc.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | fm.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
/openbmc/u-boot/fs/fat/ |
H A D | fat_write.c | diff 7c4213f6a52f35ff6ba2d97aa4eb04cbfc963b86 Mon Dec 07 12:38:48 CST 2015 Stephen Warren <swarren@nvidia.com> block: pass block dev not num to read/write/erase()
This will allow the implementation to make use of data in the block_dev structure beyond the base device number. This will be useful so that eMMC block devices can encompass the HW partition ID rather than treating this out-of-band. Equally, the existence of the priv field is crying out for this patch to exist.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|