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-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html