
On Wed, Jan 14, 2015 at 04:00:39PM +0100, Michal Simek wrote:
Use phys_addr_t instead of int for addresses. Addresses can't be < 0.
Signed-off-by: Michal Simek michal.simek@xilinx.com
Note that this introduces: w+(microblaze-generic) ../drivers/net/xilinx_ll_temac.c: In function 'll_temac_init': w+(microblaze-generic) ../drivers/net/xilinx_ll_temac.c:235:3: warning: format '%X' exp
which I know you'll fix soon enough, thanks :)
It also adds: w+(katmai) ../drivers/net/eepro100.c: In function 'INW': w+(katmai) ../drivers/net/eepro100.c:243:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (and for OUTW/OUTL/INL) on katmai. Stefan, you're currently flagged as maintainer. Can you take a stab at this? Thanks!
Applied to u-boot/master, thanks!