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:	Mon, 16 Jun 2014 15:24:19 +0200
From:	Maxime Ripard <maxime.ripard@...e-electrons.com>
To:	Alexander Bersenev <bay@...kerdom.ru>
Cc:	linux-sunxi@...glegroups.com, david@...deman.nu,
	devicetree@...r.kernel.org, galak@...eaurora.org,
	grant.likely@...aro.org, ijc+devicetree@...lion.org.uk,
	james.hogan@...tec.com, linux-arm-kernel@...ts.infradead.org,
	linux@....linux.org.uk, m.chehab@...sung.com, mark.rutland@....com,
	pawel.moll@....com, rdunlap@...radead.org, robh+dt@...nel.org,
	sean@...s.org, srinivas.kandagatla@...com,
	wingrime@...ux-sunxi.org, linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-media@...r.kernel.org
Subject: Re: [PATCH v9 4/5] ARM: sunxi: Add IR controllers on A20 to dtsi

Hi,

On Mon, Jun 09, 2014 at 12:08:12AM +0600, Alexander Bersenev wrote:
> This patch adds records for two IR controllers on A20
> 
> Signed-off-by: Alexander Bersenev <bay@...kerdom.ru>
> Signed-off-by: Alexsey Shestacov <wingrime@...ux-sunxi.org>
> ---
>  arch/arm/boot/dts/sun7i-a20.dtsi | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
> index c057c3e..fe1f8ff 100644
> --- a/arch/arm/boot/dts/sun7i-a20.dtsi
> +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
> @@ -763,6 +763,24 @@
>  			interrupts = <0 24 4>;
>  		};
>  
> +		ir0: ir@...21800 {
> +			compatible = "allwinner,sun7i-a20-ir";
> +			clocks = <&apb0_gates 6>, <&ir0_clk>;
> +			clock-names = "apb", "ir";
> +			interrupts = <0 5 4>;
> +			reg = <0x01c21800 0x40>;
> +			status = "disabled";
> +		};
> +
> +		ir1: ir@...21c00 {
> +			compatible = "allwinner,sun7i-a20-ir";
> +			clocks = <&apb0_gates 7>, <&ir1_clk>;
> +			clock-names = "apb", "ir";
> +			interrupts = <0 6 4>;
> +			reg = <0x01c21c00 0x40>;
> +			status = "disabled";
> +		};
> +
>  		lradc: lradc@...22800 {
>  			compatible = "allwinner,sun4i-lradc-keys";
>  			reg = <0x01c22800 0x100>;

I'm fine with this patch, but it doesn't apply, since the above node
doesn't exist. Please rebase on top of v3.16-rc1 and resend the patch.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ