public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] nios2: convert altera_jtag_uart to driver model
@ 2015-09-15  7:28 Thomas Chou
  2015-09-15  7:28 ` [U-Boot] [PATCH v3 1/2] nios2: map physical address to uncached virtual address Thomas Chou
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Thomas Chou @ 2015-09-15  7:28 UTC (permalink / raw)
  To: u-boot

Update the dts and convert altera_jtag_uart to driver model.

v2
  add ioremap.
  make the change to dts compatible with linux.

v3
  use fdt address translation patch from Stefan Roese.
  fix watchdog and loop as Marek suggested.

Thomas Chou (2):
  nios2: map physical address to uncached virtual address
  nios2: convert altera_jtag_uart to driver model

 arch/nios2/cpu/interrupts.c       |   4 +-
 arch/nios2/dts/3c120_devboard.dts |   5 ++
 arch/nios2/include/asm/io.h       |   5 ++
 configs/nios2-generic_defconfig   |   3 +
 drivers/serial/Kconfig            |  13 +++++
 drivers/serial/altera_jtag_uart.c | 112 ++++++++++++++++++++++----------------
 include/configs/nios2-generic.h   |   3 -
 7 files changed, 93 insertions(+), 52 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-09-24  6:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15  7:28 [U-Boot] [PATCH v3 0/2] nios2: convert altera_jtag_uart to driver model Thomas Chou
2015-09-15  7:28 ` [U-Boot] [PATCH v3 1/2] nios2: map physical address to uncached virtual address Thomas Chou
2015-09-16 12:19   ` Thomas Chou
2015-09-15  7:28 ` [U-Boot] [PATCH v3 2/2] nios2: convert altera_jtag_uart to driver model Thomas Chou
2015-09-16 13:31 ` [U-Boot] [PATCH v4] " Thomas Chou
2015-09-18  6:23 ` [U-Boot] [PATCH v5] " Thomas Chou
2015-09-18 14:58   ` Marek Vasut
2015-09-19  6:00     ` Thomas Chou
2015-09-19  6:10       ` Marek Vasut
2015-09-19  8:06         ` Thomas Chou
2015-09-19 20:38           ` Marek Vasut
2015-09-19 15:46   ` Simon Glass
2015-09-19 21:55     ` Simon Glass
2015-09-20  3:22       ` Thomas Chou
2015-09-20  6:03         ` Thomas Chou
2015-09-20  3:20     ` Thomas Chou
2015-09-20  8:36 ` [U-Boot] [PATCH v6] " Thomas Chou
2015-09-24  6:58   ` Thomas Chou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox