[Linux-zigbee-devel] [PATCH net-next 5/5] devicetree: add at86rf230 bindings

2014-03-25 Thread Alexander Aring
This patch adds devicetree bindings for the at86rf230 IEEE 802.15.4 SPI device driver. Signed-off-by: Alexander Aring --- .../devicetree/bindings/net/ieee802154/at86rf230.txt | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/ie

[Linux-zigbee-devel] [PATCH net-next 2/5] at86rf230: use irq_get_trigger_type

2014-03-25 Thread Alexander Aring
This patch removes the platform data for the irq_type. We use instead the irq_get_trigger_type function to get these flags which should already configured by the interrupt controller. Signed-off-by: Alexander Aring --- drivers/net/ieee802154/at86rf230.c | 28 include

[Linux-zigbee-devel] [PATCH net-next 1/5] at86rf230: use dev_* print functions

2014-03-25 Thread Alexander Aring
This patch removes the pr_* functions and replace it with the dev_* print functions. Signed-off-by: Alexander Aring --- drivers/net/ieee802154/at86rf230.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at8

[Linux-zigbee-devel] [PATCH net-next 0/5] at86rf230: cleanups and add missing devicetree binding

2014-03-25 Thread Alexander Aring
Hi all, I will send these patches tomorrow to netdev if all seems fine. I drop the ugly irq_type inside the platform_data, these information are already known and we can get it with the irq_get_trigger_type function. Also add a missing devicetree binding documentation... maybe I get some trouble

[Linux-zigbee-devel] [PATCH net-next 4/5] at86rf230: use devm_request_irq

2014-03-25 Thread Alexander Aring
This patch replace request_irq with devm_request_irq. With devm_request_irq we don't need to care about freeing the irq. Signed-off-by: Alexander Aring --- drivers/net/ieee802154/at86rf230.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/net/ieee802154/at

[Linux-zigbee-devel] [PATCH net-next 3/5] at86rf230: remove irq_type in request_irq

2014-03-25 Thread Alexander Aring
We don't need to set these values at request_irq. The interrupt line is already configured to same value like irq_get_trigger_type returned. Signed-off-by: Alexander Aring --- drivers/net/ieee802154/at86rf230.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/iee

Re: [Linux-zigbee-devel] [PATCH net-next 0/0] 6lowpan: cleanup dataflow

2014-03-25 Thread Alexander Aring
Hi all, I not forgot this patch series... but I need to rework them and I am a little bit busy right now. Sorry... - Alex -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new gui