mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
dc8c899c1d
This API rework eases the access to memory-mapped I/O registers and interrupts when using the platform driver. It introduces the notions of - Platform::Device - one device obtained from a platform session - Platform::Device::Mmio - locally-mapped MMIO registers of a device - Platform::Device::Irq - interface for receiving device interrupts The patch touches several drivers. Some drivers would require a significant structural change to adopt the new API (e.g., net/virtio, dde_linux drivers, imx gpio). In these cases, the patch adds compatibility shims meant to be temporary. In other cases (e.g., imx i2c), the adaptation was simple enough to carry through. Fixes #4075 |
||
---|---|---|
.. | ||
audio_in_session | ||
audio_out_session | ||
blit | ||
block_session | ||
capture_session | ||
event_session | ||
file_system | ||
file_system_session | ||
framebuffer_session | ||
gpio_session | ||
gpu_session | ||
gui_session | ||
input_session | ||
loader_session | ||
net | ||
nic_driver | ||
nic_session | ||
nitpicker_gfx | ||
os | ||
platform_session | ||
report_session | ||
rtc_session | ||
terminal_session | ||
uart_session | ||
uplink_session | ||
usb_session | ||
vfs | ||
virtio | ||
session.inc |