Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760299AbcJ1Mh1 (ORCPT ); Fri, 28 Oct 2016 08:37:27 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34951 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755731AbcJ1MhX (ORCPT ); Fri, 28 Oct 2016 08:37:23 -0400 From: Milo Kim To: bcousson@baylibre.com, Tony Lindgren Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lee Jones , Robert Nelson , Milo Kim Subject: [PATCH v2 0/8] Support TPS65217 PMIC interrupt in DT Date: Fri, 28 Oct 2016 21:36:54 +0900 Message-Id: <20161028123702.21849-1-woogyom.kim@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1173 Lines: 30 TPS65217 interrupt events include push button pressed/released, USB and AC voltage status change. AM335x bone based boards (like BB, BBB, BBG) have common PMIC interrupt pin (named NMI) of AM335x core. This patchset support interrupts in device tree file. v2: Add missing a dt-binding header Use #defines instead of enum type for interrupt numbers Milo Kim (8): ARM: dts: tps65217: Specify the interrupt controller ARM: dts: tps65217: Add the charger device ARM: dts: tps65217: Add the power button device ARM: dts: am335x: Support the PMIC interrupt dt-bindings: mfd: Provide human readable defines for TPS65217 interrupts ARM: dts: am335x: Add the charger interrupt ARM: dts: am335x: Add the power button interrupt mfd: tps65217: Fix mismatched interrupt number arch/arm/boot/dts/am335x-bone-common.dtsi | 17 +++++++++++++++++ arch/arm/boot/dts/tps65217.dtsi | 12 ++++++++++++ include/dt-bindings/mfd/tps65217.h | 26 ++++++++++++++++++++++++++ include/linux/mfd/tps65217.h | 11 +++++------ 4 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 include/dt-bindings/mfd/tps65217.h -- 2.9.3