Re: [PATCH v2 bluetooth-next] cc2520: set the default fifo pin value from platform data

2015-08-10 Thread Marcel Holtmann
Hi Yong, > When the device tree support is disabled, the fifo_pin is uninitialized, > this patch will set the fifo_pin value based on platform data > > Signed-off-by: Yong Li > --- > drivers/net/ieee802154/cc2520.c | 1 + > 1 file changed, 1 insertion(+) patch has been applied to bluetooth-next

Re: [PATCH v2 bluetooth-next] cc2520: set the default fifo pin value from platform data

2015-08-10 Thread Varka Bhadram
On 08/11/2015 08:13 AM, sdliy...@gmail.com wrote: From: Yong Li When the device tree support is disabled, the fifo_pin is uninitialized, this patch will set the fifo_pin value based on platform data Signed-off-by: Yong Li Acked-by: Varka Bhadram --- drivers/net/ieee802154/cc2520.c | 1

[PATCH v2 bluetooth-next] cc2520: set the default fifo pin value from platform data

2015-08-10 Thread sdliyong
From: Yong Li When the device tree support is disabled, the fifo_pin is uninitialized, this patch will set the fifo_pin value based on platform data Signed-off-by: Yong Li --- drivers/net/ieee802154/cc2520.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ieee802154/cc2520.c b/