From: "H. Nikolaus Schaller" <hns@goldelico.com>
To: "Rob Herring" <robh+dt@kernel.org>,
"Mark Rutland" <mark.rutland@arm.com>,
"Benoît Cousson" <bcousson@baylibre.com>,
"Tony Lindgren" <tony@atomide.com>,
"Russell King" <linux@armlinux.org.uk>,
"Arnd Bergmann" <arnd@arndb.de>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"H. Nikolaus Schaller" <hns@goldelico.com>,
"Kevin Hilman" <khilman@baylibre.com>,
"Andreas Färber" <afaerber@suse.de>,
"Thierry Reding" <treding@nvidia.com>,
"Jonathan Cameron" <jic23@kernel.org>
Cc: devicetree@vger.kernel.org, linux-omap@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel@pyra-handheld.com,
letux-kernel@openphoenux.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/5] misc serdev: new serdev based driver for Wi2Wi w2sg00x4 GPS module
Date: Wed, 15 Nov 2017 16:19:08 +0100 [thread overview]
Message-ID: <cover.1510759152.git.hns@goldelico.com> (raw)
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: vendor prefix for Wi2Wi, Inc.
DT: misc serdev: w2sg0004: add bindings documentation (GPS module with
serdev 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/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
next reply other threads:[~2017-11-15 15:19 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 15:19 H. Nikolaus Schaller [this message]
2017-11-15 15:19 ` [PATCH v3 2/5] DT: misc serdev: w2sg0004: add bindings documentation (GPS module with serdev UART) H. Nikolaus Schaller
2017-11-15 15:19 ` [PATCH v3 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver H. Nikolaus Schaller
[not found] ` <9e1525e72afe890ea390fd153c1f3a1b0866c986.1510759152.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 15:54 ` Arnd Bergmann
[not found] ` <CAK8P3a3ZtqXVobx5hdxUZyAQRYs2Y6Aw2Qpo2puSBb_AVa_aVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-11-15 16:27 ` H. Nikolaus Schaller
[not found] ` <AFD95D2E-2EBB-4EBF-9B3B-E68ED98E5437-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 17:03 ` Arnd Bergmann
2017-11-15 19:55 ` H. Nikolaus Schaller
[not found] ` <AFF4418B-740D-4FFE-A3A6-A92E73F0B901-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 20:12 ` Arnd Bergmann
[not found] ` <cover.1510759152.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 15:19 ` [PATCH v3 1/5] DT: vendor prefix for Wi2Wi, Inc H. Nikolaus Schaller
2017-11-15 15:19 ` [PATCH v3 4/5] DTS: gta04: add serdev node for w2sg00x4 H. Nikolaus Schaller
2017-11-15 15:19 ` [PATCH v3 5/5] misc serdev: w2sg0004: add debugging code and Kconfig H. Nikolaus Schaller
[not found] ` <9b4969c858d4c3801bb796f92dad5c580799b768.1510759152.git.hns-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 15:53 ` Andreas Färber
2017-11-15 16:29 ` H. Nikolaus Schaller
[not found] ` <DC57A290-669C-4B3C-A4EE-2ABEA37F47CE-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2017-11-15 16:42 ` Ladislav Michl
2017-11-15 17:13 ` H. Nikolaus Schaller
2017-11-15 17:52 ` Joe Perches
2017-11-15 18:08 ` H. Nikolaus Schaller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1510759152.git.hns@goldelico.com \
--to=hns@goldelico.com \
--cc=afaerber@suse.de \
--cc=arnd@arndb.de \
--cc=bcousson@baylibre.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@kernel.org \
--cc=kernel@pyra-handheld.com \
--cc=khilman@baylibre.com \
--cc=letux-kernel@openphoenux.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=tony@atomide.com \
--cc=treding@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).