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]
Message-ID: <CAF6AEGurDDN3fmifwX6wVhba=xfo5Gihd7Ex-rDO8qCT1sGm-g@mail.gmail.com>
Date:   Fri, 6 Oct 2017 14:08:39 -0400
From:   Rob Clark <robdclark@...il.com>
To:     Craig Tatlor <ctatlor97@...il.com>
Cc:     Andy Gross <andy.gross@...aro.org>,
        David Brown <david.brown@...aro.org>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Catalin Marinas <catalin.marinas@....com>,
        Will Deacon <will.deacon@....com>,
        linux-arm-msm <linux-arm-msm@...r.kernel.org>,
        linux-soc@...r.kernel.org,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arm64: dts: qcom: msm8916: Shrink mdp address length for msm8916

On Fri, Oct 6, 2017 at 11:57 AM, Craig Tatlor <ctatlor97@...il.com> wrote:
> This shrinks the address size down to 89000 from its previous 90000
> which was mistakenly pulled from downstream.
>
> Signed-off-by: Craig Tatlor <ctatlor97@...il.com>

Acked-by: Rob Clark <robdclark@...il.com>

> ---
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index dc3817593e14..47262757b09e 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -814,7 +814,7 @@
>
>                         mdp: mdp@...1000 {
>                                 compatible = "qcom,mdp5";
> -                               reg = <0x1a01000 0x90000>;
> +                               reg = <0x1a01000 0x89000>;
>                                 reg-names = "mdp_phys";
>
>                                 interrupt-parent = <&mdss>;
> --
> 2.14.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ