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:   Thu, 20 Apr 2017 17:01:59 +0200
From:   Peter Rosin <peda@...ntia.se>
To:     Philipp Zabel <p.zabel@...gutronix.de>
CC:     Rob Herring <robh@...nel.org>, Mark Rutland <mark.rutland@....com>,
        Sakari Ailus <sakari.ailus@....fi>,
        Steve Longerbeam <slongerbeam@...il.com>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <kernel@...gutronix.de>
Subject: Re: [RFC 1/2] dt-bindings: add mmio-based syscon mux controller DT
 bindings

On 2017-04-20 16:50, Philipp Zabel wrote:
> 		mux: mux-controllers {
> 			compatible = "mmio-mux";
> 			#mux-control-cells = <1>;
> 
> 			/* This list is not complete */
> 			mux-reg-masks = <0x04 0x00080000>, /* MIPI_IPU1_MUX */
> 					<0x04 0x00100000>, /* MIPI_IPU2_MUX */
> 					<0x0c 0x0000000c>, /* HDMI_MUX_CTL */
> 					<0x0c 0x000000c0>, /* LVDS0_MUX_CTL */
> 					<0x0c 0x0000030c>, /* LVDS1_MUX_CTL */

I hope you mean
 					<0x0c 0x00000300>, /* LVDS1_MUX_CTL */

:-)

> 					<0x28 0x00000003>, /* DCIC1_MUX_CTL */
> 					<0x28 0x0000000c>; /* DCIC2_MUX_CTL */
> 		};

(BTW, same bug in the other example)

Cheers,
peda

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ