From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932388AbcHXJBs (ORCPT ); Wed, 24 Aug 2016 05:01:48 -0400 Received: from svenfoo.org ([82.94.215.22]:43508 "EHLO mail.zonque.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753101AbcHXJB0 (ORCPT ); Wed, 24 Aug 2016 05:01:26 -0400 X-Greylist: delayed 905 seconds by postgrey-1.27 at vger.kernel.org; Wed, 24 Aug 2016 05:01:25 EDT Subject: Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch To: Vignesh R , Dmitry Torokhov References: <20160824075859.30979-1-vigneshr@ti.com> Cc: Rob Herring , Mark Rutland , Tony Lindgren , Russell King , Arnd Bergmann , Daniel Hung-yu Wu , Grant Grundler , S Twiss , Moritz Fischer , Jorge Ramirez-Ortiz , John Stultz , "Andrew F . Davis" , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= From: Daniel Mack Message-ID: Date: Wed, 24 Aug 2016 10:35:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160824075859.30979-1-vigneshr@ti.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 08/24/2016 09:58 AM, Vignesh R wrote: > This series adds support for rotary-switch on AM335x-ICE that is > connected to TI PCA9536 I2C GPIO expander. > First patch adds new generic driver to read status of group of GPIO > lines and report the value as an input event. The second patch adds DT > entries for the same. > > v2: https://lkml.org/lkml/2016/8/23/111 > v1: https://lkml.org/lkml/2016/8/12/7 Is there a reason why the rotary-encoder driver cannot handle this? Commit 7dde4e74744 ("Input: rotary-encoder - support more than 2 gpios as input") added support for that mode AFAIU. I copied the author of that patch to have a look. Thanks, Daniel