Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1249037
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/3] UART slave device support (goldelico version) |
| Date | 2015-10-16 20:10 +0200 |
| Message-ID | <qkhC2-5DI-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
H. Nikolaus Schaller (3): tty: serial core: provide a method to search uart by phandle tty: serial_core: add hooks for uart slave drivers misc: Add w2sg0004 gps receiver driver .../devicetree/bindings/misc/wi2wi,w2sg0004.txt | 18 + .../devicetree/bindings/serial/slaves.txt | 16 + .../devicetree/bindings/vendor-prefixes.txt | 1 + Documentation/serial/slaves.txt | 36 ++ drivers/misc/Kconfig | 18 + drivers/misc/Makefile | 1 + drivers/misc/w2sg0004.c | 443 +++++++++++++++++++++ drivers/tty/serial/serial_core.c | 214 +++++++++- include/linux/serial_core.h | 25 +- include/linux/w2sg0004.h | 27 ++ 10 files changed, 793 insertions(+), 6 deletions(-) create mode 100644 Documentation/devicetree/bindings/misc/wi2wi,w2sg0004.txt create mode 100644 Documentation/devicetree/bindings/serial/slaves.txt create mode 100644 Documentation/serial/slaves.txt create mode 100644 drivers/misc/w2sg0004.c create mode 100644 include/linux/w2sg0004.h -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/3] UART slave device support (goldelico version) "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-16 20:10 +0200 Re: [PATCH v3 0/3] UART slave device support (goldelico version) "H. Nikolaus Schaller" <hns@goldelico.com> - 2015-10-16 21:20 +0200
csiph-web