Re: [Patch v2 4/4] tty: serial: msm: Remove direct access to GSBI

2014-05-29 Thread Kumar Gala
On May 29, 2014, at 10:14 AM, Kumar Gala wrote: > > On Apr 24, 2014, at 11:31 AM, Andy Gross wrote: > >> This patch removes direct access of the GSBI registers. GSBI configuration >> should be done through the GSBI driver directly. >> >> Signed-off-by: Andy Gross >> --- >> drivers/tty/seri

Re: [Patch v2 4/4] tty: serial: msm: Remove direct access to GSBI

2014-05-29 Thread Greg Kroah-Hartman
On Thu, May 29, 2014 at 10:14:35AM -0500, Kumar Gala wrote: > > On Apr 24, 2014, at 11:31 AM, Andy Gross wrote: > > > This patch removes direct access of the GSBI registers. GSBI configuration > > should be done through the GSBI driver directly. > > > > Signed-off-by: Andy Gross > > --- > > d

Re: [Patch v2 4/4] tty: serial: msm: Remove direct access to GSBI

2014-05-29 Thread Kumar Gala
On Apr 24, 2014, at 11:31 AM, Andy Gross wrote: > This patch removes direct access of the GSBI registers. GSBI configuration > should be done through the GSBI driver directly. > > Signed-off-by: Andy Gross > --- > drivers/tty/serial/msm_serial.c | 48 ++-

[Patch v2 4/4] tty: serial: msm: Remove direct access to GSBI

2014-04-24 Thread Andy Gross
This patch removes direct access of the GSBI registers. GSBI configuration should be done through the GSBI driver directly. Signed-off-by: Andy Gross --- drivers/tty/serial/msm_serial.c | 48 ++- drivers/tty/serial/msm_serial.h |5 2 files changed,