public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/5] Update for inka4x0 plus some new features
@ 2009-03-29 22:31 Detlev Zundel
  2009-03-29 22:31 ` [U-Boot] [PATCH v3 1/5] drivers/twserial: Add protocol driver for "three wire serial" interface Detlev Zundel
  0 siblings, 1 reply; 11+ messages in thread
From: Detlev Zundel @ 2009-03-29 22:31 UTC (permalink / raw)
  To: u-boot

This patchset contains updates for the ink4x0 platform.  Namely it
adds hardware diagnostic funtions and an RTC driver.

For a nice integration by using private command tables, do_help is
extended to support this scenario also.

To successfully convert all the pointer access to accessor macros, a
bunch of new defines is also needed for the 5200 cpu.


Changes from v2:

Addresses comments from ML.  Specifically:
- Fixing the odd empty line here and there
- Removed some cruft uncovered in the review process
- Rebased against master becaus some patches were
  already applied by Wolfgang.

Detlev Zundel (5):
  drivers/twserial: Add protocol driver for "three wire serial"
    interface.
  rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
  inka4x0: Add hardware diagnosis functions for inka4x0
  inka4x0: Add hardware diagnosis and RTC in configuration.
  inka4x0: Use proper accessor macros for memory mapped registers.

 Makefile                    |    3 +-
 board/inka4x0/Makefile      |    4 +-
 board/inka4x0/inka4x0.c     |  171 +++++++++-----
 board/inka4x0/inkadiag.c    |  514 +++++++++++++++++++++++++++++++++++++++++++
 drivers/rtc/Makefile        |    1 +
 drivers/rtc/rtc4543.c       |  118 ++++++++++
 drivers/twserial/Makefile   |   46 ++++
 drivers/twserial/soft_tws.c |  111 ++++++++++
 include/configs/inka4x0.h   |   91 +++++++-
 include/ns16550.h           |   11 +
 include/rtc.h               |    4 +
 include/tws.h               |   38 ++++
 12 files changed, 1042 insertions(+), 70 deletions(-)
 create mode 100644 board/inka4x0/inkadiag.c
 create mode 100644 drivers/rtc/rtc4543.c
 create mode 100644 drivers/twserial/Makefile
 create mode 100644 drivers/twserial/soft_tws.c
 create mode 100644 include/tws.h

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

end of thread, other threads:[~2009-03-30  7:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 22:31 [U-Boot] [PATCH v3 0/5] Update for inka4x0 plus some new features Detlev Zundel
2009-03-29 22:31 ` [U-Boot] [PATCH v3 1/5] drivers/twserial: Add protocol driver for "three wire serial" interface Detlev Zundel
2009-03-29 22:31   ` [U-Boot] [PATCH v3 2/5] rtc: add support for 4543 RTC (manufactured by e.g. EPSON) Detlev Zundel
2009-03-29 22:31     ` [U-Boot] [PATCH v3 3/5] inka4x0: Add hardware diagnosis functions for inka4x0 Detlev Zundel
2009-03-29 22:31       ` [U-Boot] [PATCH v3 4/5] inka4x0: Add hardware diagnosis and RTC in configuration Detlev Zundel
2009-03-29 22:31         ` [U-Boot] [PATCH v3 5/5] inka4x0: Use proper accessor macros for memory mapped registers Detlev Zundel
2009-03-30  7:43           ` Wolfgang Denk
2009-03-30  7:43         ` [U-Boot] [PATCH v3 4/5] inka4x0: Add hardware diagnosis and RTC in configuration Wolfgang Denk
2009-03-30  7:43       ` [U-Boot] [PATCH v3 3/5] inka4x0: Add hardware diagnosis functions for inka4x0 Wolfgang Denk
2009-03-30  7:43     ` [U-Boot] [PATCH v3 2/5] rtc: add support for 4543 RTC (manufactured by e.g. EPSON) Wolfgang Denk
2009-03-30  7:43   ` [U-Boot] [PATCH v3 1/5] drivers/twserial: Add protocol driver for "three wire serial" interface Wolfgang Denk

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