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:   Wed, 21 Jul 2021 20:05:24 +0300
From:   Andy Shevchenko <andy.shevchenko@...il.com>
To:     Andreas Schwab <schwab@...e.de>
Cc:     Ulf Hansson <ulf.hansson@...aro.org>,
        Tobias Schramm <t.schramm@...jaro.org>,
        Geert Uytterhoeven <geert@...ux-m68k.org>,
        linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mmc: mmc_spi: add spi:mmc-spi-slot alias

On Wed, Jul 21, 2021 at 06:05:48PM +0200, Andreas Schwab wrote:
> On Jul 21 2021, Andy Shevchenko wrote:
> 
> > What is your DT excerpt for it?
> 
> arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts:
> 
> &qspi2 {
> 	status = "okay";
> 	mmc@0 {
> 		compatible = "mmc-spi-slot";
> 		reg = <0>;
> 		spi-max-frequency = <20000000>;
> 		voltage-ranges = <3300 3300>;
> 		disable-wp;
> 	};
> };

Hmm...

I have counted 89 device drivers in the kernel that have OF ID table without
SPI ID table. I'm wondering if all of them need to be fixed.

Or problem is somewhere else?


-- 
With Best Regards,
Andy Shevchenko


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ