linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Abraham <thomas.abraham@linaro.org>
To: linux-serial@vger.kernel.org
Cc: alan@linux.intel.com, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
	grant.likely@secretlab.ca, ben-linux@fluff.org
Subject: [PATCH 0/2] Update uart irq handling for s3c64xx and later SoC's
Date: Wed, 10 Aug 2011 15:51:18 +0530	[thread overview]
Message-ID: <1312971680-3898-1-git-send-email-thomas.abraham@linaro.org> (raw)

s3c64xx and later SoC's include the uart interrupt mask and pending registers
in the uart controller, unlike their s3c24xx predecessor. This allows the
uart irq handling to be moved from the platform code to the driver. This
patchset does this change and removes all the macros that will not be
required with this update.

Thomas Abraham (2):
  serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's
  ARM: SAMSUNG: Remove uart irq handling from plaform code

 arch/arm/Kconfig                                 |    1 -
 arch/arm/mach-s3c64xx/dev-uart.c                 |   60 ++-----------
 arch/arm/mach-s3c64xx/include/mach/irqs.h        |   30 ------
 arch/arm/mach-s3c64xx/irq.c                      |   25 -----
 arch/arm/plat-s5p/Kconfig                        |    1 -
 arch/arm/plat-s5p/dev-uart.c                     |   84 +++---------------
 arch/arm/plat-s5p/include/plat/irqs.h            |   35 -------
 arch/arm/plat-s5p/irq.c                          |   34 -------
 arch/arm/plat-samsung/Kconfig                    |    5 -
 arch/arm/plat-samsung/Makefile                   |    1 -
 arch/arm/plat-samsung/include/plat/regs-serial.h |    5 +
 arch/arm/plat-samsung/irq-uart.c                 |   96 -------------------
 drivers/tty/serial/samsung.c                     |  107 +++++++++++++++++++---
 drivers/tty/serial/samsung.h                     |    1 +
 14 files changed, 121 insertions(+), 364 deletions(-)
 delete mode 100644 arch/arm/plat-samsung/irq-uart.c

             reply	other threads:[~2011-08-10 10:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-10 10:21 Thomas Abraham [this message]
2011-08-10 10:21 ` [PATCH 1/2] serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's Thomas Abraham
2011-08-10 10:21   ` [PATCH 2/2] ARM: SAMSUNG: Remove uart irq handling from plaform code Thomas Abraham
2011-08-10 11:55   ` [PATCH 1/2] serial: samsung: Add unified interrupt handler for s3c64xx and later SoC's Alan Cox
2011-08-13 11:26 ` [PATCH 0/2] Update uart irq handling " Tomasz Figa

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=1312971680-3898-1-git-send-email-thomas.abraham@linaro.org \
    --to=thomas.abraham@linaro.org \
    --cc=alan@linux.intel.com \
    --cc=ben-linux@fluff.org \
    --cc=grant.likely@secretlab.ca \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-serial@vger.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).