[linux-yocto] [PATCH] Bluetooth: Delay check for conn->smp in smp_conn_security()

2015-09-11 Thread wu . zheng
From: Wu Zheng There are several actions that smp_conn_security() might make that do not require a valid SMP context (conn->smp pointer). One of these actions is to encrypt the link with an existing LTK. If the SMP context wasn't initialized properly we should still allow the

[linux-yocto] [PATCH] Bluetooth: Delay check for conn->smp in smp_conn_security()

2015-09-11 Thread Wu Zheng
There are several actions that smp_conn_security() might make that do not require a valid SMP context (conn->smp pointer). One of these actions is to encrypt the link with an existing LTK. If the SMP context wasn't initialized properly we should still allow the independent actions to be done, i.e.

[linux-yocto] [PATCH 1/1] cc2520: set the default fifo pin value from platform data

2015-09-11 Thread 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 Signed-off-by: Marcel Holtmann (cherry picked

[linux-yocto] [PATCH 0/1] cc2520: set the default fifo pin value from platform data

2015-09-11 Thread Yong Li
Dear Maintainers, This patch fixes a bug in the CC2520 device driver. Please merge in standard/base branch for linux-yocto-4.1 if this looks okay. Thanks Yong Li (1): cc2520: set the default fifo pin value from platform data drivers/net/ieee802154/cc2520.c | 1 + 1 file changed, 1

Re: [linux-yocto] [PATCH 0/1] cc2520: set the default fifo pin value from platform data

2015-09-11 Thread Bruce Ashfield
On 15-09-11 03:56 AM, Yong Li wrote: Dear Maintainers, This patch fixes a bug in the CC2520 device driver. Please merge in standard/base branch for linux-yocto-4.1 if this looks okay. I've staged the change, and once build/boot tests have passed, I'll push the changes. Bruce Thanks Yong