Dear Simon Glass, > This series fixes some warnings which seem to still be left over from > all the warning-squashing efforts for 2011.12. If patches exist for some > of these already then please ignore. > > The alias problem in USB is a bit odd, since I thought it was already > fixed. But perhaps it has come back. > > > Simon Glass (9): > usb: Fix strict-aliasing warning in host/ohci-hcd.c > Fix strict-aliasing warning in dlmalloc > mpc5xxx: Fix strict-aliasing warnings in usb_ohci.c > ppc4xx: Fix strict-aliasing warnings in usb_ohci.c > sandbox: sort header files in os.c > sandbox: Add required header to os.c > Remove CONFIG_SYS_EXTBDINFO from snapper9260.h > m68k: Change memsz to a signed char to avoid warning > ppc: Change memsz variable to signed char > > arch/m68k/lib/board.c | 2 +- > arch/powerpc/cpu/mpc5xxx/usb_ohci.c | 79 > ++++++++++++++++++++-------------- arch/powerpc/cpu/ppc4xx/usb_ohci.c | > 81 ++++++++++++++++++++-------------- arch/powerpc/lib/board.c > | 7 +-- > arch/sandbox/cpu/os.c | 11 +++-- > common/dlmalloc.c | 8 ++-- > drivers/usb/host/ohci-hcd.c | 26 ++++++------ > include/configs/snapper9260.h | 1 - > 8 files changed, 122 insertions(+), 93 deletions(-)
Can you please split out the USB part and send it to me (I became new usb maint.) please? Thanks in advance! Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

