Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1874196ybi; Mon, 1 Jul 2019 01:56:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqyLd3xSNQ8fZTqiAoIs8pOngHU0WOhkaEdWWSdr6i3aglAuHxf+9DAcSonSxzY182nj4Ma+ X-Received: by 2002:a63:3d8d:: with SMTP id k135mr24307775pga.23.1561971385832; Mon, 01 Jul 2019 01:56:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561971385; cv=none; d=google.com; s=arc-20160816; b=Q9kQZemHODtzNe4WwTbka154oCA3usRms9n4WNvIuQdN0kpTWePgAPNwOOgpwVZoNB nm8kMsY70LxQD+8RGj0bbtfDUgw9B/8iYV2cMw8FIAouGPzPY+Qr3bM2LpZxTJWbuMgj fTDNYvq3D2zt3t8pJFfxVVjejSeYPYKglmBXYOotnnVwSEqhbWKFRDA4ABbeyWEdn634 DfNDyolunhtr1amGjHKsPYs3CAwivZFUzUT2sd+HhedZBfh1MYlWnfKRWe3lSxrmA4z3 1Uu/VwmxWTQIwm/MiSxUbJrvGLgoFPjTYzYCD7w+OmHALcgfaiWrTXVULP7c9Ts/zzFP L7zQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=SECm0euzsPUPetKej2SSO0SEzQUzF76V2eik2/WaZ10=; b=BERz3Pv9d/uYnBI1o9dR+7HtrGaZiyGdEeoJOT0Yn9P4vn5MeX/cFv/GsjolZuxeO6 p/ST3BvTY8oCuTZ1qBQuIcRfQoWPsBFkOhu96N4MHCRW3LIWjMt/96UINuaYMJQcFtWt QVi59lQNhPvncbgKirErqrl5VBw+zC2FY5tiHx3JO1hWElnl7E7cYWkBJ7y3dUzUxa8E zxmKI8izWtfk/Tc8t6E4u5uhCH+qgTY3CM4hO+QSszFCHGoFud3hY0HXTC+ViWCdse+4 Gt6md8p6jgXgW+YMFQRYzKGIOBysikaYK+cgs+oU5KDX7brPwdp06lehpog0fMiFkIDR BRGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m2si9272714pll.374.2019.07.01.01.56.10; Mon, 01 Jul 2019 01:56:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728176AbfGAI4D (ORCPT + 99 others); Mon, 1 Jul 2019 04:56:03 -0400 Received: from mail.steuer-voss.de ([85.183.69.95]:50126 "EHLO mail.steuer-voss.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726442AbfGAI4C (ORCPT ); Mon, 1 Jul 2019 04:56:02 -0400 X-Virus-Scanned: Debian amavisd-new at mail.steuer-voss.de Received: by mail.steuer-voss.de (Postfix, from userid 1000) id EB700440A7; Mon, 1 Jul 2019 10:55:59 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.steuer-voss.de (Postfix) with ESMTP id E3B7F42021; Mon, 1 Jul 2019 10:55:59 +0200 (CEST) Date: Mon, 1 Jul 2019 10:55:59 +0200 (CEST) From: Nikolaus Voss X-X-Sender: nv@fox.voss.local To: Mark Brown cc: Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Andreas Dannenberg , "Andrew F. Davis" , Kate Stewart , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH] sound/soc/codecs/tas5720.c: add ACPI support In-Reply-To: <20190628143037.GH5379@sirena.org.uk> Message-ID: References: <20190628123416.16298-1-nikolaus.voss@loewensteinmedical.de> <20190628143037.GH5379@sirena.org.uk> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 28 Jun 2019, Mark Brown wrote: > On Fri, Jun 28, 2019 at 02:34:16PM +0200, Nikolaus Voss wrote: >> Add support for ACPI enumeration for tas5720 and tas5722. >> Use device_match API to unify access to driver data for DT and ACPI. >> Aggregate variant stuff into its own struct and directly reference >> it in variant data for i2c/of/acpi_device_id. > > Please use subject lines matching the style for the subsystem. This > makes it easier for people to identify relevant patches. > > There's a huge amount of refactoring in here as well as the enumeration > changes, please split this up into a patch series as covered in > submitting-patches.rst for review. > Ok, thanks for the feedback, I'll prepare a series. Nikolaus