Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S376386AbdD2Jok (ORCPT ); Sat, 29 Apr 2017 05:44:40 -0400 Received: from mail-vk0-f50.google.com ([209.85.213.50]:34908 "EHLO mail-vk0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426723AbdD2Joe (ORCPT ); Sat, 29 Apr 2017 05:44:34 -0400 MIME-Version: 1.0 In-Reply-To: <20170429094053.26870-1-sylph23k@gmail.com> References: <20170429094053.26870-1-sylph23k@gmail.com> From: Tomohiro Yoshidomi Date: Sat, 29 Apr 2017 18:44:32 +0900 Message-ID: Subject: Re: [PATCH v5] Input: psxpad-spi - Add PSX (Play Station 1/2) pad SPI driver To: Tomohiro Yoshidomi Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 540 Lines: 32 Mr.Torokhov I changed source, and sent PATCH v5 to you. * Delete about 'analog 2' Deleted experimental features. Possibility of confusing SDL. * Delete about setadmode() Never set analog mode from the system to the pad. * Delete SPI 'delay_usecs' Unnecessary * Delete psxpad_spi_deinit_ff() Unused * Chande #define to immd value * Fix memory free in init() By build bot warning. * Fix in suspend()/resume() Just rumble stop at suspend. * Fix pool -> poll * Fix AZO -> Tomohiro Regard. --- Tomohiro Yoshidomi