uboot/drivers
Troy Kisky f1273f1143 USB: Fix strict aliasing in ohci-hcd
commit 5f6aa03fda
    USB: Fix complaints about strict aliasing in OHCI-HCD

tried to fix this, but gcc4.4 still complains. So, this
patch basically reverts the above and does a simpler fix.

also, the above commit incorrectly changed
	/* corresponds to data_buf[4-7] */
	datab [1] = 0;
to

	/* corresponds to databuf.u8[4-7] */
	databuf.u8[1] = 0;

This patch also fixes that.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
2012-09-01 16:21:53 +02:00
..
bios_emulator
block Remove remaining mdelay() macros 2012-07-08 22:15:08 +02:00
bootcount Consolidate bootcount code into drivers/bootcount 2012-09-01 14:26:02 +02:00
dfu dfu: MMC specific routines for DFU operation 2012-09-01 16:21:51 +02:00
dma
fpga
gpio sh: Add support pin function control using GPIO 2012-08-08 10:24:41 +09:00
hwmon
i2c I2C: Add support for Multi channel 2012-07-31 08:03:03 +02:00
input
misc
mmc FSL/eSDHC: enable the clock to detect the SD card 2012-07-13 17:04:50 -05:00
mtd Merge branch 'sf' of git://git.denx.de/u-boot-blackfin 2012-09-01 12:22:31 +02:00
net Merge branch 'next' of git://git.denx.de/u-boot 2012-07-30 20:39:52 +02:00
pci
pcmcia
power
qe drivers/qe/uec.c: Fix compile warning 2012-05-22 13:41:48 -05:00
rtc Add support for DS1388. 2012-08-10 23:46:54 +02:00
serial serial: sh: Add support Renesas R8A7740 2012-08-08 09:52:06 +09:00
spi spi: Fix merge conflicts - Makefile 2012-08-07 23:08:14 +02:00
tpm
twserial
usb USB: Fix strict aliasing in ohci-hcd 2012-09-01 16:21:53 +02:00
video ipu_common: Add ldb_clk for use in parenting the pixel clock 2012-07-10 11:35:39 +02:00
watchdog