Re: [PATCH] mrf24j40: add managed API's provided by device layer

2014-05-29 Thread Sergei Shtylyov
Hello. On 05/29/2014 08:17 AM, Varka Bhadram wrote: This patch adds the managed APIs to the deriver code. By using this we need not to worry about freeing the memory and irq numbers. Thanks and Regards, Varka Bhadram This is not desirable thing in the patch changelog, maintainer will ha

[PATCH] mrf24j40: add managed API's provided by device layer

2014-05-28 Thread Varka Bhadram
This patch adds the managed APIs to the deriver code. By using this we need not to worry about freeing the memory and irq numbers. Thanks and Regards, Varka Bhadram Signed-off-by: Varka Bhadram --- drivers/net/ieee802154/mrf24j40.c | 22 ++ 1 file changed, 10 insertions(+)