devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>
Cc: devicetree@vger.kernel.org, Baruch Siach <baruch@tkos.co.il>,
	linux-arm-kernel@lists.infradead.org,
	linux-serial@vger.kernel.org
Subject: [PATCH 0/3] UART driver for Conexat Digicolor SoCs
Date: Thu, 18 Dec 2014 21:45:22 +0200	[thread overview]
Message-ID: <cover.1418930377.git.baruch@tkos.co.il> (raw)

This set of patches adds a driver for the peripheral known as USART of the
Conexant CX92755 SoC. The CX92755 is one an ARM based SoC series known as
Digicolor. USART apparently stands for Universal Synchronous/Asynchronous
Receiver/Transmitter. Besides plain UART, the USART can also do SPI and
I2S. Here we only add a UART driver, others may follow later.

CX92755 is based on Cortex-A8. I plan to post ARM basic platform support code
(along with clocksource and interrupt controller drivers) in the coming few
days.

Baruch Siach (3):
  devicetree: bindings: add Conexant vendor prefix
  serial: driver for Conexant Digicolor USART
  serial: add device tree binding documentation for Conexant USART

 .../devicetree/bindings/serial/digicolor-usart.txt |  27 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/tty/serial/Kconfig                         |  15 +
 drivers/tty/serial/Makefile                        |   1 +
 drivers/tty/serial/digicolor-usart.c               | 563 +++++++++++++++++++++
 include/uapi/linux/serial_core.h                   |   3 +
 6 files changed, 610 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/digicolor-usart.txt
 create mode 100644 drivers/tty/serial/digicolor-usart.c

-- 
2.1.3

             reply	other threads:[~2014-12-18 19:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-18 19:45 Baruch Siach [this message]
2014-12-18 19:45 ` [PATCH 1/3] devicetree: bindings: add Conexant vendor prefix Baruch Siach
2014-12-18 19:45 ` [PATCH 2/3] serial: driver for Conexant Digicolor USART Baruch Siach
2014-12-18 19:45 ` [PATCH 3/3] serial: add device tree binding documentation for Conexant USART Baruch Siach

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=cover.1418930377.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.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).