genode/repos/os/src
Josef Söntgen 85599c072f os: use async IRQ and server lib in drivers
Use the new asynchronous IRQ interface in the mostly used drivers, e.g.:

* ahci_drv: x86/exynos5
* gpio_drv: imx53/omap4
* input_drv: imx53/dummy
* ps2_drv: x86/pl050
* timer_drv

Now, the Irq_session is requested from Gpio::Session:

From now on we use an asynchronous IRQ interface. To prevent triggering
another GPIO IRQ while currently handling the former one, IRQs must
now by acknowledged explicitly. While here, we also changed the GPIO
session interface regarding IRQ management. The generic GPIO component
now wraps the Irq_session managed by the backend instead of using the
GPIO backend methods directly. A client using the GPIO session may
request the Irq_session_capability by calling
'Gpio::Session::irq_session()' and can use this capability when using
a local Irq_session_client.

Issue #1456.
2015-04-23 16:47:59 +02:00
..
app base: use reference for ascii_to output argument 2015-04-17 16:13:19 +02:00
drivers os: use async IRQ and server lib in drivers 2015-04-23 16:47:59 +02:00
init Init: support for aliases for child names 2015-01-20 11:25:59 +01:00
lib dde_kit: use async IRQ session interface 2015-04-23 16:47:58 +02:00
server os: Move Ring_buffer to Genode namespace 2015-04-17 16:13:21 +02:00
test os: use async IRQ and server lib in drivers 2015-04-23 16:47:59 +02:00