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