genode/repos/dde_linux/src/lx_kit
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
..
spec dde_linux: use internal setjmp/longjmp only 2017-05-02 15:29:03 +02:00
env.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
irq.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
malloc.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
mapped_io_mem_range.cc Streamline exception types 2017-05-31 13:16:07 +02:00
pci.cc Streamline exception types 2017-05-31 13:16:07 +02:00
printf.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
scheduler.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
timer.cc usb rpi: get rid of local hardware timer 2017-08-23 14:08:37 +02:00
work.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00