From: Greg KH <greg@kroah.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-serial@vger.kernel.org, spi-devel-general@lists.sourceforge.net
Subject: Re: [PATCH] ifx6x60: SPI protocol driver for Infineon 6x60 modem
Date: Thu, 11 Nov 2010 11:56:34 -0800 [thread overview]
Message-ID: <20101111195634.GA27040@kroah.com> (raw)
In-Reply-To: <20101026131325.4506.1135.stgit@localhost.localdomain>
On Tue, Oct 26, 2010 at 02:13:52PM +0100, Alan Cox wrote:
> From: Russ Gorby <richardx.r.gorby@intel.com>
>
> Prototype driver for the IFX6x60 series of SPI attached modems by Jim
> Stanley and Russ Gorby
>
> Signed-off-by: Russ Gorby <richardx.r.gorby@intel.com>
>
> [Some reworking and a major cleanup]
>
> Signed-off-by: Alan Cox <alan@linux.intel.com>
> ---
>
> drivers/serial/Kconfig | 6
> drivers/serial/Makefile | 1
> drivers/serial/ifx6x60.c | 1402 +++++++++++++++++++++++++++++++++++++++++
> drivers/serial/ifx6x60.h | 129 ++++
> include/linux/spi/ifx_modem.h | 14
> 5 files changed, 1552 insertions(+), 0 deletions(-)
> create mode 100644 drivers/serial/ifx6x60.c
> create mode 100644 drivers/serial/ifx6x60.h
> create mode 100644 include/linux/spi/ifx_modem.h
>
>
> diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> index aff9dcd..0b9cc17 100644
> --- a/drivers/serial/Kconfig
> +++ b/drivers/serial/Kconfig
> @@ -1632,4 +1632,10 @@ config SERIAL_ALTERA_UART_CONSOLE
> help
> Enable a Altera UART port to be the system console.
>
> +config SERIAL_IFX6X60
> + tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
> + depends on GPIOLIB && EXPERIMENTAL
You also need to depend on SPI here as well, otherwise the build will
break.
Care to send a follow-up patch that does this?
thanks,
greg k-h
prev parent reply other threads:[~2010-11-11 19:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-26 13:13 [PATCH] ifx6x60: SPI protocol driver for Infineon 6x60 modem Alan Cox
2010-10-28 18:35 ` Linus Walleij
2010-11-11 19:56 ` Greg KH [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=20101111195634.GA27040@kroah.com \
--to=greg@kroah.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-serial@vger.kernel.org \
--cc=spi-devel-general@lists.sourceforge.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.