You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bo Shen
68ae882596
USB: gadget: atmel_usba_udc: fix transfer hang issue
...
When receive data, the RXRDY in status register set by hardware
after a new packet has been stored in the endpoint FIFO. After,
we copy from FIFO, we clear it, make the FIFO can be accessed
again.
In the receive_data() function, this bit RXRDY has been cleared.
So, after the receive_data() function return, this bit should
not be cleared again, or else it will cause the accessing FIFO
corrupt, which will make the data loss.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
11 years ago
..
bios_emulator
bios_emulator: Correct ordering of includes
11 years ago
block
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
11 years ago
bootcount
qe: move immap_qe.h from arch directory into common directory
11 years ago
core
dm: device: Add newline to debug() messages
11 years ago
crypto
crypto/fsl: Add command for encapsulating/decapsulating blobs
11 years ago
ddr/ fsl
fsl/sleep: updated the deep sleep framework for QorIQ platforms
11 years ago
demo
kbuild: refactor some makefiles
11 years ago
dfu
Merge branch 'master' of git://git.denx.de/u-boot-usb
11 years ago
dma
dma: keystone_nav: remove spurious qm_cfg verification
11 years ago
fpga
fs: API changes enabling extra parameter to return size of type loff_t
11 years ago
gpio
x86: ich6-gpio: Move setup_pch_gpios() to board support codes
11 years ago
hwmon
kconfig: add blank Kconfig files
11 years ago
i2c
dm: i2c: tegra: Convert to driver model
11 years ago
input
tegra: make local functions static
11 years ago
memory
ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c
11 years ago
misc
x86: Add a simple superio driver for SMSC LPC47M
11 years ago
mmc
mmc: dw_mmc: Use active DDR mode flag
11 years ago
mtd
sf: Enable byte program support
11 years ago
net
net/phy: enable serdes auto-negotiation for vsc8514 phy
11 years ago
pci
arm: ls102xa: Update PCIe dts node status
11 years ago
pcmcia
kconfig: add blank Kconfig files
11 years ago
power
dm: i2c: tegra: Convert to driver model
11 years ago
pwm
pwm, imx6: add support for pwm modul on imx6
11 years ago
qe
u_qe: add u_qe_upload_firmware for u_qe
11 years ago
rtc
Replace <compiler.h> with <linux/compiler.h>
11 years ago
serial
dm: serial_pl01x: Add missing private data size
11 years ago
soc
soc: keystone_serdes: generalize configuration mechanism
11 years ago
sound
kconfig: add blank Kconfig files
11 years ago
spi
x86: ich-spi: Add Intel Tunnel Creek SPI controller support
11 years ago
thermal
thermal: imx_thermal: Do not display calibration data
11 years ago
tpm
Replace <compiler.h> with <linux/compiler.h>
11 years ago
twserial
…
usb
USB: gadget: atmel_usba_udc: fix transfer hang issue
11 years ago
video
Merge git://git.denx.de/u-boot-x86
11 years ago
watchdog
kconfig: add blank Kconfig files
11 years ago
Kconfig
kconfig: add blank Kconfig files
11 years ago
Makefile
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
11 years ago