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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 21 Nov 2016 23:04:14 +0100
From:   Maxime Ripard <maxime.ripard@...e-electrons.com>
To:     Chen-Yu Tsai <wens@...e.org>
Cc:     Mike Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...eaurora.org>,
        linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
        linux-kernel <linux-kernel@...r.kernel.org>,
        linux-clk <linux-clk@...r.kernel.org>
Subject: Re: [PATCH 9/10] ARM: sun5i: Convert to CCU

On Sun, Nov 13, 2016 at 11:01:27PM +0800, Chen-Yu Tsai wrote:
> >                         compatible = "allwinner,sun5i-a13-tcon";
> >                         reg = <0x01c0c000 0x1000>;
> >                         interrupts = <44>;
> > -                       resets = <&tcon_ch0_clk 1>;
> > +                       resets = <&ccu RST_LCD>;
> >                         reset-names = "lcd";
> > -                       clocks = <&ahb_gates 36>,
> > -                                <&tcon_ch0_clk>,
> > -                                <&tcon_ch1_clk>;
> > +                       clocks = <&ccu CLK_AHB_LCD>,
> > +                                <&ccu CLK_TCON_CH0>,
> > +                                <&ccu CLK_TCON_CH1>;
> 
> Just curious, is CLK_TCON_CH1_SCLK ever used?

Yes, this is an intermediate clock for the channel 1 clock.

Maxime

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ