]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: pch: Remove pch_get_version op
authorBin Meng <bmeng.cn@gmail.com>
Mon, 1 Feb 2016 09:40:41 +0000 (01:40 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:21 +0000 (12:47 +0800)
commitd02be99e6774b99c27b7d4304865c7f45e1ac4b4
tree158ab527315a42bde5f46c10ff6c56f277e150bc
parent254e6779258f9f3aa8ba67fb4506fd570fae9687
dm: pch: Remove pch_get_version op

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/ivybridge/bd82x6x.c
drivers/pch/pch-uclass.c
drivers/pch/pch7.c
drivers/pch/pch9.c
include/pch.h