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:   Tue, 10 Oct 2017 18:30:47 +0200
From:   Cyrille Pitchen <cyrille.pitchen@...ev4u.fr>
To:     Marek Vasut <marek.vasut@...il.com>, thor.thayer@...ux.intel.com,
        dwmw2@...radead.org, computersforpeace@...il.com,
        boris.brezillon@...e-electrons.com, richard@....at
Cc:     linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mtd: spi-nor: Allow Cadence QSPI support for ARM64

Le 06/10/2017 à 17:00, Marek Vasut a écrit :
> On 10/06/2017 04:56 PM, Thor Thayer wrote:
>> gentle ping...
>>
>>
>> On 09/29/2017 11:07 AM, thor.thayer@...ux.intel.com wrote:
>>> From: Thor Thayer <thor.thayer@...ux.intel.com>
>>>
>>> Allow ARM64 support for the Cadence QSPI interface by
>>> adding ARM64 as a dependency.
>>>
>>> Signed-off-by: Thor Thayer <thor.thayer@...ux.intel.com>
> 
> Reviewed-by: Marek Vasut <marek.vasut@...il.com>
> 

Applied to the spi-nor/next branch of l2-mtd

Thanks!

> I presume it was tested on Stratix 10 ?
> 
>>> ---
>>>   drivers/mtd/spi-nor/Kconfig | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
>>> index 69c638dd0484..f26aaa6d1430 100644
>>> --- a/drivers/mtd/spi-nor/Kconfig
>>> +++ b/drivers/mtd/spi-nor/Kconfig
>>> @@ -50,7 +50,7 @@ config SPI_ATMEL_QUADSPI
>>>     config SPI_CADENCE_QUADSPI
>>>       tristate "Cadence Quad SPI controller"
>>> -    depends on OF && (ARM || COMPILE_TEST)
>>> +    depends on OF && (ARM || ARM64 || COMPILE_TEST)
>>>       help
>>>         Enable support for the Cadence Quad SPI Flash controller.
>>>  
>>
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ