Re: [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address

2016-11-05 Thread Jonathan Cameron
On 31/10/16 08:16, Lee Jones wrote: > On Sun, 30 Oct 2016, Jonathan Cameron wrote: > >> On 26/10/16 13:17, Lee Jones wrote: >>> On Fri, 30 Sep 2016, Mugunthan V N wrote: >>> On Wednesday 28 September 2016 01:10 AM, Lee Jones wrote: > On Wed, 21 Sep 2016, Mugunthan V N wrote: > >>

Re: [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address

2016-10-31 Thread Lee Jones
On Sun, 30 Oct 2016, Jonathan Cameron wrote: > On 26/10/16 13:17, Lee Jones wrote: > > On Fri, 30 Sep 2016, Mugunthan V N wrote: > > > >> On Wednesday 28 September 2016 01:10 AM, Lee Jones wrote: > >>> On Wed, 21 Sep 2016, Mugunthan V N wrote: > >>> > store the physical address of the device

Re: [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address

2016-10-30 Thread Jonathan Cameron
On 26/10/16 13:17, Lee Jones wrote: > On Fri, 30 Sep 2016, Mugunthan V N wrote: > >> On Wednesday 28 September 2016 01:10 AM, Lee Jones wrote: >>> On Wed, 21 Sep 2016, Mugunthan V N wrote: >>> store the physical address of the device in its priv to use it for DMA addressing in the client

Re: [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address

2016-10-26 Thread Lee Jones
On Fri, 30 Sep 2016, Mugunthan V N wrote: > On Wednesday 28 September 2016 01:10 AM, Lee Jones wrote: > > On Wed, 21 Sep 2016, Mugunthan V N wrote: > > > >> store the physical address of the device in its priv to use it > >> for DMA addressing in the client drivers. > >> > >> Signed-off-by: Mugun

Re: [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address

2016-09-30 Thread Mugunthan V N
On Wednesday 28 September 2016 01:10 AM, Lee Jones wrote: > On Wed, 21 Sep 2016, Mugunthan V N wrote: > >> store the physical address of the device in its priv to use it >> for DMA addressing in the client drivers. >> >> Signed-off-by: Mugunthan V N >> --- >> drivers/mfd/ti_am335x_tscadc.c

Re: [PATCH 1/4] mfd: ti_am335x_tscadc: store physical address

2016-09-27 Thread Lee Jones
On Wed, 21 Sep 2016, Mugunthan V N wrote: > store the physical address of the device in its priv to use it > for DMA addressing in the client drivers. > > Signed-off-by: Mugunthan V N > --- > drivers/mfd/ti_am335x_tscadc.c | 1 + > include/linux/mfd/ti_am335x_tscadc.h | 1 + > 2 files cha

[PATCH 1/4] mfd: ti_am335x_tscadc: store physical address

2016-09-21 Thread Mugunthan V N
store the physical address of the device in its priv to use it for DMA addressing in the client drivers. Signed-off-by: Mugunthan V N --- drivers/mfd/ti_am335x_tscadc.c | 1 + include/linux/mfd/ti_am335x_tscadc.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/mfd/ti_am335x_t