Return-Path: Date: Wed, 13 Sep 2017 11:21:13 -0500 From: Rob Herring 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, lpoulain Subject: Re: [PATCH v5 1/3] DT: net: document Bluetooth bindings in one place Message-ID: <20170913162113.exrujqwdecq524zf@rob-hp-laptop> References: <1504637923-21652-1-git-send-email-loic.poulain@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1504637923-21652-1-git-send-email-loic.poulain@linaro.org> List-ID: On Tue, Sep 05, 2017 at 08:58:41PM +0200, Loic Poulain wrote: > From: lpoulain > > In the same way as Ethernet, gather the Bluetooth related bindings in > one file. Introduce the bluetooth-bd-address property which can be used > to store the assigned BD address. > > Signed-off-by: lpoulain > --- > 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/net/bluetooth.txt | 5 +++++ > 1 file changed, 5 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/bluetooth.txt Acked-by: Rob Herring