[U-Boot] [PATCH 06/23] dm: pch: Remove pch_get_version op

Bin Meng bmeng.cn at gmail.com
Wed Feb 3 05:33:08 CET 2016


On Tue, Feb 2, 2016 at 12:19 AM, Simon Glass <sjg at chromium.org> wrote:
> 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>

applied to u-boot-x86/master, thanks!


More information about the U-Boot mailing list