Re: [U-Boot] [PATCH v3 08/18] malta: setup super I/O UARTs

2013-11-11 Thread Marek Vasut
Dear Paul Burton, > Grepping all I found was board/mpl/common/isa.c which seems to do > something similar. However calling this a driver is quite generous - all > it does it write some board-specific values to some registers. So > there's really not much to be shared. Thanks for clearing this. So

Re: [U-Boot] [PATCH v3 08/18] malta: setup super I/O UARTs

2013-11-11 Thread Paul Burton
Grepping all I found was board/mpl/common/isa.c which seems to do something similar. However calling this a driver is quite generous - all it does it write some board-specific values to some registers. So there's really not much to be shared. Thanks, Paul On 10/11/13 20:06, Marek Vasut wr

Re: [U-Boot] [PATCH v3 08/18] malta: setup super I/O UARTs

2013-11-10 Thread Marek Vasut
Dear Paul Burton, > On a real Malta the Super I/O needs to be configured before we are able > to access the UARTs. This patch performs that configuration, setting up > the UARTs in the same way that YAMON would. [...] > --- /dev/null > +++ b/board/imgtec/malta/superio.c Do we not already have s

[U-Boot] [PATCH v3 08/18] malta: setup super I/O UARTs

2013-11-08 Thread Paul Burton
On a real Malta the Super I/O needs to be configured before we are able to access the UARTs. This patch performs that configuration, setting up the UARTs in the same way that YAMON would. Signed-off-by: Paul Burton --- Changes in v3: - rebase atop master Changes in v2: - rebased after malta