[U-Boot] [PATCH v2 04/17] dm: x86: Add a uclass for an Low Pin Count (LPC) device

2015-03-26 Thread Simon Glass
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 --- Changes in v2: None arch/x86/lib/Makefile | 1 + arch/x86/lib/lpc-uclass.c

Re: [U-Boot] [PATCH v2 04/17] dm: x86: Add a uclass for an Low Pin Count (LPC) device

2015-03-31 Thread Simon Glass
On 26 March 2015 at 09:29, Simon Glass 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 > --- > > Changes in v2: None