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=-15.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 2FDDFC433DB for ; Mon, 1 Mar 2021 10:27:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4C1C60232 for ; Mon, 1 Mar 2021 10:27:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234312AbhCAK0z (ORCPT ); Mon, 1 Mar 2021 05:26:55 -0500 Received: from gofer.mess.org ([88.97.38.141]:60605 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234206AbhCAK0Q (ORCPT ); Mon, 1 Mar 2021 05:26:16 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id D13F7C6367; Mon, 1 Mar 2021 10:25:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mess.org; s=2020; t=1614594322; bh=tLUbkXhItkf6LKgtlXUZQKTwZ5ut1MvcIB8+Lw9y2w4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DoirwXVmFUz/+k809ssCy85h31Ce+rzpzuBmU1HD8y95epmfbjzPqYdn/JgwJrprE is0If8KvaBdS6QFIWM3sK4L0SsMXBiTDlyDU81gI9xAWhb2Drv+5JpbvJqGaASBxKc cHiAkqXpgnvudv3K/ce3JSDm4CDGogVrVvmVO+3aRDsZjaW/Pn8cY8kTZB9/mNfZ+A 6QFlZxj6w5pzIbbBmlzGoc2PwvYM76plYmlJSrLh5wb3avZ/rdbshN1R9JMvYeMY27 D9zruQmsGLnniwwGkYElbqFz65itHeLs4UQIWEbAvSICeI3p09Nkgtd7KBIozBa3x6 D0MZWHiOZd6hQ== Date: Mon, 1 Mar 2021 10:25: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: <20210301102522.GB25633@gofer.mess.org> References: <20210120142542.4100741-1-arnd@kernel.org> <20210120142542.4100741-3-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210120142542.4100741-3-arnd@kernel.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 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 Thanks Sean > > Cc: Jun Nie > Cc: Shawn Guo > Signed-off-by: Arnd Bergmann > --- > .../devicetree/bindings/media/zx-irdec.txt | 14 -- > drivers/media/rc/Kconfig | 11 -- > drivers/media/rc/Makefile | 1 - > drivers/media/rc/zx-irdec.c | 181 ------------------ > 4 files changed, 207 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/zx-irdec.txt > delete mode 100644 drivers/media/rc/zx-irdec.c > > diff --git a/Documentation/devicetree/bindings/media/zx-irdec.txt b/Documentation/devicetree/bindings/media/zx-irdec.txt > deleted file mode 100644 > index 295b9fab593e..000000000000 > --- a/Documentation/devicetree/bindings/media/zx-irdec.txt > +++ /dev/null > @@ -1,14 +0,0 @@ > -IR Decoder (IRDEC) on ZTE ZX family SoCs > - > -Required properties: > - - compatible: Should be "zte,zx296718-irdec". > - - reg: Physical base address and length of IRDEC registers. > - - interrupts: Interrupt number of IRDEC. > - > -Exmaples: > - > - irdec: ir-decoder@111000 { > - compatible = "zte,zx296718-irdec"; > - reg = <0x111000 0x1000>; > - interrupts = ; > - }; > diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig > index 39bc75cc1848..afeef7d99a5a 100644 > --- a/drivers/media/rc/Kconfig > +++ b/drivers/media/rc/Kconfig > @@ -509,17 +509,6 @@ config RC_XBOX_DVD > To compile this driver as a module, choose M here: the module will be > called xbox_remote. > > -config IR_ZX > - tristate "ZTE ZX IR remote control" > - depends on RC_CORE > - depends on ARCH_ZX || COMPILE_TEST > - help > - Say Y if you want to use the IR remote control available > - on ZTE ZX family SoCs. > - > - To compile this driver as a module, choose M here: the > - module will be called zx-irdec. > - > config IR_TOY > tristate "Infrared Toy and IR Droid" > depends on RC_CORE > diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile > index f46a72071a7b..23eb7d43d2ff 100644 > --- a/drivers/media/rc/Makefile > +++ b/drivers/media/rc/Makefile > @@ -47,6 +47,5 @@ obj-$(CONFIG_IR_IMG) += img-ir/ > obj-$(CONFIG_IR_SERIAL) += serial_ir.o > obj-$(CONFIG_IR_SIR) += sir_ir.o > obj-$(CONFIG_IR_MTK) += mtk-cir.o > -obj-$(CONFIG_IR_ZX) += zx-irdec.o > obj-$(CONFIG_RC_XBOX_DVD) += xbox_remote.o > obj-$(CONFIG_IR_TOY) += ir_toy.o > diff --git a/drivers/media/rc/zx-irdec.c b/drivers/media/rc/zx-irdec.c > deleted file mode 100644 > index 948ad90ae5d8..000000000000 > --- a/drivers/media/rc/zx-irdec.c > +++ /dev/null > @@ -1,181 +0,0 @@ > -// SPDX-License-Identifier: GPL-2.0-only > -/* > - * Copyright (C) 2017 Sanechips Technology Co., Ltd. > - * Copyright 2017 Linaro Ltd. > - */ > - > -#include > -#include > -#include > -#include > -#include > -#include > -#include > - > -#include > - > -#define DRIVER_NAME "zx-irdec" > - > -#define ZX_IR_ENABLE 0x04 > -#define ZX_IREN BIT(0) > -#define ZX_IR_CTRL 0x08 > -#define ZX_DEGL_MASK GENMASK(21, 20) > -#define ZX_DEGL_VALUE(x) (((x) << 20) & ZX_DEGL_MASK) > -#define ZX_WDBEGIN_MASK GENMASK(18, 8) > -#define ZX_WDBEGIN_VALUE(x) (((x) << 8) & ZX_WDBEGIN_MASK) > -#define ZX_IR_INTEN 0x10 > -#define ZX_IR_INTSTCLR 0x14 > -#define ZX_IR_CODE 0x30 > -#define ZX_IR_CNUM 0x34 > -#define ZX_NECRPT BIT(16) > - > -struct zx_irdec { > - void __iomem *base; > - struct rc_dev *rcd; > -}; > - > -static void zx_irdec_set_mask(struct zx_irdec *irdec, unsigned int reg, > - u32 mask, u32 value) > -{ > - u32 data; > - > - data = readl(irdec->base + reg); > - data &= ~mask; > - data |= value & mask; > - writel(data, irdec->base + reg); > -} > - > -static irqreturn_t zx_irdec_irq(int irq, void *dev_id) > -{ > - struct zx_irdec *irdec = dev_id; > - u8 address, not_address; > - u8 command, not_command; > - u32 rawcode, scancode; > - enum rc_proto rc_proto; > - > - /* Clear interrupt */ > - writel(1, irdec->base + ZX_IR_INTSTCLR); > - > - /* Check repeat frame */ > - if (readl(irdec->base + ZX_IR_CNUM) & ZX_NECRPT) { > - rc_repeat(irdec->rcd); > - goto done; > - } > - > - rawcode = readl(irdec->base + ZX_IR_CODE); > - not_command = (rawcode >> 24) & 0xff; > - command = (rawcode >> 16) & 0xff; > - not_address = (rawcode >> 8) & 0xff; > - address = rawcode & 0xff; > - > - scancode = ir_nec_bytes_to_scancode(address, not_address, > - command, not_command, > - &rc_proto); > - rc_keydown(irdec->rcd, rc_proto, scancode, 0); > - > -done: > - return IRQ_HANDLED; > -} > - > -static int zx_irdec_probe(struct platform_device *pdev) > -{ > - struct device *dev = &pdev->dev; > - struct zx_irdec *irdec; > - struct resource *res; > - struct rc_dev *rcd; > - int irq; > - int ret; > - > - irdec = devm_kzalloc(dev, sizeof(*irdec), GFP_KERNEL); > - if (!irdec) > - return -ENOMEM; > - > - res = platform_get_resource(pdev, IORESOURCE_MEM, 0); > - irdec->base = devm_ioremap_resource(dev, res); > - if (IS_ERR(irdec->base)) > - return PTR_ERR(irdec->base); > - > - irq = platform_get_irq(pdev, 0); > - if (irq < 0) > - return irq; > - > - rcd = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); > - if (!rcd) { > - dev_err(dev, "failed to allocate rc device\n"); > - return -ENOMEM; > - } > - > - irdec->rcd = rcd; > - > - rcd->priv = irdec; > - rcd->input_phys = DRIVER_NAME "/input0"; > - rcd->input_id.bustype = BUS_HOST; > - rcd->map_name = RC_MAP_ZX_IRDEC; > - rcd->allowed_protocols = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | > - RC_PROTO_BIT_NEC32; > - rcd->driver_name = DRIVER_NAME; > - rcd->device_name = DRIVER_NAME; > - > - platform_set_drvdata(pdev, irdec); > - > - ret = devm_rc_register_device(dev, rcd); > - if (ret) { > - dev_err(dev, "failed to register rc device\n"); > - return ret; > - } > - > - ret = devm_request_irq(dev, irq, zx_irdec_irq, 0, NULL, irdec); > - if (ret) { > - dev_err(dev, "failed to request irq\n"); > - return ret; > - } > - > - /* > - * Initialize deglitch level and watchdog counter beginner as > - * recommended by vendor BSP code. > - */ > - zx_irdec_set_mask(irdec, ZX_IR_CTRL, ZX_DEGL_MASK, ZX_DEGL_VALUE(0)); > - zx_irdec_set_mask(irdec, ZX_IR_CTRL, ZX_WDBEGIN_MASK, > - ZX_WDBEGIN_VALUE(0x21c)); > - > - /* Enable interrupt */ > - writel(1, irdec->base + ZX_IR_INTEN); > - > - /* Enable the decoder */ > - zx_irdec_set_mask(irdec, ZX_IR_ENABLE, ZX_IREN, ZX_IREN); > - > - return 0; > -} > - > -static int zx_irdec_remove(struct platform_device *pdev) > -{ > - struct zx_irdec *irdec = platform_get_drvdata(pdev); > - > - /* Disable the decoder */ > - zx_irdec_set_mask(irdec, ZX_IR_ENABLE, ZX_IREN, 0); > - > - /* Disable interrupt */ > - writel(0, irdec->base + ZX_IR_INTEN); > - > - return 0; > -} > - > -static const struct of_device_id zx_irdec_match[] = { > - { .compatible = "zte,zx296718-irdec" }, > - { }, > -}; > -MODULE_DEVICE_TABLE(of, zx_irdec_match); > - > -static struct platform_driver zx_irdec_driver = { > - .probe = zx_irdec_probe, > - .remove = zx_irdec_remove, > - .driver = { > - .name = DRIVER_NAME, > - .of_match_table = zx_irdec_match, > - }, > -}; > -module_platform_driver(zx_irdec_driver); > - > -MODULE_DESCRIPTION("ZTE ZX IR remote control driver"); > -MODULE_AUTHOR("Shawn Guo "); > -MODULE_LICENSE("GPL v2"); > -- > 2.29.2 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=-15.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 475EEC43381 for ; Mon, 1 Mar 2021 10:26:40 +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 D9243600CC for ; Mon, 1 Mar 2021 10:26:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D9243600CC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mess.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:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=BJUA05rJuo78p3I5Aolm4s1sHb5BDXvuraiCYLMWYQ0=; b=oP7Ri70ZotkRowR5pSHsSSmuy 2e4f2+RVN5gNUyUMqX16QS5EyugYAkix3Eiwm/E0cSHsYEzo1VH455+P8j+x1yDYE1uSJi6aWu1Ef 0Jjj7qp4hZNAuhzQty5eXZ7xQL2rHShazM91GRdbnrnhaTqdEbuoNLi20MKeqtZ6I3iyX8oQV3QLq mUB0R7XarGArzNisbTlAQzkq1uY1PG3GoZkHD39FtNGWlshihYPIphup29a73J8yd1qK+6b6AuF1O H8HSOwsltA86JzYj5+lskdkWggoo2U35lA4Vih8FoQZ0WpQ7WlSgB18fEXjEC6wnz6si0fzbtteO3 a9P3P4B3A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lGfk1-0000jd-8G; Mon, 01 Mar 2021 10:25:29 +0000 Received: from gofer.mess.org ([2a02:8011:d000:212::1]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lGfjx-0000h1-7M for linux-arm-kernel@lists.infradead.org; Mon, 01 Mar 2021 10:25:26 +0000 Received: by gofer.mess.org (Postfix, from userid 1000) id D13F7C6367; Mon, 1 Mar 2021 10:25:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mess.org; s=2020; t=1614594322; bh=tLUbkXhItkf6LKgtlXUZQKTwZ5ut1MvcIB8+Lw9y2w4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DoirwXVmFUz/+k809ssCy85h31Ce+rzpzuBmU1HD8y95epmfbjzPqYdn/JgwJrprE is0If8KvaBdS6QFIWM3sK4L0SsMXBiTDlyDU81gI9xAWhb2Drv+5JpbvJqGaASBxKc cHiAkqXpgnvudv3K/ce3JSDm4CDGogVrVvmVO+3aRDsZjaW/Pn8cY8kTZB9/mNfZ+A 6QFlZxj6w5pzIbbBmlzGoc2PwvYM76plYmlJSrLh5wb3avZ/rdbshN1R9JMvYeMY27 D9zruQmsGLnniwwGkYElbqFz65itHeLs4UQIWEbAvSICeI3p09Nkgtd7KBIozBa3x6 D0MZWHiOZd6hQ== Date: Mon, 1 Mar 2021 10:25:22 +0000 From: Sean Young To: Arnd Bergmann Subject: Re: [PATCH 2/2] media: rc: remove zte zx ir driver Message-ID: <20210301102522.GB25633@gofer.mess.org> References: <20210120142542.4100741-1-arnd@kernel.org> <20210120142542.4100741-3-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210120142542.4100741-3-arnd@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210301_052525_512873_B3895FA3 X-CRM114-Status: GOOD ( 27.94 ) 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: Arnd Bergmann , linux-kernel@vger.kernel.org, Jun Nie , Shawn Guo , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org 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 Hi Arnd, 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 Thanks Sean > > Cc: Jun Nie > Cc: Shawn Guo > Signed-off-by: Arnd Bergmann > --- > .../devicetree/bindings/media/zx-irdec.txt | 14 -- > drivers/media/rc/Kconfig | 11 -- > drivers/media/rc/Makefile | 1 - > drivers/media/rc/zx-irdec.c | 181 ------------------ > 4 files changed, 207 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/zx-irdec.txt > delete mode 100644 drivers/media/rc/zx-irdec.c > > diff --git a/Documentation/devicetree/bindings/media/zx-irdec.txt b/Documentation/devicetree/bindings/media/zx-irdec.txt > deleted file mode 100644 > index 295b9fab593e..000000000000 > --- a/Documentation/devicetree/bindings/media/zx-irdec.txt > +++ /dev/null > @@ -1,14 +0,0 @@ > -IR Decoder (IRDEC) on ZTE ZX family SoCs > - > -Required properties: > - - compatible: Should be "zte,zx296718-irdec". > - - reg: Physical base address and length of IRDEC registers. > - - interrupts: Interrupt number of IRDEC. > - > -Exmaples: > - > - irdec: ir-decoder@111000 { > - compatible = "zte,zx296718-irdec"; > - reg = <0x111000 0x1000>; > - interrupts = ; > - }; > diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig > index 39bc75cc1848..afeef7d99a5a 100644 > --- a/drivers/media/rc/Kconfig > +++ b/drivers/media/rc/Kconfig > @@ -509,17 +509,6 @@ config RC_XBOX_DVD > To compile this driver as a module, choose M here: the module will be > called xbox_remote. > > -config IR_ZX > - tristate "ZTE ZX IR remote control" > - depends on RC_CORE > - depends on ARCH_ZX || COMPILE_TEST > - help > - Say Y if you want to use the IR remote control available > - on ZTE ZX family SoCs. > - > - To compile this driver as a module, choose M here: the > - module will be called zx-irdec. > - > config IR_TOY > tristate "Infrared Toy and IR Droid" > depends on RC_CORE > diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile > index f46a72071a7b..23eb7d43d2ff 100644 > --- a/drivers/media/rc/Makefile > +++ b/drivers/media/rc/Makefile > @@ -47,6 +47,5 @@ obj-$(CONFIG_IR_IMG) += img-ir/ > obj-$(CONFIG_IR_SERIAL) += serial_ir.o > obj-$(CONFIG_IR_SIR) += sir_ir.o > obj-$(CONFIG_IR_MTK) += mtk-cir.o > -obj-$(CONFIG_IR_ZX) += zx-irdec.o > obj-$(CONFIG_RC_XBOX_DVD) += xbox_remote.o > obj-$(CONFIG_IR_TOY) += ir_toy.o > diff --git a/drivers/media/rc/zx-irdec.c b/drivers/media/rc/zx-irdec.c > deleted file mode 100644 > index 948ad90ae5d8..000000000000 > --- a/drivers/media/rc/zx-irdec.c > +++ /dev/null > @@ -1,181 +0,0 @@ > -// SPDX-License-Identifier: GPL-2.0-only > -/* > - * Copyright (C) 2017 Sanechips Technology Co., Ltd. > - * Copyright 2017 Linaro Ltd. > - */ > - > -#include > -#include > -#include > -#include > -#include > -#include > -#include > - > -#include > - > -#define DRIVER_NAME "zx-irdec" > - > -#define ZX_IR_ENABLE 0x04 > -#define ZX_IREN BIT(0) > -#define ZX_IR_CTRL 0x08 > -#define ZX_DEGL_MASK GENMASK(21, 20) > -#define ZX_DEGL_VALUE(x) (((x) << 20) & ZX_DEGL_MASK) > -#define ZX_WDBEGIN_MASK GENMASK(18, 8) > -#define ZX_WDBEGIN_VALUE(x) (((x) << 8) & ZX_WDBEGIN_MASK) > -#define ZX_IR_INTEN 0x10 > -#define ZX_IR_INTSTCLR 0x14 > -#define ZX_IR_CODE 0x30 > -#define ZX_IR_CNUM 0x34 > -#define ZX_NECRPT BIT(16) > - > -struct zx_irdec { > - void __iomem *base; > - struct rc_dev *rcd; > -}; > - > -static void zx_irdec_set_mask(struct zx_irdec *irdec, unsigned int reg, > - u32 mask, u32 value) > -{ > - u32 data; > - > - data = readl(irdec->base + reg); > - data &= ~mask; > - data |= value & mask; > - writel(data, irdec->base + reg); > -} > - > -static irqreturn_t zx_irdec_irq(int irq, void *dev_id) > -{ > - struct zx_irdec *irdec = dev_id; > - u8 address, not_address; > - u8 command, not_command; > - u32 rawcode, scancode; > - enum rc_proto rc_proto; > - > - /* Clear interrupt */ > - writel(1, irdec->base + ZX_IR_INTSTCLR); > - > - /* Check repeat frame */ > - if (readl(irdec->base + ZX_IR_CNUM) & ZX_NECRPT) { > - rc_repeat(irdec->rcd); > - goto done; > - } > - > - rawcode = readl(irdec->base + ZX_IR_CODE); > - not_command = (rawcode >> 24) & 0xff; > - command = (rawcode >> 16) & 0xff; > - not_address = (rawcode >> 8) & 0xff; > - address = rawcode & 0xff; > - > - scancode = ir_nec_bytes_to_scancode(address, not_address, > - command, not_command, > - &rc_proto); > - rc_keydown(irdec->rcd, rc_proto, scancode, 0); > - > -done: > - return IRQ_HANDLED; > -} > - > -static int zx_irdec_probe(struct platform_device *pdev) > -{ > - struct device *dev = &pdev->dev; > - struct zx_irdec *irdec; > - struct resource *res; > - struct rc_dev *rcd; > - int irq; > - int ret; > - > - irdec = devm_kzalloc(dev, sizeof(*irdec), GFP_KERNEL); > - if (!irdec) > - return -ENOMEM; > - > - res = platform_get_resource(pdev, IORESOURCE_MEM, 0); > - irdec->base = devm_ioremap_resource(dev, res); > - if (IS_ERR(irdec->base)) > - return PTR_ERR(irdec->base); > - > - irq = platform_get_irq(pdev, 0); > - if (irq < 0) > - return irq; > - > - rcd = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); > - if (!rcd) { > - dev_err(dev, "failed to allocate rc device\n"); > - return -ENOMEM; > - } > - > - irdec->rcd = rcd; > - > - rcd->priv = irdec; > - rcd->input_phys = DRIVER_NAME "/input0"; > - rcd->input_id.bustype = BUS_HOST; > - rcd->map_name = RC_MAP_ZX_IRDEC; > - rcd->allowed_protocols = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | > - RC_PROTO_BIT_NEC32; > - rcd->driver_name = DRIVER_NAME; > - rcd->device_name = DRIVER_NAME; > - > - platform_set_drvdata(pdev, irdec); > - > - ret = devm_rc_register_device(dev, rcd); > - if (ret) { > - dev_err(dev, "failed to register rc device\n"); > - return ret; > - } > - > - ret = devm_request_irq(dev, irq, zx_irdec_irq, 0, NULL, irdec); > - if (ret) { > - dev_err(dev, "failed to request irq\n"); > - return ret; > - } > - > - /* > - * Initialize deglitch level and watchdog counter beginner as > - * recommended by vendor BSP code. > - */ > - zx_irdec_set_mask(irdec, ZX_IR_CTRL, ZX_DEGL_MASK, ZX_DEGL_VALUE(0)); > - zx_irdec_set_mask(irdec, ZX_IR_CTRL, ZX_WDBEGIN_MASK, > - ZX_WDBEGIN_VALUE(0x21c)); > - > - /* Enable interrupt */ > - writel(1, irdec->base + ZX_IR_INTEN); > - > - /* Enable the decoder */ > - zx_irdec_set_mask(irdec, ZX_IR_ENABLE, ZX_IREN, ZX_IREN); > - > - return 0; > -} > - > -static int zx_irdec_remove(struct platform_device *pdev) > -{ > - struct zx_irdec *irdec = platform_get_drvdata(pdev); > - > - /* Disable the decoder */ > - zx_irdec_set_mask(irdec, ZX_IR_ENABLE, ZX_IREN, 0); > - > - /* Disable interrupt */ > - writel(0, irdec->base + ZX_IR_INTEN); > - > - return 0; > -} > - > -static const struct of_device_id zx_irdec_match[] = { > - { .compatible = "zte,zx296718-irdec" }, > - { }, > -}; > -MODULE_DEVICE_TABLE(of, zx_irdec_match); > - > -static struct platform_driver zx_irdec_driver = { > - .probe = zx_irdec_probe, > - .remove = zx_irdec_remove, > - .driver = { > - .name = DRIVER_NAME, > - .of_match_table = zx_irdec_match, > - }, > -}; > -module_platform_driver(zx_irdec_driver); > - > -MODULE_DESCRIPTION("ZTE ZX IR remote control driver"); > -MODULE_AUTHOR("Shawn Guo "); > -MODULE_LICENSE("GPL v2"); > -- > 2.29.2 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel