devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] misc: new serdev based drivers for Wi2Wi w2sg00x4 GPS module
@ 2017-11-12 20:59 H. Nikolaus Schaller
  2017-11-12 20:59 ` [PATCH v2 1/5] DT: vendor prefix for Wi2Wi, Inc H. Nikolaus Schaller
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: H. Nikolaus Schaller @ 2017-11-12 20:59 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Benoît Cousson, Tony Lindgren,
	Russell King, H. Nikolaus Schaller, Thierry Reding,
	Jonathan Cameron, Maxime Ripard, Jarkko Sakkinen
  Cc: devicetree, linux-kernel, linux-omap, letux-kernel, kernel

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: vendor prefix for Wi2Wi, Inc.
  DT: misc: w2sg0004: add bindings documentation (GPS module with serdev
    UART)
  misc: Add w2sg0004 (gps receiver) power control driver
  DTS: gta04: add serdev node for w2sg00x4
  misc: w2sg0004: add debugging code and Kconfig

 .../devicetree/bindings/misc/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                            | 602 +++++++++++++++++++++
 include/linux/w2sg0004.h                           |  27 +
 7 files changed, 679 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/wi2wi,w2sg0004.txt
 create mode 100644 drivers/misc/w2sg0004.c
 create mode 100644 include/linux/w2sg0004.h

-- 
2.12.2

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

end of thread, other threads:[~2017-11-15 20:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-12 20:59 [PATCH v2 0/5] misc: new serdev based drivers for Wi2Wi w2sg00x4 GPS module H. Nikolaus Schaller
2017-11-12 20:59 ` [PATCH v2 1/5] DT: vendor prefix for Wi2Wi, Inc H. Nikolaus Schaller
     [not found]   ` <8fb996b8bd96e4a9205193ce712da9deff090771.1510520397.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 20:04     ` Rob Herring
2017-11-15 20:06       ` H. Nikolaus Schaller
2017-11-12 20:59 ` [PATCH v2 2/5] DT: misc: w2sg0004: add bindings documentation (GPS module with serdev UART) H. Nikolaus Schaller
     [not found]   ` <069ce12d5609c4e968f2a468e6c58a57f59f3ffb.1510520397.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 20:08     ` Rob Herring
2017-11-15 20:36       ` H. Nikolaus Schaller
2017-11-12 20:59 ` [PATCH v2 3/5] misc: Add w2sg0004 (gps receiver) power control driver H. Nikolaus Schaller
2017-11-15  9:16   ` kbuild test robot
     [not found]   ` <1dd7e2ccf3d0361c0bb947bacbc2c00066e528c4.1510520397.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 10:03     ` kbuild test robot
2017-11-15 20:17     ` Rob Herring
2017-11-15 20:49       ` H. Nikolaus Schaller
2017-11-12 20:59 ` [PATCH v2 4/5] DTS: gta04: add serdev node for w2sg00x4 H. Nikolaus Schaller
2017-11-12 20:59 ` [PATCH v2 5/5] misc: w2sg0004: add debugging code and Kconfig H. Nikolaus Schaller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).