Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2156087yba; Wed, 3 Apr 2019 02:26:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqycK6fyJNB4fEjfaBZGCBJrYqtcTiZrLWmSs/xxWagvZIz57mjuN15vVsqyJQUbHmVlx4E4 X-Received: by 2002:a63:5149:: with SMTP id r9mr32699521pgl.177.1554283607908; Wed, 03 Apr 2019 02:26:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554283607; cv=none; d=google.com; s=arc-20160816; b=xvZIXPe1bvYxN0GUcKQ3WfmH4Leb2XHT9bKipPqjUYztgpzLBVTsQPKWm8v8WfugAI i76tEYCdohYqLPzuNwCi4k2w3Vo1+d1UgfDUz5oeN64U2m2x0Id4rTW3Ki9L3Y1DHiVS 4BFeTM0mu0Bop23wABgTPSUCQELmiBOpoJMja/Dx6gOlc56ccCrH6hwVhJc1SOEhztaQ RfIjHGirITN84Yu6kIkzq9OzL4ikT0MH/oBMCfv9nVJlbovqSptyOvIgfCobESSBL2zm sB4b9o516IbKG9ccXMYzWJi5PAk2sy7J7voxj3U2WJ8tHuhQ7Rqm+4emL3NXuh1j1UZA JCHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=osT4O83wohjWdN4xd5n5LDDkVKsEE8D9NsX3aNG2ozY=; b=mrdKSzd/zqHSCa5mKUsDLdmnB2K24J4r/DW3/H9w2IDPEm4BPlgbizqoGHikt4woC3 mF76ZrP+1Mx3djd0OViqDij/EzP0rCiRMIaE85xi8pP4u6sZ5Qa9cm+81PH8pmC06O9w zKpAw6k6kfX61U8a3o97I+QjObNcTgoSFTMyyspxSiikuo0XvOTTny28ZLtKE53SJWEQ UejUGAjhalsT+GJqWXdE61RdTKHjnprL/ykrJtuiMq+Masm+v9wH0rezJDCMLABhwjuD EOikBtM9UPcuaJz9bagGsm8csEwL1/yCtCm3TUa7ogZ3Ar05CBW1k6wy6Cb6xp8KDglN Stwg== 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 r6si7355158plo.349.2019.04.03.02.26.32; Wed, 03 Apr 2019 02:26:47 -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 S1726548AbfDCJYg (ORCPT + 99 others); Wed, 3 Apr 2019 05:24:36 -0400 Received: from sauhun.de ([88.99.104.3]:46958 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725954AbfDCJYf (ORCPT ); Wed, 3 Apr 2019 05:24:35 -0400 Received: from localhost (p54B3311F.dip0.t-ipconnect.de [84.179.49.31]) by pokefinder.org (Postfix) with ESMTPSA id 70C9D2C282F; Wed, 3 Apr 2019 11:24:33 +0200 (CEST) Date: Wed, 3 Apr 2019 11:24:33 +0200 From: Wolfram Sang To: Steve Twiss Cc: Wolfram Sang , Dmitry Torokhov , LKML , "linux-renesas-soc@vger.kernel.org" , Lee Jones , Mark Brown , Support Opensource , "linux-input@vger.kernel.org" Subject: Re: [PATCH 2/6] input: da9063_onkey: remove platform_data support Message-ID: <20190403092432.qofl5szh5zpfhvlm@ninjato> References: <20190318154759.21978-1-wsa+renesas@sang-engineering.com> <20190318154759.21978-3-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xnv5sx6mtiqadw4j" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --xnv5sx6mtiqadw4j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > Subject: [PATCH 2/6] input: da9063_onkey: remove platform_data support > >=20 > > There are no in-kernel users anymore, so remove this outdated interface. > >=20 > > Signed-off-by: Wolfram Sang > > --- > > drivers/input/misc/da9063_onkey.c | 11 ++--------- > > 1 file changed, 2 insertions(+), 9 deletions(-) >=20 > Thanks! > Acked-by: Steve Twiss > Tested-by: Steve Twiss Dmitry, if you are OK with the series going in via MFD, could you ack this patch? As you see, Steve is fine with the patch and tested it, too. --xnv5sx6mtiqadw4j Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlyke9AACgkQFA3kzBSg KbamOw/+K6NXMZKR1ZgBFZvMQleB6Xj97G7Qk7mAdxbjTO3hXMUI1G1rHVqAjuy+ Tp0G0nJvb/ZeuDxHSGckXcHQ2C4OJEq5mWyQI1ZOGmNOGPyuJ/r4JsutQLkWIi1y yfBMV+MXkx/sVPP2z4FTk2DEO2VTRMtyzRFd2zNV+yTcE8NpWmzW1TP7zlYy/eiK 1Qa4yPZWXwiGhVrn5erZywkjxhAgfPuoGNOxodMLNpjmyELbA8eztvc/dHbBkjwj /2I2pLVUWAswS2iYc29re6YUtUMLlxatggHxYxLr/a8jMciAfvy3SmGtDZ2Uo+s9 79D/wEjsPCBOwdV/KS9ZbGRw8DhaUwso7nNaYB//twjfQpqz0QrvEIDQXZ6sQF+P iKdg1gh+GkltCvg6Oas3HLBuXNFedebAjF5hcxEIYSpjCbmF/Pb+DTg2BIPb3fwz qVCZgAU7XZBR4HsEJIlCaYq2K2FC9RB1LUSQEuHmLJBLa7eGnu8I8GjKmW64vvKO JSHNxTnN8Ns00zWKlNpCH3g4GtynaFB70Iebyvd65wSgkH29Sky4MzocyuU5Yy67 hcoOTz1CwNLYzw76ZrejEz6/AG9c7jD6hLTgluJVpEvxH26NcPFtn5A1P9v4IOUW IHztBBXwmDxlnE90Xnk467DCQ3jynzBOS3N91JdevyGYcPvP3Kc= =flns -----END PGP SIGNATURE----- --xnv5sx6mtiqadw4j--