Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751434AbdFZIeI (ORCPT ); Mon, 26 Jun 2017 04:34:08 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:41700 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbdFZId7 (ORCPT ); Mon, 26 Jun 2017 04:33:59 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=rf@opensource.wolfsonmicro.com Message-ID: <1498466018.4826.81.camel@rf-debian.wolfsonmicro.main> Subject: Re: [PATCH v3 01/17] mfd: madera: Add register definitions for Cirrus Logic Madera codecs From: Richard Fitzgerald To: Lee Jones CC: , , , , , , , , , , Date: Mon, 26 Jun 2017 09:33:38 +0100 In-Reply-To: <20170605100707.zqyfyzhlhrpswa2u@dell> References: <1496415790-19164-1-git-send-email-rf@opensource.wolfsonmicro.com> <1496415790-19164-2-git-send-email-rf@opensource.wolfsonmicro.com> <20170605100707.zqyfyzhlhrpswa2u@dell> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.4.4-3 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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-1703280000 definitions=main-1706260143 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 32 On Mon, 2017-06-05 at 11:07 +0100, Lee Jones wrote: > On Fri, 02 Jun 2017, Richard Fitzgerald wrote: > > > This patch adds a header file of register definitions for Cirrus > > Logic "Madera" class codecs. These codecs are all based off a common > > set of hardware IP so have a common register map (with a few minor > > device-to-device variations). These are complex devices with a large > > number of features and so have a correspondingly large register set. > > The registers.h file has been auto-generated from the hardware register > > definitions, stripped down to only registers we need to access from > > the driver > > > > Signed-off-by: Richard Fitzgerald > > --- > > Changes since V2: > > - Used new field names for IRQ1_STATUS_33 register > > > > MAINTAINERS | 10 + > > include/linux/mfd/madera/registers.h | 8832 ++++++++++++++++++++++++++++++++++ > > Crikey! > > For my own reference: > Acked-for-MFD-by: Lee Jones > Can I suggest that you take this patch into the mfd tree? Other subsystem maintainers will have to base on that but it avoids me keeping emailing out nearly 9000 lines of register definitions each time I do an update to the other patches in the chain.