All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ieee802154: add support for Cascoda CA8210
@ 2016-10-24 15:04 harrymorris12
  2016-10-24 15:04 ` [PATCH 2/3] ieee802154: Add device tree documentation for CA8210 harrymorris12
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: harrymorris12 @ 2016-10-24 15:04 UTC (permalink / raw)
  To: linux-wpan; +Cc: alex.aring, stefan, Harry Morris

From: Harry Morris <h.morris@cascoda.com>

This patchset adds a new device driver, documentation and build support for
Cascoda's CA8210 IEEE 802.15.4 radio transceiver:
http://www.cascoda.com/products/ca-821x/

Harry Morris (3):
  ieee802154: Add CA8210 IEEE 802.15.4 device driver
  ieee802154: Add device tree documentation for CA8210
  ieee802154: Add entry in MAINTAINTERS for CA8210 driver

 .../devicetree/bindings/net/ieee802154/ca8210.txt  |   28 +
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 MAINTAINERS                                        |    9 +
 drivers/net/ieee802154/Kconfig                     |   18 +
 drivers/net/ieee802154/Makefile                    |    1 +
 drivers/net/ieee802154/ca8210.c                    | 3533 ++++++++++++++++++++
 6 files changed, 3590 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
 create mode 100644 drivers/net/ieee802154/ca8210.c

--
2.9.3.windows.1

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

end of thread, other threads:[~2016-10-27 14:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 15:04 [PATCH 0/3] ieee802154: add support for Cascoda CA8210 harrymorris12
2016-10-24 15:04 ` [PATCH 2/3] ieee802154: Add device tree documentation for CA8210 harrymorris12
2016-10-25 15:54   ` Stefan Schmidt
2016-10-25 16:36     ` Harry Morris
2016-10-26 22:33       ` Stefan Schmidt
2016-10-26 22:51         ` Stefan Schmidt
2016-10-27  9:52           ` Harry Morris
2016-10-27 10:12             ` Stefan Schmidt
2016-10-24 15:04 ` [PATCH 3/3] ieee802154: Add entry in MAINTAINTERS for CA8210 driver harrymorris12
2016-10-25 15:54   ` Stefan Schmidt
2016-10-25 15:16 ` [PATCH 0/3] ieee802154: add support for Cascoda CA8210 Stefan Schmidt
     [not found] ` <20161024150449.11132-2-h.morris@cascoda.com>
2016-10-25 15:54   ` [PATCH 1/3] ieee802154: Add CA8210 IEEE 802.15.4 device driver Stefan Schmidt
2016-10-26  9:59     ` Harry Morris

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.