From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 5 Mar 2012 19:22:48 +0100 Subject: [U-Boot] [PATCH 0/9] Fix a few warnings that bug me In-Reply-To: <1325822097-15227-1-git-send-email-sjg@chromium.org> References: <1325822097-15227-1-git-send-email-sjg@chromium.org> Message-ID: <201203051922.48345.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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