[U-Boot] [PATCH 06/23] dm: pch: Remove pch_get_version op
Simon Glass
sjg at chromium.org
Mon Feb 1 17:19:47 CET 2016
On 1 February 2016 at 02:40, Bin Meng <bmeng.cn at gmail.com> wrote:
> pch_get_version op was only used by the ich spi controller driver,
> and does not really provide a good identification of pch controller
> so far, since we see plenty of Intel PCH chipsets and one differs
> from another a lot, which is not simply either a PCHV_7 or PCHV_9.
> Now that ich spi controller driver was updated to not get such info
> from pch, the pch_get_version op is useless now.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/cpu/ivybridge/bd82x6x.c | 6 ------
> drivers/pch/pch-uclass.c | 10 ----------
> drivers/pch/pch7.c | 6 ------
> drivers/pch/pch9.c | 6 ------
> include/pch.h | 20 --------------------
> 5 files changed, 48 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Tested on Minnowmax:
Tested-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list