From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48226 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932354AbcJ2NTy (ORCPT ); Sat, 29 Oct 2016 09:19:54 -0400 Subject: Patch "ARM: dts: sun9i: Add missing #interrupt-cells to R_PIO pinctrl device node" has been added to the 4.8-stable tree To: wens@csie.org, gregkh@linuxfoundation.org, maxime.ripard@free-electrons.com Cc: , From: Date: Sat, 29 Oct 2016 09:20:00 -0400 Message-ID: <1477747200147199@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled ARM: dts: sun9i: Add missing #interrupt-cells to R_PIO pinctrl device node to the 4.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-dts-sun9i-add-missing-interrupt-cells-to-r_pio-pinctrl-device-node.patch and it can be found in the queue-4.8 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From 06ad11be7a9e13499ff8e55e46f09d22f9ee6fc0 Mon Sep 17 00:00:00 2001 From: Chen-Yu Tsai Date: Sat, 27 Aug 2016 15:59:50 +0800 Subject: ARM: dts: sun9i: Add missing #interrupt-cells to R_PIO pinctrl device node From: Chen-Yu Tsai commit 06ad11be7a9e13499ff8e55e46f09d22f9ee6fc0 upstream. The R_PIO device node is missing #interrupt-cells, which causes interrupt parsing to fail to match it as a valid interrupt controller. Add #interrupt-cells to it. Also remove the unnecesary #address-cells and #size-cells. Fixes: 1ac56a6da9e1 ("ARM: dts: sun9i: Add A80 R_PIO pin controller device node") Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/sun9i-a80.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/arch/arm/boot/dts/sun9i-a80.dtsi +++ b/arch/arm/boot/dts/sun9i-a80.dtsi @@ -899,8 +899,7 @@ resets = <&apbs_rst 0>; gpio-controller; interrupt-controller; - #address-cells = <1>; - #size-cells = <0>; + #interrupt-cells = <3>; #gpio-cells = <3>; r_ir_pins: r_ir { Patches currently in stable-queue which might be from wens@csie.org are queue-4.8/arm-dts-sun9i-add-missing-interrupt-cells-to-r_pio-pinctrl-device-node.patch queue-4.8/asoc-dapm-fix-kcontrol-creation-for-output-driver-widget.patch queue-4.8/asoc-dapm-fix-value-setting-for-_enum_double-mux-s-second-channel.patch queue-4.8/asoc-dapm-fix-possible-uninitialized-variable-in-snd_soc_dapm_get_volsw.patch