linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com>
Cc: spi-devel-general@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, qi.wang@intel.com,
	yong.y.wang@intel.com, joel.clark@intel.com,
	kok.howg.ewe@intel.com
Subject: Re: [PATCH 1/2] spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOH
Date: Sat, 29 Oct 2011 17:12:28 +0200	[thread overview]
Message-ID: <20111029151228.GC10954@ponder.secretlab.ca> (raw)
In-Reply-To: <1319762122-7019-1-git-send-email-tomoya-linux@dsn.lapis-semi.com>

On Fri, Oct 28, 2011 at 09:35:21AM +0900, Tomoya MORINAGA wrote:
> ML7831 is companion chip for Intel Atom E6xx series.
> 
> Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com>

Applied both for 3.3, thanks.

g.

> ---
>  drivers/spi/Kconfig            |    6 +++---
>  drivers/spi/spi-topcliff-pch.c |    5 ++++-
>  2 files changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index a1fd73d..6168516 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -346,14 +346,14 @@ config SPI_TI_SSP
>  	  serial port.
>  
>  config SPI_TOPCLIFF_PCH
> -	tristate "Intel EG20T PCH/OKI SEMICONDUCTOR ML7213 IOH SPI controller"
> +	tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) SPI"
>  	depends on PCI
>  	help
>  	  SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus
>  	  used in some x86 embedded processors.
>  
> -	  This driver also supports the ML7213, a companion chip for the
> -	  Atom E6xx series and compatible with the Intel EG20T PCH.
> +	  This driver also supports the ML7213/ML7223/ML7831, a companion chip
> +	  for the Atom E6xx series and compatible with the Intel EG20T PCH.
>  
>  config SPI_TXX9
>  	tristate "Toshiba TXx9 SPI controller"
> diff --git a/drivers/spi/spi-topcliff-pch.c b/drivers/spi/spi-topcliff-pch.c
> index 6a80749..2b1e966 100644
> --- a/drivers/spi/spi-topcliff-pch.c
> +++ b/drivers/spi/spi-topcliff-pch.c
> @@ -95,16 +95,18 @@
>  #define PCH_CLOCK_HZ		50000000
>  #define PCH_MAX_SPBR		1023
>  
> -/* Definition for ML7213 by OKI SEMICONDUCTOR */
> +/* Definition for ML7213/ML7831 by OKI SEMICONDUCTOR */
>  #define PCI_VENDOR_ID_ROHM		0x10DB
>  #define PCI_DEVICE_ID_ML7213_SPI	0x802c
>  #define PCI_DEVICE_ID_ML7223_SPI	0x800F
> +#define PCI_DEVICE_ID_ML7831_SPI	0x8816
>  
>  /*
>   * Set the number of SPI instance max
>   * Intel EG20T PCH :		1ch
>   * OKI SEMICONDUCTOR ML7213 IOH :	2ch
>   * OKI SEMICONDUCTOR ML7223 IOH :	1ch
> + * OKI SEMICONDUCTOR ML7831 IOH :	1ch
>  */
>  #define PCH_SPI_MAX_DEV			2
>  
> @@ -218,6 +220,7 @@ static struct pci_device_id pch_spi_pcidev_id[] = {
>  	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_GE_SPI),    1, },
>  	{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7213_SPI), 2, },
>  	{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7223_SPI), 1, },
> +	{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7831_SPI), 1, },
>  	{ }
>  };
>  
> -- 
> 1.7.4.4
> 

      parent reply	other threads:[~2011-10-29 15:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-28  0:35 [PATCH 1/2] spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOH Tomoya MORINAGA
     [not found] ` <1319762122-7019-1-git-send-email-tomoya-linux-8lRStDepK8iSL1NxhRU65dBPR1lH4CV8@public.gmane.org>
2011-10-28  0:35   ` [PATCH 2/2] spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor Tomoya MORINAGA
2011-10-29 15:12 ` Grant Likely [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111029151228.GC10954@ponder.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=joel.clark@intel.com \
    --cc=kok.howg.ewe@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=qi.wang@intel.com \
    --cc=spi-devel-general@lists.sourceforge.net \
    --cc=tomoya-linux@dsn.lapis-semi.com \
    --cc=yong.y.wang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).