genode/repos/dde_linux/src
Martin Stein 47dc708887 usb rpi: get rid of local hardware timer
We used a hardware timer locally in the RPI USB driver because a timer
connection was not precise enough to fullfill the host controllers
requirements.

With the modern timer connection interface, however, reading out time at
a connection is microseconds precise and we can remove the local timer.
But we cannot use the same timer connection for doing legacy-interface
stuff like usleep (currently used in LX kit) and modern-interface stuff
like curr_time. Thus, we open two connections for now.

Ref #2400
2017-08-23 14:08:37 +02:00
..
drivers usb_drv: wait for first valid config 2017-08-17 10:59:44 +02:00
include usb rpi: get rid of local hardware timer 2017-08-23 14:08:37 +02:00
lib usb rpi: get rid of local hardware timer 2017-08-23 14:08:37 +02:00
lx_kit usb rpi: get rid of local hardware timer 2017-08-23 14:08:37 +02:00
server/usb_terminal usb_terminal: remove obsolete vendor/product enums 2017-08-17 11:04:20 +02:00
test intel_fb: avoid deprecated warnings 2017-05-31 13:15:55 +02:00