All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] arm: introduce basic Renesas R-Car Gen2 platform support
@ 2015-01-23 15:33 Oleksandr Tyshchenko
  2015-01-23 15:33 ` [PATCH v3 1/3] xen/arm: Add R-Car Gen2 support for early printk Oleksandr Tyshchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Oleksandr Tyshchenko @ 2015-01-23 15:33 UTC (permalink / raw)
  To: xen-devel; +Cc: julien.grall, tim, ian.campbell, stefano.stabellini

Changes in v3:
1. Rewrite uart driver code to use start_tx/stop_tx callbacks.
2. Uncomment udelay after setup desired baudrate.
3. Call platform_get_irq() before ioremap_nocache().

Changes in v2:
1. Remove timer initialization from board file (timer shold be initialized in u-boot)
2. Coding style fixes.
3. Change ioremap_attr() to ioremap_nocache().
4. Other misc fixes.

The following patch series adds basic support needed for R-Car Gen2 boards.
Verified on Xen 4.5.0 stable on Lager board with and without early_printk.
Procedure needed to run Xen on Lager board is described on Xen wiki:
http://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/Lager

Iurii Konovalenko (1):
  xen/arm: Introduce support for Renesas R-Car Gen2 platform

Oleksandr Tyshchenko (2):
  xen/arm: Add R-Car Gen2 support for early printk
  xen/arm: Add new driver for R-Car Gen2 UART

 config/arm32.mk                    |   1 +
 docs/misc/arm/early-printk.txt     |   1 +
 xen/arch/arm/Rules.mk              |   4 +
 xen/arch/arm/arm32/debug-rcar2.inc |  49 +++++
 xen/arch/arm/platforms/Makefile    |   1 +
 xen/arch/arm/platforms/shmobile.c  |  71 +++++++
 xen/drivers/char/Makefile          |   1 +
 xen/drivers/char/rcar2-uart.c      | 366 +++++++++++++++++++++++++++++++++++++
 xen/include/asm-arm/rcar2-uart.h   | 107 +++++++++++
 9 files changed, 601 insertions(+)
 create mode 100644 xen/arch/arm/arm32/debug-rcar2.inc
 create mode 100644 xen/arch/arm/platforms/shmobile.c
 create mode 100644 xen/drivers/char/rcar2-uart.c
 create mode 100644 xen/include/asm-arm/rcar2-uart.h

-- 
1.9.1

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

end of thread, other threads:[~2015-02-02 17:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 15:33 [PATCH v3 0/3] arm: introduce basic Renesas R-Car Gen2 platform support Oleksandr Tyshchenko
2015-01-23 15:33 ` [PATCH v3 1/3] xen/arm: Add R-Car Gen2 support for early printk Oleksandr Tyshchenko
2015-01-23 15:33 ` [PATCH v3 2/3] xen/arm: Add new driver for R-Car Gen2 UART Oleksandr Tyshchenko
2015-01-23 22:40   ` Julien Grall
2015-01-23 15:33 ` [PATCH v3 3/3] xen/arm: Introduce support for Renesas R-Car Gen2 platform Oleksandr Tyshchenko
2015-01-28 13:26   ` Ian Campbell
2015-01-28 13:48     ` Oleksandr Tyshchenko
2015-01-28 14:16       ` Ian Campbell
2015-01-28 16:16         ` Andrii Anisov
2015-01-30 15:38           ` Oleksandr Tyshchenko
2015-01-30 15:52             ` Julien Grall
2015-01-30 16:44               ` Oleksandr Tyshchenko
2015-01-30 16:52                 ` Julien Grall
2015-02-02 17:10                   ` Ian Campbell
2015-02-02 17:19                     ` Oleksandr Tyshchenko
2015-02-02 17:46                       ` Ian Campbell
2015-01-23 22:36 ` [PATCH v3 0/3] arm: introduce basic Renesas R-Car Gen2 platform support Julien Grall
2015-01-23 23:08   ` Oleksandr Tyshchenko

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.