Skip to content
Snippets Groups Projects
Commit 6494d708 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

dm: Add base driver model support


Add driver model functionality for generic board.

This includes data structures and base code for registering devices and
uclasses (groups of devices with the same purpose, e.g. all I2C ports will
be in the same uclass).

The feature is enabled with CONFIG_DM.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarPavel Herrmann <morpheus.ibis@gmail.com>
Signed-off-by: default avatarViktor Křivák <viktor.krivak@gmail.com>
Signed-off-by: default avatarTomas Hlavacek <tmshlvck@gmail.com>
parent 65c70539
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment