Re: [PATCH v2 5/7] soc: qcom: smd: Support opening additional channels

2015-10-14 Thread yfw
Hi Bjorn, On 2015/10/10 4:48, Bjorn Andersson wrote: With the qcom_smd_open_channel() API we allow SMD devices to open additional SMD channels, to allow implementation of multi-channel SMD devices - like Bluetooth. Channels are opened from the same edge as the calling SMD device is tied to. Si

Re: [PATCH v2 7/7] Bluetooth: btqcomsmd: Qualcomm WCNSS HCI driver

2015-10-14 Thread yfw
On 2015/10/10 4:48, Bjorn Andersson wrote: The Qualcomm WCNSS chip provides two SMD channels to the BT core; one for command and one for event packets. This driver exposes the two channels as a hci device. Signed-off-by: Bjorn Andersson --- Changes since v1: - With the introduction of qcom_s

Re: [PATCH] soc: qcom: Introduce WCNSS_CTRL SMD client

2015-10-22 Thread yfw
Hi Bjorn, On 2015/9/22 1:52, Bjorn Andersson wrote: The WCNSS_CTRL SMD client is used for among other things upload nv firmware to a newly booted WCNSS chip. Signed-off-by: Bjorn Andersson --- This driver probes on the WCNSS_CTRL SMD channel as it comes up upon loading the wcnss firmware, it c

Re: [PATCH] soc: qcom: Introduce WCNSS_CTRL SMD client

2015-10-23 Thread yfw
Hi Bjorn, On 2015/10/22 21:50, Bjorn Andersson wrote: On Thu 22 Oct 03:25 PDT 2015, yfw wrote: Hi Bjorn, On 2015/9/22 1:52, Bjorn Andersson wrote: [..] I have a question: Do you have plan to add the nob to trigger wcnss firmware downloading which is also common for wifi and BT? In caf

Re: [PATCH] soc: qcom: Introduce WCNSS_CTRL SMD client

2015-09-22 Thread yfw
On Mon, Sep 21, 2015 at 10:52:55AM -0700, Bjorn Andersson wrote: > The WCNSS_CTRL SMD client is used for among other things upload nv > firmware to a newly booted WCNSS chip. > > Signed-off-by: Bjorn Andersson > --- > This driver probes on the WCNSS_CTRL SMD channel as it comes up upon loading >