commit | eab9433aa554289fc4077d73f0f1b7bc3a126aa5 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed May 13 14:42:18 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu May 14 18:49:36 2015 -0600 |
tree | 9b6fe05df92ff5efa2b11e3c270367b18440f68b | |
parent | bf495712ed2800c1822693f48f4d3e0e405447ea [diff] |
sunxi: Change usb-kbd interrupt polling to use an usb interrupt queue Now that the ohci code supports usb interrupt queues we can switch (back) to using an usb interrupt queue for usb-kbd interrupt polling. This greatly reduces u-boot's latency when dealing with usb keyboards. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Marek Vasut <marex@denx.de>