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:   Mon, 9 Oct 2017 17:49:54 -0700 (PDT)
From:   matthew.gerlach@...ux.intel.com
To:     vndao@...era.com, dwmw2@...radead.org, computersforpeace@...il.com,
        boris.brezillon@...e-electrons.com, marek.vasut@...il.com,
        richard@....at, cyrille.pitchen@...ev4u.fr, robh+dt@...nel.org,
        mark.rutland@....com, linux-mtd@...ts.infradead.org,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        gregkh@...uxfoundation.org, davem@...emloft.net,
        mchehab@...nel.org, linux-fpga@...r.kernel.org,
        tien.hock.loh@...el.com, hean.loong.ong@...el.com
Subject: Re: [PATCH v2 0/3] Altera ASMI Parallel II IP Core


Hi Everyone,

Thanks to Rob Herring for Acking the device tree bindings part of the 
patch.  Does anyone have any feedback for the rest of the patch set?

Thanks,

Matthew Gerlach

On Wed, 20 Sep 2017, matthew.gerlach@...ux.intel.com wrote:

> From: Matthew Gerlach <matthew.gerlach@...ux.intel.com>
>
> This patch set adds a spi-nor flash driver for the Altera ASMI Parallel II
> IP Core.  This driver was created based on feedback from Marek Vasut,
> Cyrill Pitchen, and Michal Suchanek regarding Version 2 of the Altera
> Quadspi Controller: https://lkml.org/lkml/2017/6/26/518
>
> The overall problem with Version 2 of the Altera Quadspi Controller and
> its driver was the fact that there was much duplication of code and logic
> with the spi-nor framework.  This new combination of fpga hardware and
> software "gets out of the way" of the spi-nor framework.  The result is a
> much simpler driver with the spi-nor framework performing the bulk of the work.
>
> Patch 1 contains the device tree bindings for the driver for
> the Altera ASMI-Parallel II IP Core.
>
> Patch 2 contains the driver code for the Altera ASMI-Parallel II IP Core.
> This driver supports being configured via a device tree or with platform
> data.  In the later case, the memory for the registers has been remapped.
>
> Patch 3 contains a work around for some non-standard behavior of EPCQ flash.
>
> Matthew Gerlach (3):
>  dt-bindings: mtd: Altera ASMI Parallel II IP Core
>  mtd: spi-nor: Altera ASMI Parallel II IP Core
>  mtd: spi-nor: add flag for reading dummy cycles from nv cfg reg
>
> .../devicetree/bindings/mtd/altera-asmip2.txt      |  15 +
> MAINTAINERS                                        |   7 +
> drivers/mtd/spi-nor/Kconfig                        |   6 +
> drivers/mtd/spi-nor/Makefile                       |   1 +
> drivers/mtd/spi-nor/altera-asmip2.c                | 478 +++++++++++++++++++++
> include/linux/mtd/altera-asmip2.h                  |  27 ++
> 6 files changed, 534 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mtd/altera-asmip2.txt
> create mode 100644 drivers/mtd/spi-nor/altera-asmip2.c
> create mode 100644 include/linux/mtd/altera-asmip2.h
>
> -- 
> 2.7.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fpga" 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