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, 19 Aug 2016 08:57:17 +0200
From:   Jorge Ramirez <jorge.ramirez-ortiz@...aro.org>
To:     Wei Xu <xuwei5@...ilicon.com>, linux@...linux.org.uk,
        mturquette@...libre.com
Cc:     guodong.xu@...aro.org, sboyd@...eaurora.org,
        xinliang.liu@...aro.org, john.stultz@...aro.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz

On 07/11/2016 11:53 AM, Wei Xu wrote:
> Hi Jorge,
>
> On 08/07/2016 09:11, Jorge Ramirez-Ortiz wrote:
>> Enable support for higher baud rates (up to 3Mbps) in UART1 - required
>> for bluetooth transfers.
>>
>> Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@...aro.org>
>> Tested-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@...aro.org>
> Fine to me.
> Thanks!
>
> Acked-by: Wei Xu <xuwei5@...ilicon.com>
>
> Best Regards,
> Wei
>
>> ---
>>   arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>> index e92a30c..27be812 100644
>> --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>> +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>> @@ -55,6 +55,8 @@
>>   		};
>>   
>>   		uart1: uart@...11000 {
>> +			assigned-clocks = <&sys_ctrl HI6220_UART1_SRC>;
>> +			assigned-clock-rates = <150000000>;
>>   			status = "ok";
>>   		};
>>   
>>
Wei Xu,

I couldn't find the change upstream. has it been merged?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ