From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751458AbdKUQOc (ORCPT ); Tue, 21 Nov 2017 11:14:32 -0500 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:45672 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751238AbdKUQO3 (ORCPT ); Tue, 21 Nov 2017 11:14:29 -0500 Authentication-Results: ppops.net; spf=none smtp.mailfrom=rf@opensource.wolfsonmicro.com Subject: Re: [v5 RESEND 02/17] mfd: madera: Add DT bindings for Cirrus Logic Madera codecs To: Rob Herring , Richard Fitzgerald CC: , , , , , , , , , , References: <20171120141051.29467-1-rf@opensource.cirrus.com> <20171120141051.29467-3-rf@opensource.cirrus.com> <20171120184622.yor2xemxbbvicmmi@rob-hp-laptop> From: Richard Fitzgerald Message-ID: Date: Tue, 21 Nov 2017 16:14:07 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171120184622.yor2xemxbbvicmmi@rob-hp-laptop> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 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-1709140000 definitions=main-1711210215 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry all, I don't know what's gone wrong here. The acks are there on my computer and I double-checked before I sent but somewhere all the acks have been stripped. When I've figured out what went wrong I'll re-send the chain with the acks. On 20/11/17 18:46, Rob Herring wrote: > On Mon, Nov 20, 2017 at 02:10:36PM +0000, Richard Fitzgerald wrote: >> From: Richard Fitzgerald >> >> Specification of the bindings for the parent MFD driver component >> of the Cirrus Logic Madera codec drivers. >> >> Note that although the interrupt controller and GPIO are child >> drivers their required bindings are trivial, mandatory, and exist >> within the parent MFD node so are documented here. >> >> Signed-off-by: Richard Fitzgerald >> --- >> Documentation/devicetree/bindings/mfd/madera.txt | 102 +++++++++++++++++++++++ >> 1 file changed, 102 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/mfd/madera.txt > Please add acks when posting new versions. > > Rob