From: Kamel Bouhara <kamel.bouhara@bootlin.com> To: Dmitry Torokhov <dmitry.torokhov@gmail.com>, William Breathitt Gray <vilhelm.gray@gmail.com>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org, Alexandre Belloni <alexandre.belloni@bootlin.com>, Kamel Bouhara <kamel.bouhara@bootlin.com>, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Ludovic Desroches <ludovic.desroches@microchip.com>, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/3] Introduce a counter inkernel API Date: Mon, 6 Apr 2020 17:58:03 +0200 Message-ID: <20200406155806.1295169-1-kamel.bouhara@bootlin.com> (raw) Hello everyone, This series introduce a basic inkernel API for the counter subsystem and add a new rotary encoder driver that use a counter interface instead of the GPIO existing one. See commit log in 0001-counter-add-an-inkernel-API.patch for further details. Kamel Bouhara (3): counter: add an inkernel API Input: rotary-encoder-counter: add DT bindings Input: add a rotary encoders based on counter devices .../input/rotary-encoder-counter.yaml | 67 ++++++ drivers/counter/counter.c | 213 ++++++++++++++++++ drivers/input/misc/Kconfig | 9 + drivers/input/misc/Makefile | 1 + drivers/input/misc/rotary_encoder_counter.c | 152 +++++++++++++ include/linux/counter.h | 27 +++ 6 files changed, 469 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/rotary-encoder-counter.yaml create mode 100644 drivers/input/misc/rotary_encoder_counter.c -- 2.25.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply index Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-06 15:58 Kamel Bouhara [this message] 2020-04-06 15:58 ` [PATCH 1/3] counter: add an " Kamel Bouhara 2020-04-10 17:34 ` Randy Dunlap 2020-04-11 9:58 ` Kamel Bouhara 2020-04-06 15:58 ` [PATCH 2/3] Input: rotary-encoder-counter: add DT bindings Kamel Bouhara 2020-04-07 9:41 ` Maxime Ripard 2020-04-07 11:03 ` Kamel Bouhara 2020-04-07 14:22 ` Maxime Ripard 2020-04-07 14:55 ` Kamel Bouhara 2020-04-09 22:21 ` Dmitry Torokhov 2020-04-09 22:39 ` Alexandre Belloni 2020-04-09 23:46 ` Dmitry Torokhov 2020-04-11 10:43 ` Kamel Bouhara 2020-04-06 15:58 ` [PATCH 3/3] Input: add a rotary encoders based on counter devices Kamel Bouhara 2020-04-11 17:22 ` [PATCH 0/3] Introduce a counter inkernel API William Breathitt Gray 2020-04-11 23:31 ` Alexandre Belloni 2020-04-12 1:48 ` William Breathitt Gray
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200406155806.1295169-1-kamel.bouhara@bootlin.com \ --to=kamel.bouhara@bootlin.com \ --cc=alexandre.belloni@bootlin.com \ --cc=devicetree@vger.kernel.org \ --cc=dmitry.torokhov@gmail.com \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-iio@vger.kernel.org \ --cc=linux-input@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=ludovic.desroches@microchip.com \ --cc=mark.rutland@arm.com \ --cc=robh+dt@kernel.org \ --cc=thomas.petazzoni@bootlin.com \ --cc=vilhelm.gray@gmail.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Linux-ARM-Kernel Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/linux-arm-kernel/0 linux-arm-kernel/git/0.git git clone --mirror https://lore.kernel.org/linux-arm-kernel/1 linux-arm-kernel/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 linux-arm-kernel linux-arm-kernel/ https://lore.kernel.org/linux-arm-kernel \ linux-arm-kernel@lists.infradead.org public-inbox-index linux-arm-kernel Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.infradead.lists.linux-arm-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git