All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] initial suport for Alpscale ASM9260
@ 2014-09-13 22:13 Oleksij Rempel
  2014-09-13 22:13 ` [PATCH 1/7] ARM: add mach-asm9260 Oleksij Rempel
                   ` (6 more replies)
  0 siblings, 7 replies; 23+ messages in thread
From: Oleksij Rempel @ 2014-09-13 22:13 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset provide initial support for Alpscale ASM9260,
ARM based SoC.

Oleksij Rempel (7):
  ARM: add mach-asm9260
  add include/debug/asm9260.S
  ARM: dts: add DT for Alpscale ASM9260 SoC
  clk: add clk-asm9260 driver
  clocksource: add asm9260_timer driver
  irqchip: add irq-asm9260 driver
  tty/serial: add asm9260-serial driver

 arch/arm/Kconfig                     |   16 +
 arch/arm/Kconfig.debug               |   33 +-
 arch/arm/Makefile                    |    1 +
 arch/arm/boot/dts/Makefile           |    2 +
 arch/arm/boot/dts/asm9260-devkit.dts |   15 +
 arch/arm/boot/dts/asm9260.dtsi       |  425 ++++++++++++
 arch/arm/include/debug/asm9260.S     |   31 +
 arch/arm/mach-asm9260/Kconfig        |   66 ++
 arch/arm/mach-asm9260/Makefile       |   11 +
 arch/arm/mach-asm9260/Makefile.boot  |    2 +
 arch/arm/mach-asm9260/core.c         |   77 +++
 drivers/clk/Makefile                 |    1 +
 drivers/clk/clk-asm9260.c            |  159 +++++
 drivers/clocksource/Makefile         |    1 +
 drivers/clocksource/asm9260_timer.c  |  232 +++++++
 drivers/irqchip/Makefile             |    1 +
 drivers/irqchip/irq-asm9260.c        |  237 +++++++
 drivers/tty/serial/Kconfig           |   19 +
 drivers/tty/serial/Makefile          |    1 +
 drivers/tty/serial/asm9260_serial.c  | 1236 ++++++++++++++++++++++++++++++++++
 include/uapi/linux/serial_core.h     |    2 +
 21 files changed, 2565 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/asm9260-devkit.dts
 create mode 100644 arch/arm/boot/dts/asm9260.dtsi
 create mode 100644 arch/arm/include/debug/asm9260.S
 create mode 100644 arch/arm/mach-asm9260/Kconfig
 create mode 100644 arch/arm/mach-asm9260/Makefile
 create mode 100644 arch/arm/mach-asm9260/Makefile.boot
 create mode 100644 arch/arm/mach-asm9260/core.c
 create mode 100644 drivers/clk/clk-asm9260.c
 create mode 100644 drivers/clocksource/asm9260_timer.c
 create mode 100644 drivers/irqchip/irq-asm9260.c
 create mode 100644 drivers/tty/serial/asm9260_serial.c

-- 
1.9.1

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

end of thread, other threads:[~2014-09-20 18:43 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-13 22:13 [PATCH 0/7] initial suport for Alpscale ASM9260 Oleksij Rempel
2014-09-13 22:13 ` [PATCH 1/7] ARM: add mach-asm9260 Oleksij Rempel
2014-09-14  7:12   ` Jason Cooper
2014-09-14  7:45     ` Oleksij Rempel
2014-09-14  9:05       ` Jason Cooper
2014-09-17 13:46         ` Alexandre Belloni
2014-09-17 13:53           ` Nicolas Ferre
2014-09-18  6:29             ` Oleksij Rempel
2014-09-13 22:13 ` [PATCH 2/7] add include/debug/asm9260.S Oleksij Rempel
2014-09-13 22:13 ` [PATCH 3/7] ARM: dts: add DT for Alpscale ASM9260 SoC Oleksij Rempel
2014-09-13 22:13 ` [PATCH 4/7] clk: add clk-asm9260 driver Oleksij Rempel
2014-09-17 13:54   ` Alexandre Belloni
2014-09-18  6:46     ` Oleksij Rempel
2014-09-18  7:56       ` Alexandre Belloni
2014-09-18  8:46         ` Oleksij Rempel
2014-09-20 18:06         ` Oleksij Rempel
2014-09-20 18:43           ` Alexandre Belloni
2014-09-13 22:13 ` [PATCH 5/7] clocksource: add asm9260_timer driver Oleksij Rempel
2014-09-13 22:13 ` [PATCH 6/7] irqchip: add irq-asm9260 driver Oleksij Rempel
2014-09-14  7:37   ` Jason Cooper
2014-09-15  5:52     ` Oleksij Rempel
2014-09-17 12:59       ` Jason Cooper
2014-09-13 22:13 ` [PATCH 7/7] tty/serial: add asm9260-serial driver Oleksij Rempel

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.