devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] at86rf230: cleanups and add missing devicetree documentation
@ 2014-03-26 14:11 Alexander Aring
  2014-03-26 14:11 ` [PATCH net-next 1/6] at86rf230: use dev_* print functions Alexander Aring
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alexander Aring @ 2014-03-26 14:11 UTC (permalink / raw)
  To: alex.bluesman.smirnov-Re5JQEeQqe8AvxtiuMwx3w
  Cc: dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w,
	linux-zigbee-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	netdev-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA,
	Alexander Aring

Hi,

this patch series contains some cleanups for at86rf230 driver.

The patch series contains:

 - Removing of the irq_type inside the platform data and use
   irq_get_trigger_type instead.
 - Use of devm_* functions.
 - At least we add a missed devicetree documentation. Sorry I didn't create
   one at intial devicetree support patch.

- Alex

Alexander Aring (6):
  at86rf230: use dev_* print functions
  at86rf230: use irq_get_trigger_type
  at86rf230: remove irq_type in request_irq
  at86rf230: use devm_request_irq
  at86rf230: use devm_gpio_request_one
  devicetree: add at86rf230 bindings

 .../bindings/net/ieee802154/at86rf230.txt          |  23 +++++
 drivers/net/ieee802154/at86rf230.c                 | 100 ++++++---------------
 include/linux/spi/at86rf230.h                      |  14 ---
 3 files changed, 51 insertions(+), 86 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/ieee802154/at86rf230.txt

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-03-27 13:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26 14:11 [PATCH net-next 0/6] at86rf230: cleanups and add missing devicetree documentation Alexander Aring
2014-03-26 14:11 ` [PATCH net-next 1/6] at86rf230: use dev_* print functions Alexander Aring
2014-03-26 14:11 ` [PATCH net-next 2/6] at86rf230: use irq_get_trigger_type Alexander Aring
     [not found] ` <1395843117-16494-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-03-26 14:11   ` [PATCH net-next 3/6] at86rf230: remove irq_type in request_irq Alexander Aring
2014-03-26 14:11   ` [PATCH net-next 4/6] at86rf230: use devm_request_irq Alexander Aring
2014-03-26 14:11   ` [PATCH net-next 5/6] at86rf230: use devm_gpio_request_one Alexander Aring
2014-03-26 14:11 ` [PATCH net-next 6/6] devicetree: add at86rf230 bindings Alexander Aring
2014-03-27 13:47 ` [PATCH net-next 0/6] at86rf230: cleanups and add missing devicetree documentation Alexander Aring

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).