From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751760AbcFAV1p (ORCPT ); Wed, 1 Jun 2016 17:27:45 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:35880 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbcFAV1n (ORCPT ); Wed, 1 Jun 2016 17:27:43 -0400 From: John Stultz To: lkml Cc: John Stultz , Dmitry Torokhov , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Lee Jones , Jorge Ramirez-Ortiz , Wei Xu , Guodong Xu Subject: [RFC][PATCH 0/5] Hi655x powerkey support for HiKey Date: Wed, 1 Jun 2016 14:27:35 -0700 Message-Id: <1464816460-18750-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. I wanted to submit it for some initial review. Feedback would be greatly appreciated! thanks -john Cc: Dmitry Torokhov Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Lee Jones Cc: Jorge Ramirez-Ortiz Cc: Wei Xu Cc: Guodong Xu Guodong Xu (1): arm64: dts: Add powerkey info to pmic for hi6220-hikey John Stultz (3): dts: bindings: Add binding documentation for hisilicon,hi6552-powerkey hi655x-pmic: Make hi655x pmic logic probe child nodes in the dt hi655x-pmic: Fixup issue with un-acked interrupts Jorge Ramirez-Ortiz (1): drivers: input: powerkey for HISI 65xx SoC .../bindings/input/hisilicon,hi6552-powerkey.txt | 40 ++++ arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 7 + drivers/input/misc/Kconfig | 8 + drivers/input/misc/Makefile | 1 + drivers/input/misc/hisi_powerkey.c | 228 +++++++++++++++++++++ drivers/mfd/hi655x-pmic.c | 9 + 6 files changed, 293 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/hisilicon,hi6552-powerkey.txt create mode 100644 drivers/input/misc/hisi_powerkey.c -- 1.9.1