Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752849AbdCOJlD (ORCPT ); Wed, 15 Mar 2017 05:41:03 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:33606 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751509AbdCOJlB (ORCPT ); Wed, 15 Mar 2017 05:41:01 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Wed, 15 Mar 2017 09:41:56 +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 v3 2/3] gpio: wm831x: Add basic device tree support Message-ID: <20170315094156.GG6986@localhost.localdomain> References: <1488818804-9406-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1488818804-9406-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-1702020001 definitions=main-1703150076 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 554 Lines: 18 On Wed, Mar 15, 2017 at 10:18:31AM +0100, Linus Walleij wrote: > On Mon, Mar 6, 2017 at 5:46 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 > > Acked-by: Linus Walleij > > Patch applied. > This needs to go through Lee's tree with the patch above it has a build dependency on it. Thanks, Charles