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.

If all seems fine I will send these patches to net-next tomorrow. (Not as v2)

- Alex

changes since v2:
 - rename status variable to dvdd variable in PATCH
   "at86rf230: remove unnecessary state read"
 - drop patch "at86rf230: remove  unnecessary buf on heap" because we change
   the behaviour with regmap support anyway.

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


------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to