Re: [PATCH 0/3] serdev support for n_gsm

2019-07-03 Thread Pavel Machek
Hi! > and sorry about the reply latency. This is quite a lot to think about. > > I'm also adding Kishon and Mark on CC (e.g. for the phy and ASoC > bits). I just wanted to ask... any news here? > > For some user space examples, I have posted scripts to send and receive > > SMS at [3], and

Re: [PATCH 0/3] serdev support for n_gsm

2019-01-31 Thread Pavel Machek
Hi! > > And without the n_gsm serdev support, it's a mess of some app > > similar to [5] initializing n_gsm, trying to deal with the USB > > PHY PM, dealing with Motorola custom packet numbering, kicking > > GNSS device, feeding data to /dev/ugnss. Hmm I think I've already > > been there just to

Re: [PATCH 0/3] serdev support for n_gsm

2019-01-24 Thread Tony Lindgren
Hi, * Johan Hovold [190124 16:39]: > This series adds a new interface (gsm_serdev) but no users, which is not > something we normally accept. I think you need to post the lot, at least > as an RFC in order for the full picture to be visible. Sure I can post them all as RFC series maybe this

Re: [PATCH 0/3] serdev support for n_gsm

2019-01-24 Thread Johan Hovold
Hi Tony, and sorry about the reply latency. This is quite a lot to think about. I'm also adding Kishon and Mark on CC (e.g. for the phy and ASoC bits). On Mon, Jan 21, 2019 at 09:01:16AM -0800, Tony Lindgren wrote: > Hi, > > * Johan Hovold [190121 10:57]: > > Adding Marcel on CC. > > > > On

Re: [PATCH 0/3] serdev support for n_gsm

2019-01-21 Thread Tony Lindgren
Hi, * Johan Hovold [190121 10:57]: > Adding Marcel on CC. > > On Fri, Jan 18, 2019 at 12:59:58PM +0100, Greg Kroah-Hartman wrote: > > On Sun, Jan 13, 2019 at 05:25:25PM -0800, Tony Lindgren wrote: > > > Hi all, > > > > > > Here's a series of patches to add initial serdev support to n_gsm > > >

Re: [PATCH 0/3] serdev support for n_gsm

2019-01-21 Thread Johan Hovold
Adding Marcel on CC. On Fri, Jan 18, 2019 at 12:59:58PM +0100, Greg Kroah-Hartman wrote: > On Sun, Jan 13, 2019 at 05:25:25PM -0800, Tony Lindgren wrote: > > Hi all, > > > > Here's a series of patches to add initial serdev support to n_gsm > > TS 27.010 line discipline. > > > > This allows

Re: [PATCH 0/3] serdev support for n_gsm

2019-01-18 Thread Greg Kroah-Hartman
On Sun, Jan 13, 2019 at 05:25:25PM -0800, Tony Lindgren wrote: > Hi all, > > Here's a series of patches to add initial serdev support to n_gsm > TS 27.010 line discipline. > > This allows handling vendor specific protocols on top of TS 27.010 and > allows creating simple serdev drivers where it

Re: [PATCH 0/3] serdev support for n_gsm

2019-01-14 Thread Pavel Machek
On Sun 2019-01-13 17:25:25, Tony Lindgren wrote: > Hi all, > > Here's a series of patches to add initial serdev support to n_gsm > TS 27.010 line discipline. > > This allows handling vendor specific protocols on top of TS 27.010 and > allows creating simple serdev drivers where it makes sense.