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 13008C433EF for ; Thu, 7 Apr 2022 10:08:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244114AbiDGKKt (ORCPT ); Thu, 7 Apr 2022 06:10:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238176AbiDGKKr (ORCPT ); Thu, 7 Apr 2022 06:10:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 882F372E19; Thu, 7 Apr 2022 03:08:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 29B0561CCE; Thu, 7 Apr 2022 10:08:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6A7E3C385AB; Thu, 7 Apr 2022 10:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649326126; bh=QtPSjuN1gj7rdOkimjbPZkc/Aldl/EZom3gZ7Sd17MM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=pShqcGFc+XX+casrLsS9Pc5fcSX4XMOIkk4P4pLkhyM8jTRxeJZfiasrMXWAwImnf Bqbz/asxHXItGos7jFADu2czBEM8tUYmL2cAcNpMk/jXqy397YC1B5qkX92K0++lyN rLra2pZokwakZsU50KbRvVxSjpG0wQFnRX5n/Oa1K73HbQyUz99P46rhVzIuR5wmyI JHehnb3eiVO/3VclE+WBwm1wjn6xErleg6+xYLJOMLDAgTiYwn7RBF+9vt7NmqIdo8 wXgIb91p3YzOoRYaZfMTbsYlE2sNeDbGHKT/CvM/dIvDgtj0cDO5vtzGLryQJb9WyW 7L6PR4O++JYuQ== Received: by mail-wr1-f54.google.com with SMTP id b19so7058516wrh.11; Thu, 07 Apr 2022 03:08:46 -0700 (PDT) X-Gm-Message-State: AOAM530SVnbW3tLLMt/uarSlB0kzoQ/PYzrY+dS4KmBALUhgFBJpW7IJ YBAO2ldxSSLoMrKnxdc62DCItM5wXznY90B0nzs= X-Google-Smtp-Source: ABdhPJzSiM0ws1XTQm0G+eX4lsdVE4jGZb8+YbyMPsKOEjJCLJ6qychiaP8KpFPTHWHrqGypGZ4tXi8XkZuFYEjHU4I= X-Received: by 2002:a5d:6505:0:b0:205:9a98:e184 with SMTP id x5-20020a5d6505000000b002059a98e184mr9491841wru.317.1649326124617; Thu, 07 Apr 2022 03:08:44 -0700 (PDT) MIME-Version: 1.0 References: <20220405091750.3076973-1-arnd@kernel.org> <39e8b64cefd8e2b4e4d91a5e6cfc98db88be7449.camel@gmail.com> In-Reply-To: <39e8b64cefd8e2b4e4d91a5e6cfc98db88be7449.camel@gmail.com> From: Arnd Bergmann Date: Thu, 7 Apr 2022 12:08:28 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 00/12] ARM: ARMv5 multiplatform conversions To: Alexander Sverdlin Cc: Arnd Bergmann , Russell King , Hartley Sweeten , Hubert Feurstein , Lukasz Majewski , Krzysztof Kozlowski , Alim Akhtar , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Simtec Linux Team , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Ard Biesheuvel , Stephen Boyd , Geert Uytterhoeven , Linux Kernel Mailing List , Linux ARM , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , patches@opensource.cirrus.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 7, 2022 at 11:23 AM Alexander Sverdlin wrote: > > Hello Arnd, > > On Tue, 2022-04-05 at 11:17 +0200, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > I revisited some patches from a few years back, to see what > > is needed forsome of the remaining platforms to become part of > > CONFIG_ARCH_MULTIPLATFORM. > > > > A few things happened since I last looked at this, which helps to make > > this easier: > > > > - The ixp4xx platform saw a large scale cleanup > > > > - The ep93xx platform lost support for MaverickCrunch FPUs and > > gained support for the common clock subsystem > > would you like to consider a couple of fixups from the common clock > rework of ep93xx? > > https://lore.kernel.org/linux-arm-kernel/20220120133739.4170298-2-alexander.sverdlin@gmail.com/ > https://lore.kernel.org/lkml/20220130152502.236531-1-alexander.sverdlin@gmail.com/t/ Sure, both look like obvious bugfixes. Shall I apply them to the fixes branch for 5.18, or as part of the multiplatform series? Either way, if you have any obvious bugfixes for code you maintain, and you'd like to get merged through the soc tree, please send them to soc@kernel.org, which puts them into the patchwork tracker. Arnd 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 5DAF0C433EF for ; Thu, 7 Apr 2022 10:10:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/mptXMTj6jFunKNt3FgF8juVnZoz+wr3j2xr+hJkywY=; b=WjkJ8bTTNUd4JO TNLgDWQ78hcQ5uh5/FTKrLCE8t/r9toOt40lWq6dA6SgtOik0roYMMxSRqm+ETkicLMtEJVdGl7Im y71iSVruf0Jiy7KWJQAjrGgDt2Uwec4X718kYk0rhNkiyieRpUH8cIZRhdq4FqVef/HAVN++FWSZF miQzy9/vQJmJKq7EyBFoa+TJkuwc7oXtq9sG7JSvcgGx6jna4ervs+Vka5zoAGPq22fhvHEIdhgAj jZwZNTe07sMncdVwJWEOB5CNWjpFN8EJt+H7682/hUdTmnvIL5iZsrwKp1GfDNoEAUnCb4xWZRfIj tKeHqd3hXuoZjGQKV4bA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncP4O-00B8af-3k; Thu, 07 Apr 2022 10:08:53 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncP4J-00B8Z6-Q3 for linux-arm-kernel@lists.infradead.org; Thu, 07 Apr 2022 10:08:49 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 269C461D1F for ; Thu, 7 Apr 2022 10:08:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CD2EC385A0 for ; Thu, 7 Apr 2022 10:08:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649326126; bh=QtPSjuN1gj7rdOkimjbPZkc/Aldl/EZom3gZ7Sd17MM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=pShqcGFc+XX+casrLsS9Pc5fcSX4XMOIkk4P4pLkhyM8jTRxeJZfiasrMXWAwImnf Bqbz/asxHXItGos7jFADu2czBEM8tUYmL2cAcNpMk/jXqy397YC1B5qkX92K0++lyN rLra2pZokwakZsU50KbRvVxSjpG0wQFnRX5n/Oa1K73HbQyUz99P46rhVzIuR5wmyI JHehnb3eiVO/3VclE+WBwm1wjn6xErleg6+xYLJOMLDAgTiYwn7RBF+9vt7NmqIdo8 wXgIb91p3YzOoRYaZfMTbsYlE2sNeDbGHKT/CvM/dIvDgtj0cDO5vtzGLryQJb9WyW 7L6PR4O++JYuQ== Received: by mail-wr1-f42.google.com with SMTP id q19so7079943wrc.6 for ; Thu, 07 Apr 2022 03:08:46 -0700 (PDT) X-Gm-Message-State: AOAM5327jwtm/ntuMR8yZwoW6GKC8QKt6oe/TTOiMekH/d4vYrQ447Uo YKxEaFt2CtQ9X2T1l3Irp3e1pa6cTW7gT24h8kI= X-Google-Smtp-Source: ABdhPJzSiM0ws1XTQm0G+eX4lsdVE4jGZb8+YbyMPsKOEjJCLJ6qychiaP8KpFPTHWHrqGypGZ4tXi8XkZuFYEjHU4I= X-Received: by 2002:a5d:6505:0:b0:205:9a98:e184 with SMTP id x5-20020a5d6505000000b002059a98e184mr9491841wru.317.1649326124617; Thu, 07 Apr 2022 03:08:44 -0700 (PDT) MIME-Version: 1.0 References: <20220405091750.3076973-1-arnd@kernel.org> <39e8b64cefd8e2b4e4d91a5e6cfc98db88be7449.camel@gmail.com> In-Reply-To: <39e8b64cefd8e2b4e4d91a5e6cfc98db88be7449.camel@gmail.com> From: Arnd Bergmann Date: Thu, 7 Apr 2022 12:08:28 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 00/12] ARM: ARMv5 multiplatform conversions To: Alexander Sverdlin Cc: Arnd Bergmann , Russell King , Hartley Sweeten , Hubert Feurstein , Lukasz Majewski , Krzysztof Kozlowski , Alim Akhtar , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Simtec Linux Team , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Ard Biesheuvel , Stephen Boyd , Geert Uytterhoeven , Linux Kernel Mailing List , Linux ARM , "moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" , patches@opensource.cirrus.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220407_030847_940665_7B541424 X-CRM114-Status: GOOD ( 21.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 7, 2022 at 11:23 AM Alexander Sverdlin wrote: > > Hello Arnd, > > On Tue, 2022-04-05 at 11:17 +0200, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > I revisited some patches from a few years back, to see what > > is needed forsome of the remaining platforms to become part of > > CONFIG_ARCH_MULTIPLATFORM. > > > > A few things happened since I last looked at this, which helps to make > > this easier: > > > > - The ixp4xx platform saw a large scale cleanup > > > > - The ep93xx platform lost support for MaverickCrunch FPUs and > > gained support for the common clock subsystem > > would you like to consider a couple of fixups from the common clock > rework of ep93xx? > > https://lore.kernel.org/linux-arm-kernel/20220120133739.4170298-2-alexander.sverdlin@gmail.com/ > https://lore.kernel.org/lkml/20220130152502.236531-1-alexander.sverdlin@gmail.com/t/ Sure, both look like obvious bugfixes. Shall I apply them to the fixes branch for 5.18, or as part of the multiplatform series? Either way, if you have any obvious bugfixes for code you maintain, and you'd like to get merged through the soc tree, please send them to soc@kernel.org, which puts them into the patchwork tracker. Arnd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel