Re: [PATCH v5] atmel_flexcom: Support backup mode

2017-10-24 Thread Lee Jones
On Mon, 23 Oct 2017, Romain Izard wrote: > 2017-10-23 18:07 GMT+02:00 Lee Jones : > > On Mon, 23 Oct 2017, Lee Jones wrote: > >> On Thu, 19 Oct 2017, Romain Izard wrote: > >> > >> > The controller used by a flexcom module is configured at boot, and left > >> > alone after this. As the configuratio

Re: [PATCH v5] atmel_flexcom: Support backup mode

2017-10-23 Thread Nicolas Ferre
On 23/10/2017 at 19:03, Romain Izard wrote: > 2017-10-23 18:07 GMT+02:00 Lee Jones : >> On Mon, 23 Oct 2017, Lee Jones wrote: >>> On Thu, 19 Oct 2017, Romain Izard wrote: >>> The controller used by a flexcom module is configured at boot, and left alone after this. As the configuration wil

Re: [PATCH v5] atmel_flexcom: Support backup mode

2017-10-23 Thread Romain Izard
2017-10-23 18:07 GMT+02:00 Lee Jones : > On Mon, 23 Oct 2017, Lee Jones wrote: >> On Thu, 19 Oct 2017, Romain Izard wrote: >> >> > The controller used by a flexcom module is configured at boot, and left >> > alone after this. As the configuration will be lost after backup mode, >> > restore the sta

Re: [PATCH v5] atmel_flexcom: Support backup mode

2017-10-23 Thread Lee Jones
On Mon, 23 Oct 2017, Lee Jones wrote: > On Thu, 19 Oct 2017, Romain Izard wrote: > > > The controller used by a flexcom module is configured at boot, and left > > alone after this. As the configuration will be lost after backup mode, > > restore the state of the flexcom driver on resume. > > > >

Re: [PATCH v5] atmel_flexcom: Support backup mode

2017-10-23 Thread Lee Jones
On Thu, 19 Oct 2017, Romain Izard wrote: > The controller used by a flexcom module is configured at boot, and left > alone after this. As the configuration will be lost after backup mode, > restore the state of the flexcom driver on resume. > > Signed-off-by: Romain Izard > Acked-by: Nicolas Fer