From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752483AbcFNWnh (ORCPT ); Tue, 14 Jun 2016 18:43:37 -0400 Received: from mail-pf0-f181.google.com ([209.85.192.181]:35252 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbcFNWng (ORCPT ); Tue, 14 Jun 2016 18:43:36 -0400 From: John Stultz To: lkml Cc: John Stultz , Dmitry Torokhov , Rob Herring , Lee Jones , Jorge Ramirez-Ortiz , Feng Chen , Wei Xu , Guodong Xu Subject: [PATCH 0/4] Hi655x powerkey support for HiKey (v4) Date: Tue, 14 Jun 2016 15:43:28 -0700 Message-Id: <1465944212-17079-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset enables the pmic powerkey to function on HiKey, that I'd like to submit for consideration to be merged. New in v4: * Integrated a few cleanup suggestions from Lee Jones. * Removed MODULE_DEVICE_TABLE(of, hi65xx_powerkey_of_match); line I missed when removing the dts initialization logic. Review and feedback are always appreciated! thanks -john Cc: Dmitry Torokhov Cc: Rob Herring Cc: Lee Jones Cc: Jorge Ramirez-Ortiz Cc: Feng Chen Cc: Wei Xu Cc: Guodong Xu John Stultz (3): mfd: hi655x-pmic: Fixup issue with un-acked interrupts mfd: hi655x-pmic: Rename some interrupt macro names mfd: hi655x-pmic: Add powerkey device to hi655x PMIC driver Jorge Ramirez-Ortiz (1): drivers: input: powerkey for HISI 65xx SoC drivers/input/misc/Kconfig | 9 +++ drivers/input/misc/Makefile | 1 + drivers/input/misc/hisi_powerkey.c | 147 +++++++++++++++++++++++++++++++++++++ drivers/mfd/hi655x-pmic.c | 52 +++++++++---- include/linux/mfd/hi655x-pmic.h | 25 +++++-- 5 files changed, 213 insertions(+), 21 deletions(-) create mode 100644 drivers/input/misc/hisi_powerkey.c -- 1.9.1