commit | bd5e301d35621f2b00e0ecd77464c6c0e967fdbb | [log] [tgz] |
---|---|---|
author | Kuo-Jung Su <dantesu@faraday-tech.com> | Fri Dec 20 12:32:59 2013 +0800 |
committer | Marek Vasut <marex@denx.de> | Mon Jan 13 12:15:12 2014 +0100 |
tree | f99f8029a9ea646ebd387377902dc4a4339c5a5e | |
parent | 7f673c99c2d8d1aa21996c5b914f06d784b080ca [diff] |
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>