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:   Thu, 23 Nov 2017 17:17:12 +0100
From:   Andreas Färber <afaerber@...e.de>
To:     sudeep kumar <sudeepkumar@...-solutions.net>
Cc:     linux-arm-kernel@...ts.infradead.org,
        'Thomas Liau' <thomas.liau@...ions-semi.com>,
        'Jeff Chen' <jeff.chen@...ions-semi.com>,
        '张东风' <zhangdf@...ions-semi.com>,
        '刘炜' <liuwei@...ions-semi.com>,
        '张天益' <tyzhang@...ions-semi.com>,
        '梅利' <harrymei@...ions-semi.com>,
        'Ioan B' <ioan@...o.com>, linux-kernel@...r.kernel.org,
        'Rob Herring' <robh+dt@...nel.org>,
        'Mark Rutland' <mark.rutland@....com>,
        'Russell King' <linux@...linux.org.uk>,
        devicetree@...r.kernel.org
Subject: Re: [PATCH 3/3] arm: dts: owl-s500: Add Sparky

Hi Sudeep,

Am 20.11.2017 um 10:02 schrieb sudeep kumar:
> Acked-by : sudeep

Thanks. Note it's full name <email>, I can adjust that for you.

https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-and-cc

What about the preceding two patches? Can Allo/CEM ack them, too?
Without the two bindings patches I can't merge this one.

Regards,
Andreas

> -----Original Message-----
> From: Andreas Färber [mailto:afaerber@...e.de] 
> Sent: Tuesday, November 14, 2017 11:31 PM
> To: linux-arm-kernel@...ts.infradead.org
> Cc: Thomas Liau <thomas.liau@...ions-semi.com>; Jeff Chen <jeff.chen@...ions-semi.com>; 张东风 <zhangdf@...ions-semi.com>; 刘炜 <liuwei@...ions-semi.com>; 张天益 <tyzhang@...ions-semi.com>; 梅利 <harrymei@...ions-semi.com>; Ioan B <ioan@...o.com>; Sudeep Kumar <sudeepkumar@...-solutions.net>; linux-kernel@...r.kernel.org; Andreas Färber <afaerber@...e.de>; Rob Herring <robh+dt@...nel.org>; Mark Rutland <mark.rutland@....com>; Russell King <linux@...linux.org.uk>; devicetree@...r.kernel.org
> Subject: [PATCH 3/3] arm: dts: owl-s500: Add Sparky
> 
> Add a Device Tree for the Allo.com Sparky SBC.
> 
> Signed-off-by: Andreas Färber <afaerber@...e.de>
> ---
>  arch/arm/boot/dts/Makefile            |  3 ++-
>  arch/arm/boot/dts/owl-s500-sparky.dts | 44 +++++++++++++++++++++++++++++++++++
>  2 files changed, 46 insertions(+), 1 deletion(-)  create mode 100644 arch/arm/boot/dts/owl-s500-sparky.dts
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d0381e9caf21..ad77f7656a70 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -707,7 +707,8 @@ dtb-$(CONFIG_ARCH_ORION5X) += \
>  	orion5x-rd88f5182-nas.dtb
>  dtb-$(CONFIG_ARCH_ACTIONS) += \
>  	owl-s500-cubieboard6.dtb \
> -	owl-s500-guitar-bb-rev-b.dtb
> +	owl-s500-guitar-bb-rev-b.dtb \
> +	owl-s500-sparky.dtb
>  dtb-$(CONFIG_ARCH_PRIMA2) += \
>  	prima2-evb.dtb
>  dtb-$(CONFIG_ARCH_OXNAS) += \
> diff --git a/arch/arm/boot/dts/owl-s500-sparky.dts b/arch/arm/boot/dts/owl-s500-sparky.dts
> new file mode 100644
> index 000000000000..f620548c6c0b
> --- /dev/null
> +++ b/arch/arm/boot/dts/owl-s500-sparky.dts
> @@ -0,0 +1,44 @@
> +/*
> + * Allo.com Sparky
> + *
> + * Copyright (c) 2017 Andreas Färber
> + *
> + * SPDX-License-Identifier: (GPL-2.0+ OR MIT)  */
> +
> +/dts-v1/;
> +
> +#include "owl-s500.dtsi"
> +
> +/ {
> +	compatible = "allo,sparky", "actions,s500";
> +	model = "Allo.com Sparky";
> +
> +	aliases {
> +		serial3 = &uart3;
> +	};
> +
> +	chosen {
> +		stdout-path = "serial3:115200n8";
> +	};
> +
> +	memory@0 {
> +		device_type = "memory";
> +		reg = <0x0 0x40000000>; /* 1 or 2 GiB */
> +	};
> +
> +	uart3_clk: uart3-clk {
> +		compatible = "fixed-clock";
> +		clock-frequency = <921600>;
> +		#clock-cells = <0>;
> +	};
> +};
> +
> +&timer {
> +	clocks = <&hosc>;
> +};
> +
> +&uart3 {
> +	status = "okay";
> +	clocks = <&uart3_clk>;
> +};
> --
> 2.13.6
> 
> 


-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ