From patchwork Thu Jan 10 20:19:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 1023201 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-pwm-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43bHR31JWZz9s2P for ; Fri, 11 Jan 2019 07:19:43 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729597AbfAJUTm (ORCPT ); Thu, 10 Jan 2019 15:19:42 -0500 Received: from metis.ext.pengutronix.de ([85.220.165.71]:45349 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729537AbfAJUTm (ORCPT ); Thu, 10 Jan 2019 15:19:42 -0500 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.89) (envelope-from ) id 1ghgnk-00040k-BG; Thu, 10 Jan 2019 21:19:40 +0100 Received: from ukl by pty.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1ghgnj-0007zH-QO; Thu, 10 Jan 2019 21:19:39 +0100 From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Thierry Reding , Shawn Guo Cc: linux-pwm@vger.kernel.org, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/2] ARM: adapt defconfigs to pwm driver split Date: Thu, 10 Jan 2019 21:19:32 +0100 Message-Id: <20190110201934.4105-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190107195352.3149-5-u.kleine-koenig@pengutronix.de> References: <20190107195352.3149-5-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 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-pwm@vger.kernel.org Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org 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önig (2): ARM: imx_v6_v7_defconfig: continue compiling the pwm driver ARM: imx_v4_v5_defconfig: enable PWM driver arch/arm/configs/imx_v4_v5_defconfig | 3 +++ arch/arm/configs/imx_v6_v7_defconfig | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)