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] [day] [month] [year] [list]
Date:	Fri, 14 Nov 2014 13:03:17 +0800
From:	Howard Chen <ibanezchen@...il.com>
To:	Matthias Brugger <matthias.bgg@...il.com>
Cc:	Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
	Mark Rutland <mark.rutland@....com>,
	Ian Campbell <ijc+devicetree@...lion.org.uk>,
	Kumar Gala <galak@...eaurora.org>,
	Russell King <linux@....linux.org.uk>,
	Olof Johansson <olof@...om.net>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v6 1/4] ARM: mediatek: Add basic support for mt6592

On Fri, Nov 14, 2014 at 12:17 AM, Matthias Brugger
<matthias.bgg@...il.com> wrote:
> 2014-11-12 17:07 GMT+01:00 Howard Chen <ibanezchen@...il.com>:
>> * A dtsi for boards based on Mediatek MT6592 SoCs
>> * Compatible string in arch/arm/mach-mediatek/mediatek.c
>>
>> Signed-off-by: Howard Chen <ibanezchen@...il.com>
>> ---
>>  arch/arm/boot/dts/mt6592.dtsi     | 97 +++++++++++++++++++++++++++++++++++++++
>>  arch/arm/mach-mediatek/mediatek.c |  1 +
>>  2 files changed, 98 insertions(+)
>>  create mode 100644 arch/arm/boot/dts/mt6592.dtsi
>>
>> diff --git a/arch/arm/boot/dts/mt6592.dtsi b/arch/arm/boot/dts/mt6592.dtsi
>> new file mode 100644
>> index 0000000..65aa81b
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/mt6592.dtsi
>> @@ -0,0 +1,97 @@
>> +/*
>> + * Copyright (c) 2014 MediaTek Inc.
>> + * Author: Howard Chen <ibanezchen@...il.com>
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 as
>> + * published by the Free Software Foundation.
>> + *
>> + * This program is distributed in the hope that it will be useful,
>> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>> + * GNU General Public License for more details.
>> + */
>> +
>> +#include <dt-bindings/interrupt-controller/irq.h>
>> +#include <dt-bindings/interrupt-controller/arm-gic.h>
>> +#include "skeleton.dtsi"
>
> Regarding a discussion I had with Joe and Arnd [0], I think we should
> use skeleton64.dtsi here, right?
> The datasheets states that mt6592 supports up to 8 GB.
>
> [0] https://lkml.org/lkml/2014/11/4/192


  No, the maximum addressing capacity of mt6592 is 2G bytes.
--
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