All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/34] imx: ventana: Ventana clean-up and updates
@ 2015-04-08 19:54 Tim Harvey
  2015-04-08 19:54 ` [U-Boot] [PATCH 01/34] imx: ventana: disable 4k tftp/nfs packets Tim Harvey
                   ` (34 more replies)
  0 siblings, 35 replies; 39+ messages in thread
From: Tim Harvey @ 2015-04-08 19:54 UTC (permalink / raw)
  To: u-boot

This collection of patches comprises a set of various updates that has
been sitting in my queue for a while.

There are a couple of patches pending that this series depends on:
 - fdt: add new fdt_fixup_display function to configure display
 - arm: mx6: ddr: add pd_fast_exit flag to system information

Pushpal Sidhu (3):
  imx: ventana: add DT fixup for GW522x to change PCIE_RST# GPIO
  imx: ventana: Add new memory configuration
  imx: ventana: Update missing memory/calib handling

Tim Harvey (31):
  imx: ventana: disable 4k tftp/nfs packets
  imx: ventana: add i210 support
  imx: ventana: assign default ethprime dynamically
  imx: ventana: remove unused GPIO configuration
  imx: ventana: add usb_pcisel hwconfig support
  imx: ventana: enable precharge power-down fast-exit mode
  imx: ventana: add support for 4Gb density mem devices with IMX6DL
  imx: ventana: set LTC3676 PMIC to appropriate values per datasheet
  imx: ventana: config: add USB Mass Storage (ums) support
  imx: ventana: config: Support ramdisk
  imx: ventana: config: enable edid support
  imx: ventana: config: enable EXT4 filesystem read/write support
  imx: ventana: fix various sparse warnings
  imx: ventana: disable IMX6 watchdogs on GW51xx RevA and RevB
  imx: ventana: Add support for GW551x
  imx: ventana: add usb_pgood_delay 2sec default
  imx: ventana: add wdis config for GW5520
  imx: ventana: only pinmux FEC enet signals for boards using it
  imx: ventana: update boot scripts to support ubifs boot vol
  imx: ventana: remove GSC hwmon voltage rail min/max test
  imx: ventana: add mem_mb dynamic env var
  imx: ventana: gsc: add new hwmon rails
  imx: ventana: added DT fixup for GW551x-A video input
  imx: ventana: updated 16bit DDR calibration
  imx: ventana: remove 128x16 calibration (share with 128x32)
  imx: ventana: add DT fixup for GW54xx compatibility with older kernels
  imx: ventana: add support for DLC-700JMGT4 and DLC-800FIGT3 LCD
    displays
  imx: ventana: added device-tree display configuration for LVDS
    displays
  imx: ventana: add 'gsc wd' command for enabling and disabling GSC
    watchdog
  imx: ventana: use hdmiinfmt env var to override HDMI capture format
  imx: ventana: set HDMI video in to yuv422bt656 for GW551x-A

 board/gateworks/gw_ventana/eeprom.c         |  10 +-
 board/gateworks/gw_ventana/gsc.c            | 130 +++++++---
 board/gateworks/gw_ventana/gsc.h            |  10 +-
 board/gateworks/gw_ventana/gw_ventana.c     | 367 +++++++++++++++++++++++-----
 board/gateworks/gw_ventana/gw_ventana_spl.c | 129 +++++++++-
 board/gateworks/gw_ventana/ventana_eeprom.h |   1 +
 include/configs/gw_ventana.h                |  68 ++++--
 7 files changed, 578 insertions(+), 137 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-04-22 12:43 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-08 19:54 [U-Boot] [PATCH 00/34] imx: ventana: Ventana clean-up and updates Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 01/34] imx: ventana: disable 4k tftp/nfs packets Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 02/34] imx: ventana: add i210 support Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 03/34] imx: ventana: assign default ethprime dynamically Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 04/34] imx: ventana: remove unused GPIO configuration Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 05/34] imx: ventana: add usb_pcisel hwconfig support Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 06/34] imx: ventana: enable precharge power-down fast-exit mode Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 07/34] imx: ventana: add support for 4Gb density mem devices with IMX6DL Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 08/34] imx: ventana: set LTC3676 PMIC to appropriate values per datasheet Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 09/34] imx: ventana: config: add USB Mass Storage (ums) support Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 10/34] imx: ventana: config: Support ramdisk Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 11/34] imx: ventana: config: enable edid support Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 12/34] imx: ventana: config: enable EXT4 filesystem read/write support Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 13/34] imx: ventana: fix various sparse warnings Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 14/34] imx: ventana: disable IMX6 watchdogs on GW51xx RevA and RevB Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 15/34] imx: ventana: Add support for GW551x Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 16/34] imx: ventana: add usb_pgood_delay 2sec default Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 17/34] imx: ventana: add wdis config for GW5520 Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 18/34] imx: ventana: only pinmux FEC enet signals for boards using it Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 19/34] imx: ventana: update boot scripts to support ubifs boot vol Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 20/34] imx: ventana: remove GSC hwmon voltage rail min/max test Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 21/34] imx: ventana: add mem_mb dynamic env var Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 22/34] imx: ventana: gsc: add new hwmon rails Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 23/34] imx: ventana: added DT fixup for GW551x-A video input Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 24/34] imx: ventana: updated 16bit DDR calibration Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 25/34] imx: ventana: remove 128x16 calibration (share with 128x32) Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 26/34] imx: ventana: add DT fixup for GW54xx compatibility with older kernels Tim Harvey
2015-04-16  7:46   ` Stefano Babic
2015-04-16 13:20     ` Tim Harvey
2015-04-22 12:29       ` Stefano Babic
2015-04-08 19:54 ` [U-Boot] [PATCH 27/34] imx: ventana: add support for DLC-700JMGT4 and DLC-800FIGT3 LCD displays Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 28/34] imx: ventana: added device-tree display configuration for LVDS displays Tim Harvey
2015-04-08 19:54 ` [U-Boot] [PATCH 29/34] imx: ventana: add 'gsc wd' command for enabling and disabling GSC watchdog Tim Harvey
2015-04-08 19:55 ` [U-Boot] [PATCH 30/34] imx: ventana: add DT fixup for GW522x to change PCIE_RST# GPIO Tim Harvey
2015-04-08 19:55 ` [U-Boot] [PATCH 31/34] imx: ventana: use hdmiinfmt env var to override HDMI capture format Tim Harvey
2015-04-08 19:55 ` [U-Boot] [PATCH 32/34] imx: ventana: set HDMI video in to yuv422bt656 for GW551x-A Tim Harvey
2015-04-08 19:55 ` [U-Boot] [PATCH 33/34] imx: ventana: Add new memory configuration Tim Harvey
2015-04-08 19:55 ` [U-Boot] [PATCH 34/34] imx: ventana: Update missing memory/calib handling Tim Harvey
2015-04-22 12:43 ` [U-Boot] [PATCH 00/34] imx: ventana: Ventana clean-up and updates Stefano Babic

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.