Re: [PATCH v3 16/29] serial: Add semihosting driver

2022-04-02 Thread Tom Rini
On Tue, Mar 22, 2022 at 04:59:24PM -0400, Sean Anderson wrote: > This adds a serial driver which uses semihosting calls to read and write > to the host's console. For convenience, if CONFIG_DM_SERIAL is enabled, > we will instantiate a serial driver. This allows users to enable this > driver (whic

Layerscape DM_SERIAL (Was: Re: [PATCH v3 16/29] serial: Add semihosting driver)

2022-03-28 Thread Sean Anderson
Hi Tom, On 3/28/22 12:03 PM, Tom Rini wrote: > On Mon, Mar 28, 2022 at 11:36:46AM -0400, Sean Anderson wrote: >> On 3/28/22 2:35 AM, Simon Glass wrote: >> >> > But please can we drop the non-DM support? >> >> Unfortunately, Layerscape does not support DM serial. I tried converting >> it, but I

Re: [PATCH v3 16/29] serial: Add semihosting driver

2022-03-28 Thread Tom Rini
On Mon, Mar 28, 2022 at 11:36:46AM -0400, Sean Anderson wrote: > > > On 3/28/22 2:35 AM, Simon Glass wrote: > > Hi Sean, > > > > On Tue, 22 Mar 2022 at 15:00, Sean Anderson wrote: > >> > >> This adds a serial driver which uses semihosting calls to read and write > >> to the host's console. For

Re: [PATCH v3 16/29] serial: Add semihosting driver

2022-03-28 Thread Sean Anderson
On 3/28/22 2:35 AM, Simon Glass wrote: > Hi Sean, > > On Tue, 22 Mar 2022 at 15:00, Sean Anderson wrote: >> >> This adds a serial driver which uses semihosting calls to read and write >> to the host's console. For convenience, if CONFIG_DM_SERIAL is enabled, >> we will instantiate a serial dri

Re: [PATCH v3 16/29] serial: Add semihosting driver

2022-03-27 Thread Simon Glass
Hi Sean, On Tue, 22 Mar 2022 at 15:00, Sean Anderson wrote: > > This adds a serial driver which uses semihosting calls to read and write > to the host's console. For convenience, if CONFIG_DM_SERIAL is enabled, > we will instantiate a serial driver. This allows users to enable this > driver (whi

Re: [PATCH v3 16/29] serial: Add semihosting driver

2022-03-27 Thread Simon Glass
Hi Sean, On Tue, 22 Mar 2022 at 15:00, Sean Anderson wrote: > > This adds a serial driver which uses semihosting calls to read and write > to the host's console. For convenience, if CONFIG_DM_SERIAL is enabled, > we will instantiate a serial driver. This allows users to enable this > driver (whic