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 1198DC636D3 for ; Fri, 10 Feb 2023 09:05:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231476AbjBJJFO (ORCPT ); Fri, 10 Feb 2023 04:05:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231603AbjBJJEy (ORCPT ); Fri, 10 Feb 2023 04:04:54 -0500 Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C06843755A for ; Fri, 10 Feb 2023 01:04:25 -0800 (PST) Received: by mail-wr1-x42d.google.com with SMTP id j25so4339481wrc.4 for ; Fri, 10 Feb 2023 01:04:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date:from:to :cc:subject:date:message-id:reply-to; bh=K7VIxGHRdprRV/LqkHIT4VXtM2nS0UlK2A3+S/yfPzU=; b=ruHL2ggkOLZrj/A1ju7AHyTWEpcP61OVgpgRcz6Ynbv3U4ENy0MTGWzkmzDKT0FKa+ kxwheHnLfTF19VQElv5b7C1kTerLXF/Sm9dn8flXSppWr4feiaBjnIUZKoFuS3sq+aeG rTLF9/sYd300Yo+5rZHVLSIgWopIqp+Bib9SXMRFD+AxVmDzLKc5jP5o0blmC9/xXJ68 H1y9bzuV045QH/lUvvffzQrH4bcqNX6nNfbco4wRboCCzBMKaV4X2OvFG+FlXVfgQ5O1 hSuRClDFUoh8MethGF6L1kH1HmskaeVE64M+bpEuqtFF3Dn2UZYAtw+RNdd+ONTY+db4 UZng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=K7VIxGHRdprRV/LqkHIT4VXtM2nS0UlK2A3+S/yfPzU=; b=nJv2U5qJBzU6mc9Nx6apiiAWNVng71sR2B7buZg+xHdCgjQhowt45tVfqU2nApf2nk n7npNwEM1U4RifO3otgg2P8NbawRxKHeOSFaOApG5osMGGgeqWU2bAcNr3YHiYs87MWq O0XRthMsafKR2aY4u22e2+FxtBdF/7URgdK5gtlyg01KG/CAEnFmnt65Wu58WZSLo629 FDbSuZt49YA2xts8y2G4RjTUdAHIXnVi+3yv+hpl8zzlNGeiz1B/f6gXwFj+PhB5WGwk Fj5k8tCbGxYerNrpBol8WGqa5XjRL+efcTaWK+6VaNamTQpWiPuz6Wh4kFSY5Vyc5ax2 ACag== X-Gm-Message-State: AO0yUKXMrEfWiT5mYSu5037DJw8FSu4Id0ccpRcnLUeMJhkvRcN3KD64 OjRU1wgNmXVqFjEQ7A9glwyJAQ== X-Google-Smtp-Source: AK7set83noZf3enDbMTsBZDwxEicf2PTn9Yq7G9YrGZxZuCfxXPH0i2MIcZmQZROagL9Bdp3MbW7bg== X-Received: by 2002:adf:f708:0:b0:2c5:3cd6:4fdf with SMTP id r8-20020adff708000000b002c53cd64fdfmr4285892wrp.39.1676019864173; Fri, 10 Feb 2023 01:04:24 -0800 (PST) Received: from linaro.org (wifi-eduroam-trans.univ-tlse3.fr. [195.220.58.237]) by smtp.gmail.com with ESMTPSA id c13-20020adfef4d000000b002c3db0eec5fsm3075177wrp.62.2023.02.10.01.04.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Feb 2023 01:04:23 -0800 (PST) Date: Fri, 10 Feb 2023 10:04:20 +0100 From: Daniel Lezcano To: Alain Volmat Cc: Jonathan Corbet , Rob Herring , Krzysztof Kozlowski , Thomas Gleixner , Marc Zyngier , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Russell King , Patrice Chotard , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , Maxime Coquelin , "Rafael J . Wysocki" , Amit Kucheria , Zhang Rui , Michael Turquette , Stephen Boyd , Philipp Zabel , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-pm@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 00/11] ARM: removal of STiH415/STiH416 remainings bits Message-ID: <20230210090420.GB175687@linaro.org> References: <20230209091659.1409-1-avolmat@me.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230209091659.1409-1-avolmat@me.com> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Thu, Feb 09, 2023 at 10:16:48AM +0100, Alain Volmat wrote: > Most of code in order to support STiH415 and STiH416 have already > been removed from the kernel in 2016, however few bits are still > remainings. > This serie removes the last pieces of support for STiH415, STiH416 > and STiD127. How would like to have the patches applied ? Ack from the different maintainers or each maintainer apply the relevant patches ? Thanks -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog