From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 1 Feb 2016 13:37:19 +0100 Subject: [U-Boot] Converting arm_dcc to driver model In-Reply-To: References: Message-ID: <56AF517F.7080501@xilinx.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 Simon, On 31.1.2016 17:16, Simon Glass wrote: > Hi Michal, > > I notice that the only user of this driver appears to be a board you > maintain. Do you think you could convert this to driver model? Please > see doc/driver-model/serial-howto.txt. > > I'm hoping you might have hardware to test with. yep. I have all hw for it. I want to keep this support there because it is pretty helpful for early debugging. I will convert it to DM. DT binding is something what we can decide later because AFAIK it doesn't exist. Thanks, Michal