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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D1BAC433F5 for ; Thu, 24 Feb 2022 15:25:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236207AbiBXPZp convert rfc822-to-8bit (ORCPT ); Thu, 24 Feb 2022 10:25:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236107AbiBXPZo (ORCPT ); Thu, 24 Feb 2022 10:25:44 -0500 Received: from aposti.net (aposti.net [89.234.176.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85D7322A284; Thu, 24 Feb 2022 07:25:13 -0800 (PST) Date: Thu, 24 Feb 2022 15:25:01 +0000 From: Paul Cercueil Subject: Re: [PATCH 2/2] pwm: jz4740: Add support for X1000 SoC To: Thierry Reding Cc: Aidan MacDonald , robh+dt@kernel.org, linux-mips@vger.kernel.org, linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: In-Reply-To: References: <20220209231141.20184-1-aidanmacdonald.0x0@gmail.com> <20220209231141.20184-2-aidanmacdonald.0x0@gmail.com> <2SMA7R.9OBQWV0ONR102@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Hi, Le jeu., févr. 24 2022 at 14:40:51 +0100, Thierry Reding a écrit : > On Mon, Feb 14, 2022 at 12:02:26PM +0000, Paul Cercueil wrote: >> Hi Aidan, >> >> Le mer., févr. 9 2022 at 23:11:42 +0000, Aidan MacDonald >> a écrit : >> > The X1000 has the same TCU / PWM hardware as other Ingenic SoCs, >> > but it has only 5 channels. >> > >> > Signed-off-by: Aidan MacDonald >> > --- >> > arch/mips/boot/dts/ingenic/x1000.dtsi | 13 +++++++++++++ >> > drivers/pwm/pwm-jz4740.c | 5 +++++ >> >> Please put the driver and device tree changes into separate patches. > > Seemed a shame not to take this, so I've manually removed the DTS > changes and applied this to the PWM tree. > > Aidan, probably best to resend the DTS snippet as a separate patch, > unless Paul also wants to apply this manually. I am not the arch/mips/ maintainer, so a separate patch would be needed anyway, yes. Cheers, -Paul