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] [PATCHv4 0/9] Migrate NXP/Freescale Vybrid based boards to support pure DT
Date: Tue, 2 Feb 2016 21:37:31 +0100	[thread overview]
Message-ID: <56B1138B.1020700@denx.de> (raw)
In-Reply-To: <1453870913-12028-1-git-send-email-bhuvanchandra.dv@toradex.com>



On 27/01/2016 06:01, Bhuvanchandra DV wrote:
> Changes since v3:
> - Add missing space in device tree.
> - Reorder the patchset to avoid broken state.
> 
> Changes since v2:
> - Split the patch for updating the license string.
> - Reorder the patchset to avoid broken state.
> 
> Changes since v1:
> - Update the license string in device tree's.
> - Update all lpuart's uart nodes in device tree.
> - Dropped *_dtb_defconfig and updated the default defconfig's with DT support.
> - Reordered defconfig's using defconfig via savedefconfig.
> - Use one patch to update all Vybrid based board defconfig's.
> - Dropped vybrid_gpio driver legacy code. Thanks! Stefan for pointing this.
> - Dropped the legacy way of enabling GPIO, UART and SPI on NXP/Freescale Vybrid
>   based board's.
> 
> - Compile checked for vf610twr and pcm052  since I don't have access
>   to such hardware at my end. Reviewer's and tester's welcome!
> 
> Bhuvanchandra DV (9):
>   arm: vybrid: Enable lpuart support
>   arm: vybrid: Update the license string
>   arm: colibri-vf: Enable serial support
>   arm: vf610-twr: Add device tree file's
>   arm: pcm052: Add device tree file's
>   arm: vybrid: Update defconfig's
>   arm: vybrid: Drop enabling GPIO, SPI and UART in legacy mode
>   dm: lpuart: Drop the legacy code
>   dm: vybrid_gpio: Drop legacy code
> 
>  arch/arm/dts/Makefile            |   4 +-
>  arch/arm/dts/pcm052.dts          |  22 +++++++++
>  arch/arm/dts/vf-colibri.dtsi     |  15 ++++--
>  arch/arm/dts/vf.dtsi             |  48 +++++++++++++++++--
>  arch/arm/dts/vf500-colibri.dts   |   5 --
>  arch/arm/dts/vf610-colibri.dts   |   5 --
>  arch/arm/dts/vf610-twr.dts       |  22 +++++++++
>  configs/colibri_vf_defconfig     |   8 ++++
>  configs/colibri_vf_dtb_defconfig |  14 ------
>  configs/pcm052_defconfig         |   7 +++
>  configs/vf610twr_defconfig       |   7 +++
>  configs/vf610twr_nand_defconfig  |   7 +++
>  drivers/gpio/vybrid_gpio.c       |  18 -------
>  drivers/serial/serial_lpuart.c   | 101 +--------------------------------------
>  include/configs/colibri_vf.h     |  13 -----
>  include/configs/pcm052.h         |   3 --
>  include/configs/vf610twr.h       |   3 --
>  17 files changed, 131 insertions(+), 171 deletions(-)
>  create mode 100644 arch/arm/dts/pcm052.dts
>  create mode 100644 arch/arm/dts/vf610-twr.dts
>  delete mode 100644 configs/colibri_vf_dtb_defconfig
> 
Whole series applied to u-boot-imx, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
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
=====================================================================

      parent reply	other threads:[~2016-02-02 20:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27  5:01 [U-Boot] [PATCHv4 0/9] Migrate NXP/Freescale Vybrid based boards to support pure DT Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 1/9] arm: vybrid: Enable lpuart support Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 2/9] arm: vybrid: Update the license string Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 3/9] arm: colibri-vf: Enable serial support Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 4/9] arm: vf610-twr: Add device tree file's Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 5/9] arm: pcm052: " Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 6/9] arm: vybrid: Update defconfig's Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 7/9] arm: vybrid: Drop enabling GPIO, SPI and UART in legacy mode Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 8/9] dm: lpuart: Drop the legacy code Bhuvanchandra DV
2016-01-27  5:01 ` [U-Boot] [PATCHv4 9/9] dm: vybrid_gpio: Drop " Bhuvanchandra DV
2016-02-02 10:36 ` [U-Boot] [PATCHv4 0/9] Migrate NXP/Freescale Vybrid based boards to support pure DT Bhuvanchandra DV
2016-02-02 20:37 ` 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=56B1138B.1020700@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