linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
@ 2017-10-11 10:40 Joakim Tjernlund
  2017-10-13  9:04 ` Lee Jones
  2017-10-23 13:36 ` Lee Jones
  0 siblings, 2 replies; 6+ messages in thread
From: Joakim Tjernlund @ 2017-10-11 10:40 UTC (permalink / raw)
  To: Peter Tyser, Lee Jones, linux-kernel; +Cc: Joakim Tjernlund

Avoton/Rangeley are based on Silvermount micro-architecture, like
Bay Trail, and uses the INTEL_SPI_BYT method to drive SPI.

Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
---
 drivers/mfd/lpc_ich.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 450ae36645aa..cf1120abbf52 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -522,6 +522,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
 		.name = "Avoton SoC",
 		.iTCO_version = 3,
 		.gpio_version = AVOTON_GPIO,
+		.spi_type = INTEL_SPI_BYT,
 	},
 	[LPC_BAYTRAIL] = {
 		.name = "Bay Trail SoC",
-- 
2.13.6

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
  2017-10-11 10:40 [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method Joakim Tjernlund
@ 2017-10-13  9:04 ` Lee Jones
  2017-10-13 20:52   ` Mika Westerberg
  2017-10-23 13:36 ` Lee Jones
  1 sibling, 1 reply; 6+ messages in thread
From: Lee Jones @ 2017-10-13  9:04 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: Peter Tyser, linux-kernel

On Wed, 11 Oct 2017, Joakim Tjernlund wrote:

> Avoton/Rangeley are based on Silvermount micro-architecture, like
> Bay Trail, and uses the INTEL_SPI_BYT method to drive SPI.
> 
> Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
> ---
>  drivers/mfd/lpc_ich.c | 1 +
>  1 file changed, 1 insertion(+)

Looks perfectly reasonable to me.  Would be good to receive a nod from
one of the Intel or Extreme Engineering guys though.

> diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
> index 450ae36645aa..cf1120abbf52 100644
> --- a/drivers/mfd/lpc_ich.c
> +++ b/drivers/mfd/lpc_ich.c
> @@ -522,6 +522,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
>  		.name = "Avoton SoC",
>  		.iTCO_version = 3,
>  		.gpio_version = AVOTON_GPIO,
> +		.spi_type = INTEL_SPI_BYT,
>  	},
>  	[LPC_BAYTRAIL] = {
>  		.name = "Bay Trail SoC",

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
  2017-10-13  9:04 ` Lee Jones
@ 2017-10-13 20:52   ` Mika Westerberg
  0 siblings, 0 replies; 6+ messages in thread
From: Mika Westerberg @ 2017-10-13 20:52 UTC (permalink / raw)
  To: Lee Jones; +Cc: Joakim Tjernlund, Peter Tyser, linux-kernel

On Fri, Oct 13, 2017 at 10:04:07AM +0100, Lee Jones wrote:
> On Wed, 11 Oct 2017, Joakim Tjernlund wrote:
> 
> > Avoton/Rangeley are based on Silvermount micro-architecture, like
> > Bay Trail, and uses the INTEL_SPI_BYT method to drive SPI.
> > 
> > Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
> > ---
> >  drivers/mfd/lpc_ich.c | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Looks perfectly reasonable to me.  Would be good to receive a nod from
> one of the Intel or Extreme Engineering guys though.

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
  2017-10-11 10:40 [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method Joakim Tjernlund
  2017-10-13  9:04 ` Lee Jones
@ 2017-10-23 13:36 ` Lee Jones
  2017-10-24  7:17   ` Joakim Tjernlund
  1 sibling, 1 reply; 6+ messages in thread
From: Lee Jones @ 2017-10-23 13:36 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: Peter Tyser, linux-kernel

On Wed, 11 Oct 2017, Joakim Tjernlund wrote:

> Avoton/Rangeley are based on Silvermount micro-architecture, like
> Bay Trail, and uses the INTEL_SPI_BYT method to drive SPI.
> 
> Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
> ---
>  drivers/mfd/lpc_ich.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
  2017-10-23 13:36 ` Lee Jones
@ 2017-10-24  7:17   ` Joakim Tjernlund
  2017-10-24  8:10     ` Lee Jones
  0 siblings, 1 reply; 6+ messages in thread
From: Joakim Tjernlund @ 2017-10-24  7:17 UTC (permalink / raw)
  To: lee.jones; +Cc: linux-kernel, ptyser

On Mon, 2017-10-23 at 14:36 +0100, Lee Jones wrote:
> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
> 
> 
> On Wed, 11 Oct 2017, Joakim Tjernlund wrote:
> 
> > Avoton/Rangeley are based on Silvermount micro-architecture, like
> > Bay Trail, and uses the INTEL_SPI_BYT method to drive SPI.
> > 
> > Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
> > ---
> >  drivers/mfd/lpc_ich.c | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Applied, thanks.

Would be nice if this could trickle down to stable, 4.14 at least.

 Jocke 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
  2017-10-24  7:17   ` Joakim Tjernlund
@ 2017-10-24  8:10     ` Lee Jones
  0 siblings, 0 replies; 6+ messages in thread
From: Lee Jones @ 2017-10-24  8:10 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: linux-kernel, ptyser

On Tue, 24 Oct 2017, Joakim Tjernlund wrote:

> On Mon, 2017-10-23 at 14:36 +0100, Lee Jones wrote:
> > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
> > 
> > 
> > On Wed, 11 Oct 2017, Joakim Tjernlund wrote:
> > 
> > > Avoton/Rangeley are based on Silvermount micro-architecture, like
> > > Bay Trail, and uses the INTEL_SPI_BYT method to drive SPI.
> > > 
> > > Signed-off-by: Joakim Tjernlund <joakim.tjernlund@infinera.com>
> > > ---
> > >  drivers/mfd/lpc_ich.c | 1 +
> > >  1 file changed, 1 insertion(+)
> > 
> > Applied, thanks.
> 
> Would be nice if this could trickle down to stable, 4.14 at least.

Please resend the patch with the following tag above your SoB:

  Cc: stable@vger.kernel.org

Also, please read:

  Documentation/process/stable-kernel-rules.rst

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-10-24  8:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-11 10:40 [PATCH] mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method Joakim Tjernlund
2017-10-13  9:04 ` Lee Jones
2017-10-13 20:52   ` Mika Westerberg
2017-10-23 13:36 ` Lee Jones
2017-10-24  7:17   ` Joakim Tjernlund
2017-10-24  8:10     ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).