From mboxrd@z Thu Jan 1 00:00:00 1970 From: 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> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org, Tony Lindgren Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Lee Jones , Robert Nelson , Milo Kim List-Id: devicetree@vger.kernel.org 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html