public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] Add/enable lpuart support on Vybrid based boards
@ 2016-01-22  7:49 Bhuvanchandra DV
  2016-01-22  7:49 ` [U-Boot] [PATCH 1/7] arm: vf: Enable lpuart support Bhuvanchandra DV
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Bhuvanchandra DV @ 2016-01-22  7:49 UTC (permalink / raw)
  To: u-boot

- Add serial support to Vybrid device tree.
- Enable lpuart support on Colibri VF50/VF61.
- Add device tree files to VF610-twr board and enable lpuart support.
- Add device tree files to pcm-052 board and enable lpuart support.
- Droped legacy code in lpuart serial driver.
- Droped non DT defconfigs for Vybrid based boards.
- Compile checked for vf610twr and pcm052  since I don't have access
  to such hardware at my end. Reviewers and testers welcome!

Bhuvanchandra DV (7):
  arm: vf: Enable lpuart support
  arm: colibri-vf: Enable serial support
  arm: vf610-twr: Add device tree files
  arm: pcm052: Add device tree files
  dm: lpuart: Drop the legacy code
  arm: vybrid: Drop enabling serial in legacy mode
  arm: vf: Remove the legacy defconfigs

 arch/arm/dts/Makefile            |   4 +-
 arch/arm/dts/pcm052.dts          |  27 +++++++++++
 arch/arm/dts/vf-colibri.dtsi     |  10 ++++
 arch/arm/dts/vf.dtsi             |  14 ++++++
 arch/arm/dts/vf610-twr.dts       |  27 +++++++++++
 configs/colibri_vf_defconfig     |  11 -----
 configs/colibri_vf_dtb_defconfig |   1 +
 configs/pcm052_defconfig         |   6 ---
 configs/pcm052_dtb_defconfig     |  10 ++++
 configs/vf610twr_defconfig       |   9 ----
 configs/vf610twr_dtb_defconfig   |  13 +++++
 drivers/serial/serial_lpuart.c   | 101 +--------------------------------------
 include/configs/colibri_vf.h     |   3 --
 include/configs/pcm052.h         |   3 --
 include/configs/vf610twr.h       |   3 --
 15 files changed, 107 insertions(+), 135 deletions(-)
 create mode 100644 arch/arm/dts/pcm052.dts
 create mode 100644 arch/arm/dts/vf610-twr.dts
 delete mode 100644 configs/colibri_vf_defconfig
 delete mode 100644 configs/pcm052_defconfig
 create mode 100644 configs/pcm052_dtb_defconfig
 delete mode 100644 configs/vf610twr_defconfig
 create mode 100644 configs/vf610twr_dtb_defconfig

-- 
2.7.0

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

end of thread, other threads:[~2016-01-22 16:38 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22  7:49 [U-Boot] [PATCH 0/7] Add/enable lpuart support on Vybrid based boards Bhuvanchandra DV
2016-01-22  7:49 ` [U-Boot] [PATCH 1/7] arm: vf: Enable lpuart support Bhuvanchandra DV
2016-01-22  9:52   ` Bin Meng
2016-01-22  7:49 ` [U-Boot] [PATCH 2/7] arm: colibri-vf: Enable serial support Bhuvanchandra DV
2016-01-22  9:52   ` Bin Meng
2016-01-22 12:21     ` Bhuvanchandra DV
2016-01-22  7:49 ` [U-Boot] [PATCH 3/7] arm: vf610-twr: Add device tree files Bhuvanchandra DV
2016-01-22  9:52   ` Bin Meng
2016-01-22 12:21     ` Bhuvanchandra DV
2016-01-22  7:49 ` [U-Boot] [PATCH 4/7] arm: pcm052: " Bhuvanchandra DV
2016-01-22  9:53   ` Bin Meng
2016-01-22  7:49 ` [U-Boot] [PATCH 5/7] dm: lpuart: Drop the legacy code Bhuvanchandra DV
2016-01-22  9:54   ` Bin Meng
2016-01-22  7:49 ` [U-Boot] [PATCH 6/7] arm: vybrid: Drop enabling serial in legacy mode Bhuvanchandra DV
2016-01-22  9:54   ` Bin Meng
2016-01-22  7:49 ` [U-Boot] [PATCH 7/7] arm: vf: Remove the legacy defconfigs Bhuvanchandra DV
2016-01-22  9:55   ` Bin Meng
2016-01-22 12:21     ` Bhuvanchandra DV
2016-01-22 16:38       ` Stefan Agner

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