From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2] Documentation: devicetree: changesets do locking on their own meanwhile Date: Tue, 30 Aug 2016 16:02:16 -0500 Message-ID: <20160830210216.GA19645@rob-hp-laptop> References: <20160824133900.7282-1-wsa+renesas@sang-engineering.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160824133900.7282-1-wsa+renesas@sang-engineering.com> Sender: linux-renesas-soc-owner@vger.kernel.org To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Pantelis Antoniou , Grant Likely , Mark Rutland , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Aug 24, 2016 at 03:38:56PM +0200, Wolfram Sang wrote: > Since commit 183223770ae862 ("drivers/of: Export OF changeset functions"), > the mentioned functions do all necessary locking. > > Signed-off-by: Wolfram Sang > Fixes: 183223770ae862 ("drivers/of: Export OF changeset functions") > --- > > V2: corrected the "Fixes" tag > > Documentation/devicetree/changesets.txt | 19 +++++-------------- > 1 file changed, 5 insertions(+), 14 deletions(-) Applied, thanks.