From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752067AbdBMJTI (ORCPT ); Mon, 13 Feb 2017 04:19:08 -0500 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:48500 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbdBMJTG (ORCPT ); Mon, 13 Feb 2017 04:19:06 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Mon, 13 Feb 2017 09:19:58 +0000 From: Charles Keepax To: Lee Jones CC: , , , , , , , Subject: Re: [PATCH 1/3] mfd: wm831x: Add basic device tree binding Message-ID: <20170213091958.GX1754@localhost.localdomain> References: <1486734800-10141-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <20170213091603.njdtz43mllwpu6qc@dell> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20170213091603.njdtz43mllwpu6qc@dell> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702130094 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 13, 2017 at 09:16:03AM +0000, Lee Jones wrote: > On Fri, 10 Feb 2017, Charles Keepax wrote: > > > Add the basic ability to register the device through device tree, more > > work is needed to get each individual sub-driver functioning correctly > > but this is enough to get the device to probe from device tree. > > > > Signed-off-by: Charles Keepax > > --- > > MAINTAINERS | 1 + > > Irrelevant change. > > Either submit it with patch that introduces the file or on its own. > Cool I will move it into the binding patch, also will fix up that warning from the build bot for v2 as well. Thanks, Charles