From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: [PATCH v3 0/3] Input: gpio-keys - clean up series Date: Fri, 25 Apr 2014 19:22:14 +0300 Message-ID: <1398442937-15309-1-git-send-email-andriy.shevchenko@linux.intel.com> Return-path: Received: from mga03.intel.com ([143.182.124.21]:6603 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752053AbaDYQWt (ORCPT ); Fri, 25 Apr 2014 12:22:49 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Linus Walleij , Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andy Shevchenko This is a 3rd iteration of the small cleanup against gpio-keys driver. Changes since v2: - append received Acks - rebase against recent linux-next - test on Intel Medfield based product Andy Shevchenko (3): Input: gpio_keys - use dev instead of pdev in gpio_keys_setup_key() Input: gpio_keys - convert to use devm_* Input: gpio_keys - convert struct descriptions to kernel-doc drivers/input/keyboard/gpio_keys.c | 82 +++++++++++++------------------------- include/linux/gpio_keys.h | 45 +++++++++++++++------ 2 files changed, 61 insertions(+), 66 deletions(-) -- 1.9.2