lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 30 May 2017 11:13:39 +0100
From:   Lee Jones <lee.jones@...aro.org>
To:     Jan Kiszka <jan.kiszka@...mens.com>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Andy Shevchenko <andy.shevchenko@...il.com>,
        Sascha Weisenberger <sascha.weisenberger@...mens.com>
Subject: Re: [PATCH v3 2/2] mfd: intel_quark_i2c_gpio: Add support for
 SIMATIC IOT2000 platform

On Tue, 30 May 2017, Jan Kiszka wrote:

> The SIMATIC IOT2020 and IOT2040 are derived from the Galileo Gen2 board
> and share its I2C frequency.
> 
> Signed-off-by: Sascha Weisenberger <sascha.weisenberger@...mens.com>
> Signed-off-by: Jan Kiszka <jan.kiszka@...mens.com>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> ---
>  drivers/mfd/intel_quark_i2c_gpio.c | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Applied, thanks.

> diff --git a/drivers/mfd/intel_quark_i2c_gpio.c b/drivers/mfd/intel_quark_i2c_gpio.c
> index 050061320377..90e35dec8648 100644
> --- a/drivers/mfd/intel_quark_i2c_gpio.c
> +++ b/drivers/mfd/intel_quark_i2c_gpio.c
> @@ -71,6 +71,22 @@ static const struct dmi_system_id dmi_platform_info[] = {
>  		},
>  		.driver_data = (void *)400000,
>  	},
> +	{
> +		.matches = {
> +			DMI_EXACT_MATCH(DMI_BOARD_NAME, "SIMATIC IOT2000"),
> +			DMI_EXACT_MATCH(DMI_BOARD_ASSET_TAG,
> +					"6ES7647-0AA00-0YA2"),
> +		},
> +		.driver_data = (void *)400000,
> +	},
> +	{
> +		.matches = {
> +			DMI_EXACT_MATCH(DMI_BOARD_NAME, "SIMATIC IOT2000"),
> +			DMI_EXACT_MATCH(DMI_BOARD_ASSET_TAG,
> +					"6ES7647-0AA00-1YA2"),
> +		},
> +		.driver_data = (void *)400000,
> +	},
>  	{}
>  };
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ