linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Pantelis Antoniou <panto@intracom.gr>
To: Tom Rini <trini@kernel.crashing.org>,
	Dan Malek <dan@embeddededge.com>,
	Kumar Gala <kumar.gala@motorola.com>,
	Linuxppc-Embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: [PATCH #7/9] 8xx-2.6 | New serial driver for 8xx
Date: Wed, 26 May 2004 15:06:03 +0300	[thread overview]
Message-ID: <40B4882B.5030108@intracom.gr> (raw)

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Hi

The following patch is a cpm uart driver for both cpm1/cpm2 processors.

Regards

Pantelis



[-- Attachment #2: 07_cpm_uart.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 12162 bytes --]

[-- Attachment #3: 07_cpm_uart.diffstat --]
[-- Type: text/plain, Size: 427 bytes --]

 Documentation/devices.txt   |   10
 arch/ppc/8xx_io/Kconfig     |    6
 arch/ppc/8xx_io/Makefile    |    3
 arch/ppc/8xx_io/uart.c      |   17
 drivers/serial/Kconfig      |   60 +
 drivers/serial/Makefile     |    1
 drivers/serial/cpm_uart.c   | 1772 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/serial/cpm_uart.h   |  100 ++
 include/linux/serial_core.h |    3
 9 files changed, 1965 insertions(+), 7 deletions(-)

                 reply	other threads:[~2004-05-26 12:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=40B4882B.5030108@intracom.gr \
    --to=panto@intracom.gr \
    --cc=dan@embeddededge.com \
    --cc=kumar.gala@motorola.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=trini@kernel.crashing.org \
    /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).