Skip to content
Snippets Groups Projects
Commit 6f98b750 authored by Simon Glass's avatar Simon Glass
Browse files

dm: Add support for register maps (regmap)


Add a simple implementaton of register maps, supporting only direct I/O
for now. This can be enhanced later to support buses which have registers,
such as I2C, SPI and PCI.

It allows drivers which can operate with multiple buses to avoid dealing
with the particulars of register access on that bus.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent efa677fb
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment