Re: [PATCH] char: Added support for u-blox 6 i2c gps driver
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2015-01-14 20:43:33
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2015-01-14 20:43:33
Also in:
lkml
On Wed, Jan 14, 2015 at 10:39:04AM -0800, Felipe Tonello wrote:
The thing is that: I wrote this driver to work with only one gps module, because that's my configuration here. I cannot really test multiple i2c gps at the same time. If you guys really want a driver that works for multiple gps drivers, I cannot test it. So my question is, can I leave the driver working for one gps only and then improve what needs to be improved?
No, write it to handle any number of devices, the logic is the same for one, or one thousand, there should not be any issues in the driver that make this any different. thanks, greg k-h