Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-06-07 Thread H. Nikolaus Schaller
Hi Ladislav, > Am 07.06.2017 um 09:34 schrieb Ladislav Michl : > > Dear Nikolaus, > > On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: >> Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. >> >> Use serdev API hooks to monitor and

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-06-07 Thread H. Nikolaus Schaller
Hi Ladislav, > Am 07.06.2017 um 09:34 schrieb Ladislav Michl : > > Dear Nikolaus, > > On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: >> Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. >> >> Use serdev API hooks to monitor and forward the UART traffic

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-06-07 Thread Ladislav Michl
Dear Nikolaus, On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: > Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. > > Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn > and turn on/off the module. It also detects if the module is

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-06-07 Thread Ladislav Michl
Dear Nikolaus, On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: > Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. > > Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn > and turn on/off the module. It also detects if the module is

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-06-06 Thread H. Nikolaus Schaller
> Am 31.05.2017 um 01:09 schrieb Rob Herring : > > On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: >> Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. >> >> Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn >> and

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-06-06 Thread H. Nikolaus Schaller
> Am 31.05.2017 um 01:09 schrieb Rob Herring : > > On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: >> Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. >> >> Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn >> and turn on/off the

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-05-30 Thread Rob Herring
On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: > Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. > > Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn > and turn on/off the module. It also detects if the module is turned on (sends

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-05-30 Thread Rob Herring
On Sun, May 21, 2017 at 12:44:03PM +0200, H. Nikolaus Schaller wrote: > Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. > > Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn > and turn on/off the module. It also detects if the module is turned on (sends

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-05-21 Thread H. Nikolaus Schaller
> Am 21.05.2017 um 12:44 schrieb H. Nikolaus Schaller : > > Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. > > Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn s/BTn/GPSn/ > and turn on/off the module. It also detects if the

Re: [RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-05-21 Thread H. Nikolaus Schaller
> Am 21.05.2017 um 12:44 schrieb H. Nikolaus Schaller : > > Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. > > Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn s/BTn/GPSn/ > and turn on/off the module. It also detects if the module is turned on

[RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-05-21 Thread H. Nikolaus Schaller
Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn and turn on/off the module. It also detects if the module is turned on (sends data) but should be off, e.g. if it was already turned on during boot or

[RFC 2/3] misc: Add w2sg0004 (gps receiver) power control driver

2017-05-21 Thread H. Nikolaus Schaller
Add driver for Wi2Wi W2SG0004/84 GPS module connected through uart. Use serdev API hooks to monitor and forward the UART traffic to /dev/BTn and turn on/off the module. It also detects if the module is turned on (sends data) but should be off, e.g. if it was already turned on during boot or