public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/5] various fixes mainly for colibri_t20
@ 2016-09-15  7:27 Marcel Ziswiler
  2016-09-15  7:27 ` [U-Boot] [PATCH v3 1/5] tegra: usb gadget: fix ci udc operation if not hostpc capable Marcel Ziswiler
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Marcel Ziswiler @ 2016-09-15  7:27 UTC (permalink / raw)
  To: u-boot


This series addresses various issues as seen on Colibri T20. Please
note that for successful Ethernet operation not only on Colibri T20
but also on Colibri T30 the following patch will still be required
already waiting in Marek's usb tree:

[PATCH v2] net: asix: Fix ASIX 88772B with driver model

https://www.mail-archive.com/u-boot at lists.denx.de/msg224349.html

Changes in v3:
- Add Stephen's ack.
- No change.
- Introduce new patch to honour optionality of fixed regulator enable
  GPIO.
- Get rid of dummy N/C GPIO work around now as the fixed regulator
  properly honours optionality of enable GPIO.
- Add Stephen's ack.

Changes in v2:
- As suggested by Stephen gating the CONFIG_CI_UDC_HAS_HOSTPC define
  with CONFIG_TEGRA20 rather than duplicating the same into all other
  SoC type specific header files.
- Add Anatolij's ack.
- Rename dummy regulator to reg_3v3 as suggested by Stephen.
- Keep dummy N/C GPIO to work around bug in U-Boot regulator driver
  requiring such node despite its binding claiming it being optional.
- No change.
- As suggested by Stephen remove last patch 5/5 colibri_t20: enable dfu
  also for nand.

Marcel Ziswiler (5):
  tegra: usb gadget: fix ci udc operation if not hostpc capable
  simple panel: fix spelling of debug message
  regulator: fixed: honour optionality of enable gpio
  colibri_t20: fix display configuration
  colibri_t20: fix usb operation and controller order

 arch/arm/dts/tegra20-colibri.dts          | 116 +++++++++++++++++++-----------
 drivers/power/regulator/fixed.c           |  11 +--
 drivers/video/simple_panel.c              |   2 +-
 include/configs/tegra-common-usb-gadget.h |   2 +
 4 files changed, 85 insertions(+), 46 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-09-15 18:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15  7:27 [U-Boot] [PATCH v3 0/5] various fixes mainly for colibri_t20 Marcel Ziswiler
2016-09-15  7:27 ` [U-Boot] [PATCH v3 1/5] tegra: usb gadget: fix ci udc operation if not hostpc capable Marcel Ziswiler
2016-09-15  7:27 ` [U-Boot] [PATCH v3 2/5] simple panel: fix spelling of debug message Marcel Ziswiler
2016-09-15  7:27 ` [U-Boot] [PATCH v3 3/5] regulator: fixed: honour optionality of enable gpio Marcel Ziswiler
2016-09-15  8:15   ` Przemyslaw Marczak
2016-09-15  9:30   ` John Keeping
2016-09-15 18:58     ` Stephen Warren
2016-09-15  7:27 ` [U-Boot] [PATCH v3 4/5] colibri_t20: fix display configuration Marcel Ziswiler
2016-09-15 18:59   ` Stephen Warren
2016-09-15  7:27 ` [U-Boot] [PATCH v3 5/5] colibri_t20: fix usb operation and controller order Marcel Ziswiler

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