From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quan Nguyen Subject: [PATCH v7 0/3] Enable X-Gene standby GPIO as interrupt controller Date: Wed, 17 Feb 2016 20:15:06 +0700 Message-ID: <1455714909-3027-1-git-send-email-qnguyen@apm.com> Return-path: Received: from mail-pf0-f174.google.com ([209.85.192.174]:35267 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161387AbcBQNPh (ORCPT ); Wed, 17 Feb 2016 08:15:37 -0500 Received: by mail-pf0-f174.google.com with SMTP id c10so11847079pfc.2 for ; Wed, 17 Feb 2016 05:15:37 -0800 (PST) Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Thomas Gleixner , Jason Cooper , Marc Zyngier Cc: Y Vo , Phong Vo , Loc Ho , Feng Kan , Duc Dang , Iyappan Subramanian , patches@apm.com, Quan Nguyen V7 Changes: - Update Documentation V6 Changes: - Remove redundant irq_ack and irq_shutdown entries V5 Changes: - Add optional properties to describe HW specifics - Use irq_create_fwspec_mapping() instead of low level functions - Move gpiochip_lock_as_irq() to activate method - Remove redundant checks - Add optional HW properties description to DT binding document - Update "interrupts" property description in DT binding document. V4 Changes: - Convert to hierarchical irq domain V3 Changes: - Picking up from version 2 of "Y Vo " - Get HW resource information from DT - Avoid keeping parent IRQ controller V2 Changes: - Support X-Gene standby GPIO as an interrupt controller. Quan Nguyen (3): gpio: xgene: Enable X-Gene standby GPIO as interrupt controller Documentation: gpio: Update description for X-Gene standby GPIO controller DTS binding arm64: dts: Update X-Gene standby GPIO controller DTS entries .../devicetree/bindings/gpio/gpio-xgene-sb.txt | 47 +++- arch/arm64/boot/dts/apm/apm-storm.dtsi | 3 + drivers/gpio/gpio-xgene-sb.c | 265 ++++++++++++++++++--- 3 files changed, 276 insertions(+), 39 deletions(-) -- 1.7.12.4