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=-5.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 08C23C43332 for ; Tue, 2 Mar 2021 11:02:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF9DE64EF4 for ; Tue, 2 Mar 2021 11:02:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1444090AbhCBKxR (ORCPT ); Tue, 2 Mar 2021 05:53:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1838368AbhCBKgG (ORCPT ); Tue, 2 Mar 2021 05:36:06 -0500 Received: from gofer.mess.org (gofer.mess.org [IPv6:2a02:8011:d000:212::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5076DC061794; Tue, 2 Mar 2021 02:35:26 -0800 (PST) Received: by gofer.mess.org (Postfix, from userid 1000) id 510AAC6367; Tue, 2 Mar 2021 10:35:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mess.org; s=2020; t=1614681322; bh=3Og2/oTj0MpKaOPfTMdCr8ouIBHGGgvO2an7EUz1cZI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bo9FFnhj96ftf24NNYw7LkEaEsN2OK1/kczBFrABRENP1QwLgl0OgX6I+LPA20zkS zw76Tw3KBLMk4EuB9I6mMaeg5ghe25DGehnRKP2kuNr4SzGlh/Ak7ngK0BIMRAbGYX +KgUTLW5ez4XlTINNwATki4I/xXFB+IHnQT9kv3DO0fn23P8BZA+55kAVpNnWqQ4Ep s60YRpUo/tj13lu4umphLQxKzS9SMqhY0eQwqFr+YopgugljMnQGHtEw+HukQClcLa g9PmZGcEaBLuGk6AR2lERLJaDH5XjuAze61MYCc3JVwRK19RXJ+FK6KqOjKb4aXjxH AiAIRQ67PDlkg== Date: Tue, 2 Mar 2021 10:35:22 +0000 From: Sean Young To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Arnd Bergmann , Jun Nie , Shawn Guo Subject: Re: [PATCH 2/2] media: rc: remove zte zx ir driver Message-ID: <20210302103522.GA6999@gofer.mess.org> References: <20210120142542.4100741-1-arnd@kernel.org> <20210120142542.4100741-3-arnd@kernel.org> <20210301102522.GB25633@gofer.mess.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210301102522.GB25633@gofer.mess.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On Mon, Mar 01, 2021 at 10:25:22AM +0000, Sean Young wrote: > On Wed, Jan 20, 2021 at 03:25:42PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > The zte zx platform is getting removed, so this driver is no > > longer needed. > > I think the keymap should go too. > > drivers/media/rc/keymaps/rc-zx-irdec.c > > Any references to RC_MAP_ZX_IRDEC or rc-zx-irdec Come to think of it, removing the keymap doesn't make a whole lot of sense. There might still be users for the remote. Sean