From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754833AbdBVQFD (ORCPT ); Wed, 22 Feb 2017 11:05:03 -0500 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:34848 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754514AbdBVQEz (ORCPT ); Wed, 22 Feb 2017 11:04:55 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Wed, 22 Feb 2017 16:05:51 +0000 From: Charles Keepax To: Linus Walleij CC: Lee Jones , Rob Herring , "Mark Rutland" , Alexandre Courbot , "devicetree@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "open list:WOLFSON MICROELECTRONICS DRIVERS" Subject: Re: [PATCH v2 2/3] gpio: wm831x: Add basic device tree support Message-ID: <20170222160551.GB2742@localhost.localdomain> References: <1486984514-29749-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1486984514-29749-2-git-send-email-ckeepax@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=2 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702220150 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 22, 2017 at 03:35:26PM +0100, Linus Walleij wrote: > On Mon, Feb 13, 2017 at 12:15 PM, Charles Keepax > wrote: > > > Now the wm831x-core has basic DT support we can update this driver to > > allow use of the GPIOs within a device tree system. > > > > Signed-off-by: Charles Keepax > > --- > > > > No changes since v1. > > Acked-by: Linus Walleij > Is it OK if I merge this separately from the first patch in the series? > > Else you need to ask Lee to merge it with my ACK. Afraid these two need to go in together because of a build dependency. Thanks, Charles