From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752100AbcEQRvt (ORCPT ); Tue, 17 May 2016 13:51:49 -0400 Received: from slow1-d.mail.gandi.net ([217.70.178.86]:38356 "EHLO slow1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750800AbcEQRvs (ORCPT ); Tue, 17 May 2016 13:51:48 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1463507131.3440.7.camel@hadess.net> Subject: Re: [PATCH v2 0/6] Input: soc_button_array fixes and support of the Surface 3 From: Bastien Nocera To: Benjamin Tissoires , Dmitry Torokhov , linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Lejun Zhu , Fabio Estevam Date: Tue, 17 May 2016 19:45:31 +0200 In-Reply-To: <1463155554-11747-1-git-send-email-benjamin.tissoires@redhat.com> References: <1463155554-11747-1-git-send-email-benjamin.tissoires@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.2 (3.20.2-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2016-05-13 at 18:05 +0200, Benjamin Tissoires wrote: > Hi, > > This is the v2 of the series with 3 extra patches to add support of > the buttons > found on the Surface 3. > > Cheers, > Benjamin > > > Benjamin Tissoires (6): >   Input - soc_button_array: use gpio_is_valid() >   Input - soc_button_array: bail out earlier if gpiod_count is null >   Input - soc_button_array: make sure one GPIO is not assigned twice >   Input - soc_button_array: allow to specify active_low >   Input - soc_button_array: export part of the internals >   Input - surface3_button_array: Introduce button support for the >     Surface 3 Works on my Surface 3, the volume buttons, and the Windows button work as expected. Note that the power button does not send out any events on my machine, but that might be due to firmware differences. My BIOS is listed as version 1.51116.78 released 03/09/2015. As there's no errors generated, it would be fine to look at it as a bug fix later on (or for me to updated my system). Tested-by: Bastien Nocera