OpenCloudOS-Kernel/drivers/gnss
Johan Hovold 37768b054f gnss: add generic serial driver
Add a generic serial GNSS driver (library) which provides a common
implementation for the gnss interface and power management (runtime and
system suspend). This allows GNSS drivers for specific chip to be
implemented by simply providing a set_power() callback to handle three
states: ACTIVE, STANDBY and OFF.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-28 20:31:32 +09:00
..
Kconfig gnss: add generic serial driver 2018-06-28 20:31:32 +09:00
Makefile gnss: add generic serial driver 2018-06-28 20:31:32 +09:00
core.c
serial.c gnss: add generic serial driver 2018-06-28 20:31:32 +09:00
serial.h gnss: add generic serial driver 2018-06-28 20:31:32 +09:00