[U-Boot] [GIT PULL] phys_addr_t changes

Hi Tom,
please pull these 3 patches to your tree. On patch is fixing gem. One is fixing ll_temac which you have reported and the last one is for MMC. I have created special branch just with these changes.
Thanks, Michal
The following changes since commit 768f6096f9c389b5ed36bee2957bee16b085fc4a:
Merge git://git.denx.de/u-boot-arc (2015-01-20 16:41:11 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git phys_t
for you to fetch changes up to 38cd2d9c9b6a252c413cb91fbc4496797e425dc2:
mmc: zynq: Use phys_addr_t for addresses (2015-01-21 10:30:43 +0100)
---------------------------------------------------------------- Michal Simek (3): net: gem: Use phys_addr_t instead of int for addresses net: ll_temac: Fix compilation warning because of phys_addr_t mmc: zynq: Use phys_addr_t for addresses
arch/arm/include/asm/arch-zynq/sys_proto.h | 2 +- drivers/mmc/zynq_sdhci.c | 4 ++-- drivers/net/xilinx_ll_temac.c | 2 +- drivers/net/zynq_gem.c | 5 +++-- include/netdev.h | 3 ++- 5 files changed, 9 insertions(+), 7 deletions(-)

On Wed, Jan 21, 2015 at 10:32:43AM +0100, Michal Simek wrote:
Hi Tom,
please pull these 3 patches to your tree. On patch is fixing gem. One is fixing ll_temac which you have reported and the last one is for MMC. I have created special branch just with these changes.
Thanks, Michal
The following changes since commit 768f6096f9c389b5ed36bee2957bee16b085fc4a:
Merge git://git.denx.de/u-boot-arc (2015-01-20 16:41:11 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git phys_t
for you to fetch changes up to 38cd2d9c9b6a252c413cb91fbc4496797e425dc2:
mmc: zynq: Use phys_addr_t for addresses (2015-01-21 10:30:43 +0100)
Applied to u-boot/master (a while ago but didn't reply), thanks!
participants (2)
-
Michal Simek
-
Tom Rini