From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bhuvanchandra DV Date: Wed, 13 Jan 2016 13:37:10 +0530 Subject: [U-Boot] [PATCH 7/8] serial: lpuart: Add driver model serial support In-Reply-To: References: <1451551990-32165-1-git-send-email-bmeng.cn@gmail.com> <1451551990-32165-8-git-send-email-bmeng.cn@gmail.com> Message-ID: <569605AE.3090704@toradex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin, On 01/13/2016 11:43 AM, Bin Meng wrote: > Hi Bhuvan, > > On Wed, Jan 13, 2016 at 1:49 PM, Bhuvanchandra DV > wrote: >> Hi Bin, >> >> With reference to the discussion here[1]. >> >> Unfortunately the lpuart driver is now broken for legacy code and also >> the driver doesn't >> work with serial driver model enabled on Toradex Colibri VF50/VF61, >> Freescale VF610twr >> and Phytec pcm052 boards. Did some one tested this patchset on these boards ? > > I will fix the legacy code build in v2. About serial driver model not > working on these boards, is that the caused by no device tree of these > boards? Yes, i tested on Colibri VF50/VF61 with device tree and it works fine. I think it would be nice to have the support for both platform data and device tree so that we can use it with platform data via board files and device tree too. Since only few boards are using lpuart driver we can update the driver completly to driver model, drop the legacy code and update the boards. > >> >> [1] http://lists.denx.de/pipermail/u-boot/2016-January/240781.html >> >> Best regards, >> Bhuvan >> > > Regards, > Bin > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > -- Best regards, Bhuvan