Re: [U-Boot] [PATCH 03/23] spi: ich: Change PCHV_ to ICHV_

2016-02-02 Thread Bin Meng
On Wed, Feb 3, 2016 at 12:01 AM, Jagan Teki wrote: > On 1 February 2016 at 21:49, Simon Glass wrote: >> On 1 February 2016 at 02:40, Bin Meng wrote: >>> The ICH SPI controller supports two variants, one of which is ICH7 >>> compatible and the other is ICH9 compatible. Change 'pch_version' >>> to

Re: [U-Boot] [PATCH 03/23] spi: ich: Change PCHV_ to ICHV_

2016-02-02 Thread Jagan Teki
On 1 February 2016 at 21:49, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> The ICH SPI controller supports two variants, one of which is ICH7 >> compatible and the other is ICH9 compatible. Change 'pch_version' >> to 'ich_version' to better match its original name. >> >> Si

Re: [U-Boot] [PATCH 03/23] spi: ich: Change PCHV_ to ICHV_

2016-02-01 Thread Simon Glass
On 1 February 2016 at 02:40, Bin Meng wrote: > The ICH SPI controller supports two variants, one of which is ICH7 > compatible and the other is ICH9 compatible. Change 'pch_version' > to 'ich_version' to better match its original name. > > Signed-off-by: Bin Meng > --- > > drivers/spi/ich.c | 14