public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/18] various Gateworks Ventana fixes and enhancements
Date: Wed, 15 Jun 2016 17:07:21 +0200	[thread overview]
Message-ID: <57616F29.8010201@denx.de> (raw)
In-Reply-To: <CAJ+vNU0aAgcQf8-_aq0KURcLTvGd1uVdZs_GsArUMFSt5podEw@mail.gmail.com>

Hi Tim,

On 15/06/2016 15:40, Tim Harvey wrote:
> On Tue, May 24, 2016 at 11:03 AM, Tim Harvey <tharvey@gateworks.com> wrote:
>> This series represents a large chunk of patches in my queue for Gateworks
>> Ventana boards based on the IMX6 Soc's.
>>
>> Tim Harvey (18):
>>   imx: ventana: config: add env vars for disk and part
>>   imx: ventana: config: add fixfdt script to apply manual fdt fixups
>>   imx: ventana: config: use bootdir env var for directory of fdt files
>>   imx: ventana: config: use fs env var for block dev filesystem type
>>   imx: ventana: config: use explicit addr in loadscript
>>   imx: ventana: config: add PREBOOT support
>>   imx: ventana: SPL: only disable boot watchdog if Falcon mode
>>   imx: ventana: SPL: added support for 32bit IMX6DQ 8Gb density DRAM
>>     config
>>   imx: ventana: gsc: add gsc sleep command
>>   imx: ventana: gsc: fix negative temperature readings
>>   imx: ventana: gsc: show board temp on boot
>>   imx: ventana: export backlight gpio after gpio driver is available
>>   imx: ventana: fix invalid dio configuration for pwm mode
>>   imx: ventana: enable pwm device-tree property based on hwconfig
>>   imx: ventana: remove dependence on EECONFIG_SATA eeprom feature bit
>>   imx: ventana: remove several EEPROM config bit dependence
>>   imx: ventana: add GW553x support
>>   imx: ventana: add fdt fixup to enable UHS-I support on selected boards
>>
>>  board/gateworks/gw_ventana/common.c         | 100 ++++++++++++++++++++++++----
>>  board/gateworks/gw_ventana/common.h         |   3 +
>>  board/gateworks/gw_ventana/eeprom.c         |  34 +---------
>>  board/gateworks/gw_ventana/gsc.c            |  57 +++++++++++++++-
>>  board/gateworks/gw_ventana/gw_ventana.c     |  69 +++++++++++++++++--
>>  board/gateworks/gw_ventana/gw_ventana_spl.c |  38 ++++++++++-
>>  board/gateworks/gw_ventana/ventana_eeprom.h |   1 +
>>  include/configs/gw_ventana.h                |  37 ++++++----
>>  8 files changed, 272 insertions(+), 67 deletions(-)
>>
>> --
>> 1.9.1
>>
> 
> Stefano,
> 
> Any comment on these? I've got a few more after this.
> 

I have merged the patchset 10 days ago...they are part of my last PR, too.

Best regards,
Stefano


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

      reply	other threads:[~2016-06-15 15:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 18:03 [U-Boot] [PATCH 00/18] various Gateworks Ventana fixes and enhancements Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 01/18] imx: ventana: config: add env vars for disk and part Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 02/18] imx: ventana: config: add fixfdt script to apply manual fdt fixups Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 03/18] imx: ventana: config: use bootdir env var for directory of fdt files Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 04/18] imx: ventana: config: use fs env var for block dev filesystem type Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 05/18] imx: ventana: config: use explicit addr in loadscript Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 06/18] imx: ventana: config: add PREBOOT support Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 07/18] imx: ventana: SPL: only disable boot watchdog if Falcon mode Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 08/18] imx: ventana: SPL: added support for 32bit IMX6DQ 8Gb density DRAM config Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 09/18] imx: ventana: gsc: add gsc sleep command Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 10/18] imx: ventana: gsc: fix negative temperature readings Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 11/18] imx: ventana: gsc: show board temp on boot Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 12/18] imx: ventana: export backlight gpio after gpio driver is available Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 13/18] imx: ventana: fix invalid dio configuration for pwm mode Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 14/18] imx: ventana: enable pwm device-tree property based on hwconfig Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 15/18] imx: ventana: remove dependence on EECONFIG_SATA eeprom feature bit Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 16/18] imx: ventana: remove several EEPROM config bit dependence Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 17/18] imx: ventana: add GW553x support Tim Harvey
2016-05-24 18:03 ` [U-Boot] [PATCH 18/18] imx: ventana: add fdt fixup to enable UHS-I support on selected boards Tim Harvey
2016-06-15 13:40 ` [U-Boot] [PATCH 00/18] various Gateworks Ventana fixes and enhancements Tim Harvey
2016-06-15 15:07   ` Stefano Babic [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57616F29.8010201@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox