From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753264AbdATThK (ORCPT ); Fri, 20 Jan 2017 14:37:10 -0500 Received: from vern.gendns.com ([206.190.152.46]:55913 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752432AbdATThI (ORCPT ); Fri, 20 Jan 2017 14:37:08 -0500 Subject: Re: [PATCH v2 1/7] Input: pwm-beeper - remove calls to legacy pwm_request API To: Dmitry Torokhov , linux-input@vger.kernel.org References: <20170119224057.9995-1-dmitry.torokhov@gmail.com> Cc: Thierry Reding , linux-kernel@vger.kernel.org, Frieder Schrempf From: David Lechner Message-ID: <3724fd8c-c2ed-05de-87d4-149440dba2e6@lechnology.com> Date: Fri, 20 Jan 2017 13:37:13 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170119224057.9995-1-dmitry.torokhov@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/19/2017 04:40 PM, Dmitry Torokhov wrote: > There are no more users of pwm-beeper driver in mainline relying on > this legacy API, so let's remove it and simplify the driver code. > > Signed-off-by: Dmitry Torokhov > --- I've tested this patch series on LEGO MINDSTORMS EV3 and it looks good to me. I am not able to test the suspend race condition, but other than that (for the whole series)... Tested-By: David Lechner