Re: [U-Boot] [PATCH v2 53/55] x86: Set up a shared syscon numbering schema

2016-01-21 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > Each system controller can have a number to identify it. It can then be > accessed using syscon_get_by_driver_data(). Put this in a shared header > file and update the only current user. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH v2 53/55] x86: Set up a shared syscon numbering schema

2016-01-17 Thread Simon Glass
Each system controller can have a number to identify it. It can then be accessed using syscon_get_by_driver_data(). Put this in a shared header file and update the only current user. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: -