From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 1 Feb 2016 09:19:40 -0700 Subject: [U-Boot] [PATCH 03/23] spi: ich: Change PCHV_ to ICHV_ In-Reply-To: <1454319658-17431-4-git-send-email-bmeng.cn@gmail.com> References: <1454319658-17431-1-git-send-email-bmeng.cn@gmail.com> <1454319658-17431-4-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 +++++++------- > drivers/spi/ich.h | 7 ++++++- > 2 files changed, 13 insertions(+), 8 deletions(-) Reviewed-by: Simon Glass Tested on Minnowmax: Tested-by: Simon Glass