All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/14] at86rf230 cleanup
@ 2014-04-24 17:09 Alexander Aring
       [not found] ` <1398359358-11085-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2014-04-26 16:21 ` [PATCH net-next 00/14] at86rf230 cleanup David Miller
  0 siblings, 2 replies; 16+ messages in thread
From: Alexander Aring @ 2014-04-24 17:09 UTC (permalink / raw)
  To: alex.bluesman.smirnov
  Cc: dbaryshkov, linux-zigbee-devel, netdev, Alexander Aring

Hi,

this is the first patch series to cleanup the at86rf230 driver. Later I want
to implement regmap and a asynchron spi handling for transmit and receiving
frames.

- Alex

Alexander Aring (14):
  at86rf230: use irq_get_trigger_type
  devicetree: add at86rf230 bindings
  at86rf230: remove irq_type in request_irq
  at86rf230: use devm_request_irq
  at86rf230: use devm_gpio_request_one
  at86rf230: add missing MODULE_DEVICE_TABLE
  at86rf230: make of_device_id const
  at86rf230: add at86rf230_device_id table
  at86rf230: remove #ifdef CONFIG_OF
  at86rf230: remove unnecessary assign
  at86rf230: reset irq line before irq request
  at86rf230: remove unnecessary spi_set_drvdata
  at86rf230: remove unnecessary state read
  at86rf230: remove function for setting irq polarity

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

-- 
1.9.2

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

end of thread, other threads:[~2014-04-26 16:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-24 17:09 [PATCH net-next 00/14] at86rf230 cleanup Alexander Aring
     [not found] ` <1398359358-11085-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-04-24 17:09   ` [PATCH net-next 01/14] at86rf230: use irq_get_trigger_type Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 02/14] devicetree: add at86rf230 bindings Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 03/14] at86rf230: remove irq_type in request_irq Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 04/14] at86rf230: use devm_request_irq Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 05/14] at86rf230: use devm_gpio_request_one Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 06/14] at86rf230: add missing MODULE_DEVICE_TABLE Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 07/14] at86rf230: make of_device_id const Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 08/14] at86rf230: add at86rf230_device_id table Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 09/14] at86rf230: remove #ifdef CONFIG_OF Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 10/14] at86rf230: remove unnecessary assign Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 11/14] at86rf230: reset irq line before irq request Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 12/14] at86rf230: remove unnecessary spi_set_drvdata Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 13/14] at86rf230: remove unnecessary state read Alexander Aring
2014-04-24 17:09   ` [PATCH net-next 14/14] at86rf230: remove function for setting irq polarity Alexander Aring
2014-04-26 16:21 ` [PATCH net-next 00/14] at86rf230 cleanup David Miller

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.