All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/13] Fixes on gdsys boards and some new functionality
@ 2014-07-03  6:27 dirk.eibach at gdsys.cc
  2014-07-03  6:27 ` [U-Boot] [PATCH v3 01/13] board: controlcenterd: Fix pci access dirk.eibach at gdsys.cc
                   ` (13 more replies)
  0 siblings, 14 replies; 21+ messages in thread
From: dirk.eibach at gdsys.cc @ 2014-07-03  6:27 UTC (permalink / raw)
  To: u-boot

From: Dirk Eibach <dirk.eibach@gdsys.cc>



Changes in v3:
- describe ihs_i2c in README

Changes in v2:
- make sha256 support optional
- move ihs_i2c to drivers/i2c
- split unrelated changes
- use defines for I2C bus numbers

Dirk Eibach (13):
  board: controlcenterd: Fix pci access
  board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change
  board: controlcenterd: Use new API for setting i2c bus
  board: iocon: Support DisplayPort hardware
  i2c: IHS I2C master driver
  board: gdsys: Fix dlvision-10g I2C configuration
  board: gdsys: Increase iocon and dlv10g version string
  board: gdsys: Configure bridge on DP501 to support DDC only
  board: gdsys: Make gdsys osd hardware detection more robust
  board: gdsys: Enable scrambling on DP501
  board: iocon: Modify iocon hardware startup
  board: gdsys: Remove commands to reduce footprint
  fit: make sha256 support optional

 README                                |  15 +++
 board/gdsys/405ep/iocon.c             |  14 ++-
 board/gdsys/common/Makefile           |   2 +-
 board/gdsys/common/dp501.c            |  35 ++++--
 board/gdsys/common/osd.c              | 189 +++++++++++++++----------------
 board/gdsys/p1022/controlcenterd-id.c |  13 ++-
 board/gdsys/p1022/controlcenterd.c    |   6 +-
 board/gdsys/p1022/sdhc_boot.c         |   2 +-
 drivers/i2c/Makefile                  |   1 +
 drivers/i2c/ihs_i2c.c                 | 203 ++++++++++++++++++++++++++++++++++
 include/configs/controlcenterd.h      |   7 +-
 include/configs/dlvision-10g.h        |  29 ++++-
 include/configs/io.h                  |   8 +-
 include/configs/iocon.h               |  35 ++++--
 include/configs/neo.h                 |   9 +-
 include/gdsys_fpga.h                  |  25 ++---
 include/image.h                       |   5 +
 17 files changed, 449 insertions(+), 149 deletions(-)
 create mode 100644 drivers/i2c/ihs_i2c.c

-- 
1.8.3

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

end of thread, other threads:[~2014-07-04  5:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03  6:27 [U-Boot] [PATCH v3 0/13] Fixes on gdsys boards and some new functionality dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 01/13] board: controlcenterd: Fix pci access dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 02/13] board: gdsys: Adapt sdhc_boot.c to mmc_get_env_addr API change dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 03/13] board: controlcenterd: Use new API for setting i2c bus dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 04/13] board: iocon: Support DisplayPort hardware dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 05/13] i2c: IHS I2C master driver dirk.eibach at gdsys.cc
2014-07-03  7:01   ` Heiko Schocher
2014-07-03  6:27 ` [U-Boot] [PATCH v3 06/13] board: gdsys: Fix dlvision-10g I2C configuration dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 07/13] board: gdsys: Increase iocon and dlv10g version string dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 08/13] board: gdsys: Configure bridge on DP501 to support DDC only dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 09/13] board: gdsys: Make gdsys osd hardware detection more robust dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 10/13] board: gdsys: Enable scrambling on DP501 dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 11/13] board: iocon: Modify iocon hardware startup dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 12/13] board: gdsys: Remove commands to reduce footprint dirk.eibach at gdsys.cc
2014-07-03  6:27 ` [U-Boot] [PATCH v3 13/13] fit: make sha256 support optional dirk.eibach at gdsys.cc
2014-07-03  7:03   ` Heiko Schocher
2014-07-03 16:14     ` Simon Glass
2014-07-03 19:17       ` Tom Rini
2014-07-04  4:17         ` Heiko Schocher
2014-07-04  5:04         ` Dirk Eibach
2014-07-03  6:40 ` [U-Boot] [PATCH v3 0/13] Fixes on gdsys boards and some new functionality Stefan Roese

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.