Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1637862 > unrolled thread
| Started by | Jan Kiszka <jan.kiszka@siemens.com> |
|---|---|
| First post | 2017-05-09 06:50 +0200 |
| Last post | 2017-05-09 13:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform Jan Kiszka <jan.kiszka@siemens.com> - 2017-05-09 06:50 +0200
Re: [PATCH] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-05-09 13:40 +0200
| From | Jan Kiszka <jan.kiszka@siemens.com> |
|---|---|
| Date | 2017-05-09 06:50 +0200 |
| Subject | [PATCH] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform |
| Message-ID | <tF5fY-5aL-15@gated-at.bofh.it> |
The SIMATIC IOT2000 is derived from the Galileo Gen2 board and shares
its I2C frequency.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Sascha Weisenberger <sascha.weisenberger@siemens.com>
---
drivers/mfd/intel_quark_i2c_gpio.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/mfd/intel_quark_i2c_gpio.c b/drivers/mfd/intel_quark_i2c_gpio.c
index 7946d6e38b87..98dddf2831ad 100644
--- a/drivers/mfd/intel_quark_i2c_gpio.c
+++ b/drivers/mfd/intel_quark_i2c_gpio.c
@@ -72,6 +72,10 @@ static const struct i2c_mode_info platform_i2c_mode_info[] = {
.name = "GalileoGen2",
.i2c_scl_freq = 400000,
},
+ {
+ .name = "SIMATIC IOT2000",
+ .i2c_scl_freq = 400000,
+ },
{}
};
--
2.12.0
[toc] | [next] | [standalone]
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-05-09 13:40 +0200 |
| Subject | Re: [PATCH] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform |
| Message-ID | <tFbEJ-13U-1@gated-at.bofh.it> |
| In reply to | #1637862 |
On Tue, 2017-05-09 at 06:40 +0200, Jan Kiszka wrote:
> The SIMATIC IOT2000 is derived from the Galileo Gen2 board and shares
> its I2C frequency.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> Signed-off-by: Sascha Weisenberger <sascha.weisenberger@siemens.com>
Hmm... I thought that SoB chain goes from first author to last. (Or in
case of maintainer / submitter their SoB goes at the end, which is
apparently not the case here).
Other than above
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> ---
> drivers/mfd/intel_quark_i2c_gpio.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/mfd/intel_quark_i2c_gpio.c
> b/drivers/mfd/intel_quark_i2c_gpio.c
> index 7946d6e38b87..98dddf2831ad 100644
> --- a/drivers/mfd/intel_quark_i2c_gpio.c
> +++ b/drivers/mfd/intel_quark_i2c_gpio.c
> @@ -72,6 +72,10 @@ static const struct i2c_mode_info
> platform_i2c_mode_info[] = {
> .name = "GalileoGen2",
> .i2c_scl_freq = 400000,
> },
> + {
> + .name = "SIMATIC IOT2000",
> + .i2c_scl_freq = 400000,
> + },
> {}
> };
>
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web