From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 382C8C43381 for ; Fri, 22 Mar 2019 01:57:44 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0383021900 for ; Fri, 22 Mar 2019 01:57:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="paWgvOTn"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="UC6L5xEA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0383021900 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+fbhDaSL+x/6dk8UDPYdsIBv9QWPhx9jqd0uVN6ULUU=; b=paWgvOTnOwRRxP HDOOmueTgz0ZqVpYStYhyT8bexxdv6xxw5+RsP0yOJmc+QQ+EYrz3v4K+1bcaigzdbUE64m8K8cHz e57nj44TqNgbmL/GHw3m+AE50urisz+NNDyT1HLLVitxQM3nsd5IIoeiVkmIlYLyoTGAf6TVN4yCl JO6GuIdf15oUMeCA1s82KDzKBqXEvZN4QbsaVHQktFcmPDDcKf01pZLe/ZveKOrd9nnUW4+L6RSAG XmukuZc6TszxvaZdVN5Hfk4ucOZnUqWlfq4PgdI5jlUHsZwwP/nLI8DkrlIY4LRclXgoetfGX8axh B923Mg4E47FzAGALM6nw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h79RD-0004Q4-Qm; Fri, 22 Mar 2019 01:57:39 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h79RB-0004Pj-0B for linux-arm-kernel@lists.infradead.org; Fri, 22 Mar 2019 01:57:38 +0000 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 09B56218FE; Fri, 22 Mar 2019 01:57:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553219856; bh=5LcAWfIuxmdM5hEHllYnQczBT6B7wS74h/TCCI6vpq4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UC6L5xEAmVqEZMvzKkpa2s3eCemhFtqP1wyfCyFfKKCT48jhM+cyBD14qGe8UHX+2 3ooRC+RZZfAOx+a5L3E8HYeMSSwpNf79Qc3OS/E8SpHLIZq9hiw+Jupz/MHCAroOID eZtTDCX4rR8fR1coxRo3FV6CBfO0CgKbD1qMrnJ4= Date: Fri, 22 Mar 2019 09:57:13 +0800 From: Shawn Guo To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH 0/2] ARM: adapt defconfigs to pwm driver split Message-ID: <20190322015711.GV12513@dragon> References: <20190107195352.3149-5-u.kleine-koenig@pengutronix.de> <20190110201934.4105-1-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190110201934.4105-1-u.kleine-koenig@pengutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190321_185737_059001_94C21AA6 X-CRM114-Status: GOOD ( 10.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pwm@vger.kernel.org, Thierry Reding , linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jan 10, 2019 at 09:19:32PM +0100, Uwe Kleine-K=F6nig wrote: > Hello, > = > to continue compiling the (now) two pwm-imx drivers as part of the > imx defconfigs we should update them to use the new names. > = > I think the easiest handling would be to let them go via the pwm tree > with Shawn's Ack to get the update near to the actual split into > the mainline. > = > Best regards > Uwe > = > Uwe Kleine-K=F6nig (2): > ARM: imx_v6_v7_defconfig: continue compiling the pwm driver > ARM: imx_v4_v5_defconfig: enable PWM driver Applied for 5.1-rc, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel