All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Update uart irq handling for s3c64xx and later SoC's
@ 2011-08-10 10:21 ` Thomas Abraham
  0 siblings, 0 replies; 10+ messages in thread
From: Thomas Abraham @ 2011-08-10 10:21 UTC (permalink / raw)
  To: linux-serial
  Cc: alan, linux-arm-kernel, linux-samsung-soc, kgene.kim,
	grant.likely, ben-linux

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-08-13 11:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10 10:21 [PATCH 0/2] Update uart irq handling for s3c64xx and later SoC's Thomas Abraham
2011-08-10 10:21 ` Thomas Abraham
2011-08-10 10:21 ` [PATCH 1/2] serial: samsung: Add unified interrupt handler " Thomas Abraham
2011-08-10 10:21   ` Thomas Abraham
2011-08-10 10:21   ` [PATCH 2/2] ARM: SAMSUNG: Remove uart irq handling from plaform code Thomas Abraham
2011-08-10 10:21     ` 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-10 11:55     ` Alan Cox
2011-08-13 11:26 ` [PATCH 0/2] Update uart irq handling " Tomasz Figa
2011-08-13 11:26   ` Tomasz Figa

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.