From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v5 2/3] dt-bindings: soc: qcom: Add local-bd-address property to WCNSS-BT Date: Wed, 13 Sep 2017 11:21:47 -0500 Message-ID: <20170913162147.chbv4yhcoqiuddbv@rob-hp-laptop> References: <1504637923-21652-1-git-send-email-loic.poulain@linaro.org> <1504637923-21652-2-git-send-email-loic.poulain@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-io0-f195.google.com ([209.85.223.195]:35358 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751648AbdIMQVt (ORCPT ); Wed, 13 Sep 2017 12:21:49 -0400 Content-Disposition: inline In-Reply-To: <1504637923-21652-2-git-send-email-loic.poulain@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Loic Poulain Cc: marcel@holtmann.org, johan.hedberg@gmail.com, linux-bluetooth@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, bjorn.andersson@linaro.org On Tue, Sep 05, 2017 at 08:58:42PM +0200, Loic Poulain wrote: > Add optional local-bd-address property which is a 6-byte array > storing the assigned BD address. Since having a unique BD address > is critical, a per-device property value should be allocated. > This property is usually added by the boot loader which has access > to the provisioned data. > > Signed-off-by: Loic Poulain > --- > v2: Set device as unconfigured if default address detected > Add warning if BD addr retrieved from DT > v3: if no addr retrieved from DT, unconditionally set > the invalid BD addr flag. > swap and set bdaddr in the platform probe > v4: Add dt-bindings documentation > split patch in two parts (setup, dt prop) > use local-bd-address name instead of local-mac-address > v5: remove 2/3 merged in bluetooth-next tree > Add bluetooth.txt for common BT bindings > expect local-bd-address in little-endian format > > Documentation/devicetree/bindings/soc/qcom/qcom,wcnss.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) Acked-by: Rob Herring