lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Jun 2014 10:12:46 +0530
From:	Viresh Kumar <viresh.kumar@...aro.org>
To:	Thomas Gleixner <tglx@...utronix.de>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
	spear-devel <spear-devel@...t.st.com>
Subject: Re: [patch 2/2] dts: spear: Add missing i2c1 interrupt

On Fri, Jun 20, 2014 at 3:26 AM, Thomas Gleixner <tglx@...utronix.de> wrote:
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> ---
>  arch/arm/boot/dts/spear320.dtsi |    5 +++++
>  1 file changed, 5 insertions(+)
>
> Index: linux/arch/arm/boot/dts/spear320.dtsi
> ===================================================================
> --- linux.orig/arch/arm/boot/dts/spear320.dtsi
> +++ linux/arch/arm/boot/dts/spear320.dtsi
> @@ -123,6 +123,11 @@
>                                 status = "disabled";
>                         };
>
> +                       i2c1: i2c@...00000 {
> +                               interrupts = <21>;
> +                               interrupt-parent = <&shirq>;
> +                       };

Isn't this already available ?

                        i2c1: i2c@...00000 {
                                #address-cells = <1>;
                                #size-cells = <0>;
                                compatible = "snps,designware-i2c";
                                reg = <0xa7000000 0x1000>;
                                interrupts = <21>;
                                interrupt-parent = <&shirq>;
                                status = "disabled";
                        };
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ