All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] misc serdev: new serdev based driver for Wi2Wi w2sg00x4 GPS module
@ 2017-11-15 21:37 ` H. Nikolaus Schaller
  0 siblings, 0 replies; 33+ messages in thread
From: H. Nikolaus Schaller @ 2017-11-15 21:37 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Benoît Cousson, Tony Lindgren,
	Russell King, Arnd Bergmann, Greg Kroah-Hartman,
	H. Nikolaus Schaller, Kevin Hilman, Andreas Färber,
	Thierry Reding, Jonathan Cameron
  Cc: devicetree, linux-kernel, linux-omap, letux-kernel, kernel,
	linux-arm-kernel

Changes V4:
* removed all pdata remains
* added one missing Signes-off-By

2017-11-15 16:19:17: Changes V3:
* worked in suggestions by kbuild test robot
* added misc+serdev to the subject

2017-11-12 22:00:02: Changes V2:
* reduced to submit only w2sg00x4 GPS driver code
* add DT node for GTA04 device to make use of the driver
* split into base code and a debugging Kconfig option (brings device into false power state after boot)
* worked in comments by kbuild robot and Rob Herring

2017-05-21 12:44:07: RFC V1
* RFC concerning new serdev based drivers for Wi2Wi w2sg00x4 GPS module and w2cbw003 bluetooth

H. Nikolaus Schaller (5):
  dt-bindings: vendor prefix for Wi2Wi, Inc.
  dt-bindings: gps: add w2sg00x4 bindings documentation (GPS module with
    UART))
  misc serdev: Add w2sg0004 (gps receiver) power control driver
  DTS: gta04: add serdev node for w2sg00x4
  misc serdev: w2sg0004: add debugging code and Kconfig

 .../devicetree/bindings/gps/wi2wi,w2sg0004.txt     |  24 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/omap3-gta04.dtsi                 |   6 +
 drivers/misc/Kconfig                               |  18 +
 drivers/misc/Makefile                              |   1 +
 drivers/misc/w2sg0004.c                            | 582 +++++++++++++++++++++
 6 files changed, 632 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gps/wi2wi,w2sg0004.txt
 create mode 100644 drivers/misc/w2sg0004.c

-- 
2.12.2

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2017-12-01  7:49 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-15 21:37 [PATCH v4 0/5] misc serdev: new serdev based driver for Wi2Wi w2sg00x4 GPS module H. Nikolaus Schaller
2017-11-15 21:37 ` H. Nikolaus Schaller
2017-11-15 21:37 ` H. Nikolaus Schaller
2017-11-15 21:37 ` [PATCH v4 1/5] dt-bindings: vendor prefix for Wi2Wi, Inc H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller
2017-11-15 21:37 ` [PATCH v4 2/5] dt-bindings: gps: add w2sg00x4 bindings documentation (GPS module with UART)) H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller
2017-11-15 21:37 ` [PATCH v4 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller
2017-11-23 16:06   ` Andrew F. Davis
2017-11-23 16:06     ` Andrew F. Davis
2017-11-23 16:06     ` Andrew F. Davis
2017-11-28 21:42     ` H. Nikolaus Schaller
2017-11-28 21:42       ` H. Nikolaus Schaller
2017-11-28 21:42       ` H. Nikolaus Schaller
2017-11-29 14:47       ` Andrew F. Davis
2017-11-29 14:47         ` Andrew F. Davis
2017-11-29 14:47         ` Andrew F. Davis
2017-12-01  7:49         ` H. Nikolaus Schaller
2017-12-01  7:49           ` H. Nikolaus Schaller
2017-11-15 21:37 ` [PATCH v4 4/5] DTS: gta04: add serdev node for w2sg00x4 H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller
2017-11-17 17:08   ` Tony Lindgren
2017-11-17 17:08     ` Tony Lindgren
2017-11-17 17:08     ` Tony Lindgren
2017-11-20  5:29     ` H. Nikolaus Schaller
2017-11-20  5:29       ` H. Nikolaus Schaller
2017-11-20  5:29       ` H. Nikolaus Schaller
2017-11-15 21:37 ` [PATCH v4 5/5] misc serdev: w2sg0004: add debugging code and Kconfig H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller
2017-11-15 21:37   ` H. Nikolaus Schaller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.