Re: [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-30 Thread Rob Herring
On Fri, May 25, 2018 at 08:19:38PM +0300, Radu Pirea wrote: > This mfd driver is just a wrapper over atmel_serial driver and > spi-at91-usart driver. Selection of one of the drivers is based on a > property from device tree. If the property is not specified, the default > driver is atmel_serial. >

Re: [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-30 Thread Rob Herring
On Fri, May 25, 2018 at 08:19:38PM +0300, Radu Pirea wrote: > This mfd driver is just a wrapper over atmel_serial driver and > spi-at91-usart driver. Selection of one of the drivers is based on a > property from device tree. If the property is not specified, the default > driver is atmel_serial. >

Re: [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-29 Thread Alexandre Belloni
On 28/05/2018 11:00:49+0300, Andy Shevchenko wrote: > On Fri, May 25, 2018 at 8:19 PM, Radu Pirea wrote: > > This mfd driver is just a wrapper over atmel_serial driver and > > spi-at91-usart driver. Selection of one of the drivers is based on a > > property from device tree. If the property is

Re: [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-29 Thread Alexandre Belloni
On 28/05/2018 11:00:49+0300, Andy Shevchenko wrote: > On Fri, May 25, 2018 at 8:19 PM, Radu Pirea wrote: > > This mfd driver is just a wrapper over atmel_serial driver and > > spi-at91-usart driver. Selection of one of the drivers is based on a > > property from device tree. If the property is

Re: [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-28 Thread Andy Shevchenko
On Fri, May 25, 2018 at 8:19 PM, Radu Pirea wrote: > This mfd driver is just a wrapper over atmel_serial driver and > spi-at91-usart driver. Selection of one of the drivers is based on a > property from device tree. If the property is not specified, the default > driver

Re: [PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-28 Thread Andy Shevchenko
On Fri, May 25, 2018 at 8:19 PM, Radu Pirea wrote: > This mfd driver is just a wrapper over atmel_serial driver and > spi-at91-usart driver. Selection of one of the drivers is based on a > property from device tree. If the property is not specified, the default > driver is atmel_serial. > +

[PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-25 Thread Radu Pirea
This mfd driver is just a wrapper over atmel_serial driver and spi-at91-usart driver. Selection of one of the drivers is based on a property from device tree. If the property is not specified, the default driver is atmel_serial. Signed-off-by: Radu Pirea ---

[PATCH v4 3/6] mfd: at91-usart: added mfd driver for usart

2018-05-25 Thread Radu Pirea
This mfd driver is just a wrapper over atmel_serial driver and spi-at91-usart driver. Selection of one of the drivers is based on a property from device tree. If the property is not specified, the default driver is atmel_serial. Signed-off-by: Radu Pirea --- drivers/mfd/Kconfig