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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 30F22C433DB for ; Thu, 21 Jan 2021 12:27:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1EA22395B for ; Thu, 21 Jan 2021 12:27:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730532AbhAUM0m (ORCPT ); Thu, 21 Jan 2021 07:26:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730968AbhAUMYs (ORCPT ); Thu, 21 Jan 2021 07:24:48 -0500 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C122C0613D6 for ; Thu, 21 Jan 2021 04:24:02 -0800 (PST) Received: by mail-lf1-x135.google.com with SMTP id o19so2261827lfo.1 for ; Thu, 21 Jan 2021 04:24:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5fcGiD7OwR1/jKyiV2ZSUx3opsk7q8xBXMeaqlhO/Z0=; b=PVlGTUCv2alBxI/JOalSnfTFcb4Dzn8EOj1UJL731dSslOU5wPg4r/KEJCQq3KLEOZ Sto/vWHLdrxicM2ll37EPJf7CUOiJMr6Pox71kBlfEUmIBSGSx5xg/LbCjUKU8jNCkt5 Lm6j65B6nkAN1WbD0E5TZkZR73GbxwnTj1XufAZU7JT6KOlAhFOOV0kg2fWMfTaKIkSK mP8T/xlVGTChQotfDfIzKsIOhwj2A9rjXHZ7mmZyS4Dn+zrfsqAdOv8GB6kv/PxtpOSV nx4Je8jRFyArfUzYDlFxynn7YO4zy7Uk446uzFVD8ttN+Uv/g2THRdEOimsB8oU33XD2 /y3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5fcGiD7OwR1/jKyiV2ZSUx3opsk7q8xBXMeaqlhO/Z0=; b=V2x0YRU1pNRXxy9N2sqzQY8CU75gSwTCqd230+vd9XpaEN0YVvgjZ3pakUGdqzKs+N /TKyCs8lURYI5/v8oom18elsfhu/Vp4FaRBcH9luQ6qqeTLWf3LLWaytWko69RzXdSFO lfCNupCgDqK7E/TwfiZscE5EDkKdnvnKGhD8VPWE3/L+7VcIN/xJxQzQ+04JNbCvzq4n l4YcfZU3RevpTSHHVwxj2xsjGTAkaQR6c///3fVPa0PxO/QummaBrJpHfSIRLdUOdK9v p61NYXFcbf6clHdX4/r9vvPnkF+PyUnxgDv5lH1U7HAlY58kiY7I3mpRCn/FK7CN3lVJ KMLA== X-Gm-Message-State: AOAM531L9ZJj/iHAWR8otjt5S5K90rbbDZlJ1T9UJkLfTnOShUPZXGX5 dnHxscJ3SjADb65/urufY/ZpsHToS7K8W/EEdrz6Kg== X-Google-Smtp-Source: ABdhPJxGXnl8ByIfSzaEFxWnZM44EtU5FWnXKcITgR1rQdU6CvzXy3G+PyC3djO1tmBtaztm8DIUeQ3d9IZ8KrBum9g= X-Received: by 2002:a19:6557:: with SMTP id c23mr6068215lfj.157.1611231839384; Thu, 21 Jan 2021 04:23:59 -0800 (PST) MIME-Version: 1.0 References: <20210120154158.1860736-1-arnd@kernel.org> <20210120154158.1860736-4-arnd@kernel.org> In-Reply-To: <20210120154158.1860736-4-arnd@kernel.org> From: Linus Walleij Date: Thu, 21 Jan 2021 13:23:48 +0100 Message-ID: Subject: Re: [PATCH 3/3] rtc: remove ste ab3100 driver To: Arnd Bergmann Cc: Linux ARM , "linux-kernel@vger.kernel.org" , linux-rtc@vger.kernel.org, Alexandre Belloni , Alessandro Zummo , Arnd Bergmann Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 20, 2021 at 4:42 PM Arnd Bergmann wrote: > From: Arnd Bergmann > > The ST-Ericsson U300 platform is getting removed, so this driver is no > longer needed. > > Cc: Linus Walleij > Signed-off-by: Arnd Bergmann Reviewed-by: Linus Walleij Yours, Linus Walleij 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=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 E0B47C433E0 for ; Thu, 21 Jan 2021 12:25:30 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 8C7012395A for ; Thu, 21 Jan 2021 12:25:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8C7012395A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id: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=wu0ZLt55hsWJbtQnJDOVgJ0dhe0Hhg2vKkR6vXhkwKc=; b=jKl9P6Sl5cXU+AJ8j+AQHLeoi IJ5fd9dGjf6d95Ne8fPslQJcyA7ckgIW5DWPcGKEUBJZnqUUbhUJU47qC1DuaHNNn/4MumbjE10UH mSA+Qixfmbh8jSFHNM9SfW9x3mJ0iZLQY29kDwMYgQ/Tyg7uqbmUQje0DVLq2etdNY0WgIJ7l0gqz qYbyX9S9daYfbeHD2/ld/mjfuZdFZzoFqDaIbwTKM5d/rNe9QtdkuvHKF616Z++EyO4rHFAIedUZ8 jqpT+V3p6SWKe0J/vHf51shBtnzx3x+zhXtDn2I4GupQI4hiCwyDUZX9kar+9+NKvIkice3DLKSMa UgpKIHQkQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2Z0O-00021e-SS; Thu, 21 Jan 2021 12:24:04 +0000 Received: from mail-lf1-x12d.google.com ([2a00:1450:4864:20::12d]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2Z0M-00020y-O7 for linux-arm-kernel@lists.infradead.org; Thu, 21 Jan 2021 12:24:03 +0000 Received: by mail-lf1-x12d.google.com with SMTP id a8so2226170lfi.8 for ; Thu, 21 Jan 2021 04:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5fcGiD7OwR1/jKyiV2ZSUx3opsk7q8xBXMeaqlhO/Z0=; b=PVlGTUCv2alBxI/JOalSnfTFcb4Dzn8EOj1UJL731dSslOU5wPg4r/KEJCQq3KLEOZ Sto/vWHLdrxicM2ll37EPJf7CUOiJMr6Pox71kBlfEUmIBSGSx5xg/LbCjUKU8jNCkt5 Lm6j65B6nkAN1WbD0E5TZkZR73GbxwnTj1XufAZU7JT6KOlAhFOOV0kg2fWMfTaKIkSK mP8T/xlVGTChQotfDfIzKsIOhwj2A9rjXHZ7mmZyS4Dn+zrfsqAdOv8GB6kv/PxtpOSV nx4Je8jRFyArfUzYDlFxynn7YO4zy7Uk446uzFVD8ttN+Uv/g2THRdEOimsB8oU33XD2 /y3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5fcGiD7OwR1/jKyiV2ZSUx3opsk7q8xBXMeaqlhO/Z0=; b=gPh9Y+qQbqd58sayd/yEjhNfbh4m/MK26uJ2bqQxUSfrZKW675dsai57WbRmViYl1t TOdE35NS0r3h4L5YmuCrGt/DDecvX5QKgb+UXtzuopSkbGtCJfgLrZGJzPw5EA9O9q3u NZwwO4ktgfy++f2yP0aVQxXhR7eC2i/xkrMtp/knmje+vsO1woA9Dipbu0FhsBzBcNsy 0jXv/+FCUYD9dHWDn9rYFWu/xFqtoGHTCKsTZ55PhAr7RyJkCbynV3B4FpPoCpD7ibON FuJv4MQuQ2wtiBwDgMynh4jWYoGQ8KttzvvUZ4+oBoviRkAgeSTyLxWVVE8WBwHPKRIE 8jnA== X-Gm-Message-State: AOAM531MGRpR/EeAY5Mqd3J+SLXjuQoRfecuGAfE3np8mGaPYBrd1BbT nAP2d1163iFOa9/hTrV0wmX8gZITMcbvbCT+lC926w== X-Google-Smtp-Source: ABdhPJxGXnl8ByIfSzaEFxWnZM44EtU5FWnXKcITgR1rQdU6CvzXy3G+PyC3djO1tmBtaztm8DIUeQ3d9IZ8KrBum9g= X-Received: by 2002:a19:6557:: with SMTP id c23mr6068215lfj.157.1611231839384; Thu, 21 Jan 2021 04:23:59 -0800 (PST) MIME-Version: 1.0 References: <20210120154158.1860736-1-arnd@kernel.org> <20210120154158.1860736-4-arnd@kernel.org> In-Reply-To: <20210120154158.1860736-4-arnd@kernel.org> From: Linus Walleij Date: Thu, 21 Jan 2021 13:23:48 +0100 Message-ID: Subject: Re: [PATCH 3/3] rtc: remove ste ab3100 driver To: Arnd Bergmann X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210121_072402_799905_1FB6DA63 X-CRM114-Status: GOOD ( 10.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , Alexandre Belloni , Arnd Bergmann , "linux-kernel@vger.kernel.org" , Linux ARM 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 Wed, Jan 20, 2021 at 4:42 PM Arnd Bergmann wrote: > From: Arnd Bergmann > > The ST-Ericsson U300 platform is getting removed, so this driver is no > longer needed. > > Cc: Linus Walleij > Signed-off-by: Arnd Bergmann Reviewed-by: Linus Walleij Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel