[U-Boot] [PATCH v2 04/17] dm: x86: Add a uclass for an Low Pin Count (LPC) device
Simon Glass
sjg at chromium.org
Wed Apr 1 05:15:00 CEST 2015
On 26 March 2015 at 09:29, Simon Glass <sjg at chromium.org> wrote:
> On x86 systems this device is commonly used to provide legacy port access.
> It is sort-of a replacement for the old ISA bus.
>
> Add a uclass for this, and allow it to have child devices.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/x86/lib/Makefile | 1 +
> arch/x86/lib/lpc-uclass.c | 28 ++++++++++++++++++++++++++++
> include/dm/uclass-id.h | 1 +
> 3 files changed, 30 insertions(+)
> create mode 100644 arch/x86/lib/lpc-uclass.c
Applied to u-boot-dm/next
More information about the U-Boot
mailing list