From mboxrd@z Thu Jan 1 00:00:00 1970 From: hdegoede@redhat.com (Hans de Goede) Date: Tue, 22 Sep 2015 15:23:56 +0200 Subject: [PATCH v3 0/4] input: gpio_keys_polled: Add support for abs/rel axis Message-ID: <1442928240-2452-1-git-send-email-hdegoede@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Dmitry, This patch-series really is 2 related series: Patch 1 + 2: Support for abs/rel axis in gpio_keys_polled, the dt-bindings patch is updated, the actual implementation is the same as the v2 version. Patch 3 + 4: Add a single header with key / btn / axis defines to be shared by input.h and the dt-bindings headers, as requested by you. The first patch introduces a new header for this, the second patch makes dt-bindings/input/input.h use this new header. The second patch has been Acked by the devicetree maintainer, and since it depends on the first one I believe that it is best if this patch gets merged via your tree too. Regards, Hans