Searched hist:bd5e301d35621f2b00e0ecd77464c6c0e967fdbb (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | fotg210.c | bd5e301d35621f2b00e0ecd77464c6c0e967fdbb Fri Dec 20 04:32:59 UTC 2013 Kuo-Jung Su <dantesu@faraday-tech.com> usb: gadget: fotg210: add w1c interrupt status support
Since hardware revision 1.11.0, the following interrupt status registers are now W1C (i.e., write 1 clear):
1. Interrupt Source Group 0 Register (0x144) (EP0 Abort: BIT5) 2. Interrupt Source Group 2 Register (0x14C) (All bits)
And before revision 1.11.0, these registers are all R/W. Which means software must write a 0 to clear the status.
Signed-off-by: Kuo-Jung Su <dantesu@faraday-tech.com> CC: Marek Vasut <marex@denx.de>
|