Re: [PATCH RFC 4/5] gnss: sirf: add a separate supply for a lna

2018-12-05 Thread Johan Hovold
On Sun, Nov 18, 2018 at 10:58:00PM +0100, Andreas Kemnade wrote: > Devices might have a separate lna between antenna output of the gps > chip and the antenna which might have a separate supply > > Signed-off-by: Andreas Kemnade > --- > drivers/gnss/sirf.c | 15 +++ > 1 file changed,

Re: [PATCH RFC 4/5] gnss: sirf: add a separate supply for a lna

2018-11-30 Thread Pavel Machek
On Fri 2018-11-30 07:38:04, Andreas Kemnade wrote: > Hi, > > On Tue, 27 Nov 2018 19:03:57 +0100 > Pavel Machek wrote: > > > Hi! > > > > > Devices might have a separate lna between antenna output of the gps > > > chip and the antenna which might have a separate supply > > > > Might have. > >

Re: [PATCH RFC 4/5] gnss: sirf: add a separate supply for a lna

2018-11-29 Thread Andreas Kemnade
Hi, On Tue, 27 Nov 2018 19:03:57 +0100 Pavel Machek wrote: > Hi! > > > Devices might have a separate lna between antenna output of the gps > > chip and the antenna which might have a separate supply > > Might have. > > > @@ -340,6 +349,12 @@ static int sirf_probe(struct serdev_device *serde

Re: [PATCH RFC 4/5] gnss: sirf: add a separate supply for a lna

2018-11-27 Thread Pavel Machek
Hi! > Devices might have a separate lna between antenna output of the gps > chip and the antenna which might have a separate supply Might have. > @@ -340,6 +349,12 @@ static int sirf_probe(struct serdev_device *serdev) > goto err_put_device; > } > > + data->lna = devm_r

Re: [Letux-kernel] [PATCH RFC 4/5] gnss: sirf: add a separate supply for a lna

2018-11-19 Thread H. Nikolaus Schaller
> Am 18.11.2018 um 22:58 schrieb Andreas Kemnade : > > Devices might have a separate lna between antenna output of the gps > chip and the antenna which might have a separate supply > > Signed-off-by: Andreas Kemnade > --- > drivers/gnss/sirf.c | 15 +++ > 1 file changed, 15 insertio

[PATCH RFC 4/5] gnss: sirf: add a separate supply for a lna

2018-11-18 Thread Andreas Kemnade
Devices might have a separate lna between antenna output of the gps chip and the antenna which might have a separate supply Signed-off-by: Andreas Kemnade --- drivers/gnss/sirf.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/gnss/sirf.c b/drivers/gnss/sirf.c index