From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756532AbcH3VCV (ORCPT ); Tue, 30 Aug 2016 17:02:21 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:34992 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751716AbcH3VCS (ORCPT ); Tue, 30 Aug 2016 17:02:18 -0400 Date: Tue, 30 Aug 2016 16:02:16 -0500 From: Rob Herring 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 Subject: Re: [PATCH v2] Documentation: devicetree: changesets do locking on their own meanwhile 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 Content-Disposition: inline In-Reply-To: <20160824133900.7282-1-wsa+renesas@sang-engineering.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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.