Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp9866ybt; Mon, 6 Jul 2020 02:44:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxEnUr/s4AsMu43B+S1YuHdBqmsJXQTOKonjVr7dFkzWtVWsBBuYP9M/k6yEcdgQ+vvCfTA X-Received: by 2002:a17:906:70d1:: with SMTP id g17mr41445753ejk.436.1594028697707; Mon, 06 Jul 2020 02:44:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594028697; cv=none; d=google.com; s=arc-20160816; b=wypiSF+nFgfAo8X++Fuo7Z/rUvlE/o//T94+ePoox4vK1WBc5stt/vo8jTUq7DVg8b foLyFCYSvgKaPOWkBxKdT8k9lgbaLlj0jcdqqOE2/kSiN4ZeUGYo/FQZQvFGkizUpbtB g4Sffb7C2A3nFqSCJXW1lRodMLT0+QVTYzEeBkIPwIfC0sMC/MJsChTZQeVD/XmhAwH/ xSoZ9gNqDqA2Yv0k6et6k6cJDKuV4/bog005JtaMq5QlN4sAt9Gcc5xX6ZZ3qA4suzty qUQacsG7EnHPi3jv7BTIEE/L7jFY0NkuIbv/J76BcqkOrKp1RbNoh0msk7KK64ak+pEa Wu5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=mFz2EJpU29jDBRlp2Tyi/VEbwx9BZlu1jCpF0sBgE+A=; b=oOPf5Bi+m76s35VjbYKZ2fApP4CuBvagRkV1wa1TbIo5I1GasVtDu+Vd74mv5h9U4C ZE8x471jefEpyJsFEULmLEdVWx2Yh5Et/EGm/mwPFHdTVNWJhnx8KEPbB0Pzk3XB5qUV P5FwpiVwmarqhC3ZMbScFP10iKxpcWPOBp8PrwuCBQgtCT13NV1x+7zIhOypUbebSFLD UYvtsjvxQWpvBUMy+1Zu8N/bYWbRIVzUeHm1tDJwgKw92nUZTwsYnmviIwM/Lfo3kZ7P ZSm8aPxkiCU0ArTAT1oVY3JwyQzT1HUrLovP/VnVP1BP/z2HfldRGinltQ92BwA/b/XX 9K8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id de19si13650156edb.285.2020.07.06.02.44.35; Mon, 06 Jul 2020 02:44:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728357AbgGFJmG (ORCPT + 99 others); Mon, 6 Jul 2020 05:42:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728024AbgGFJmG (ORCPT ); Mon, 6 Jul 2020 05:42:06 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B5A8C061794 for ; Mon, 6 Jul 2020 02:42:06 -0700 (PDT) Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jsNdQ-0002w2-Ek; Mon, 06 Jul 2020 11:42:00 +0200 Received: from ukl by pty.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1jsNdN-000671-Fx; Mon, 06 Jul 2020 11:41:57 +0200 Date: Mon, 6 Jul 2020 11:41:57 +0200 From: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= To: Krzysztof Kozlowski Cc: Thierry Reding , Lee Jones , Rob Herring , Kukjin Kim , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Marek Szyprowski , Bartlomiej Zolnierkiewicz , Sylwester Nawrocki , Alim Akhtar , Chanwoo Choi , Pankaj Dubey Subject: Re: [PATCH v2 1/8] dt-bindings: pwm: samsung: Do not require interrupts on Exynos SoCs Message-ID: <20200706094157.kyag7p5df3vo54wx@pengutronix.de> References: <20200702155149.12854-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lp45qtpd333jetea" Content-Disposition: inline In-Reply-To: <20200702155149.12854-1-krzk@kernel.org> X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c5 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --lp45qtpd333jetea Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 02, 2020 at 05:51:42PM +0200, Krzysztof Kozlowski wrote: > The bindings required interrupts for all SoCs but actually only the PWM > timer clocksource (for S3C/S5P SoCs) was using them. This PWM timer > clocksource driver is not used on Exynos SoCs thus the interrupts can be > marked as optional. >=20 > Reported-by: Alim Akhtar > Signed-off-by: Krzysztof Kozlowski LGTM, Acked-by: Uwe Kleine-K=F6nig I'd expect it is ok to let this patch go in via whatever way the other patches go. (But it's Thierry who has the authority here.) Best regards Uwe --=20 Pengutronix e.K. | Uwe Kleine-K=F6nig | Industrial Linux Solutions | https://www.pengutronix.de/ | --lp45qtpd333jetea Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEfnIqFpAYrP8+dKQLwfwUeK3K7AkFAl8C8eIACgkQwfwUeK3K 7AkYwgf+O/4iyYsFqS4Hic6Gl1rSJwKY5n02UMuYa3t79MwyE4NMWqSYhqRDIMuh owMQNcF9YpCOJCzV/re9ZQVSo166NP/THzw1E5e1wDG8seysYEY1NLHsWjQ2Xiuq uxehUvUBcMw9CbsrKYLWV0meSKcfvU8PAGZXZmPOMvtBWBXIILTicj+MZIiThBij J9sprwxuT9NPwav5WeKZE39PbV3825KPDPoP8x2YXILUDvBVUANqNkIMW8oa7/4v L+mIYp0FWpRxHcynPeWsQhwYCJs4xLlX1HeZJy+jiJSzah7485+ny0KxxU0kKbzU w3cdycy8srQPH6mLzkbJcdNn5RfkDQ== =nn3C -----END PGP SIGNATURE----- --lp45qtpd333jetea--