mbox series

[GIT,PULL] CFI and HyperFlash changes for v5.8-rc1

Message ID e9009e03-f1ee-57db-0b1f-6678fd4f499f@ti.com
State Not Applicable
Headers show
Series [GIT,PULL] CFI and HyperFlash changes for v5.8-rc1 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/linux.git tags/cfi/for-5.8

Message

Raghavendra, Vignesh May 26, 2020, 9:06 a.m. UTC
Hi  Miquel, Richard,

Here is the CFI and HyperFlash related PR for v5.8-rc1

Regards
Vignesh


The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/linux.git tags/cfi/for-5.8

for you to fetch changes up to 11399346ac39a26ade2a90303d38ad318163c665:

  mtd: Replace zero-length array with flexible-array (2020-05-26 13:30:06 +0530)

----------------------------------------------------------------
CFI changes:

* Support the absence of protection registers for Intel CFI flashes
* Replace zero-length array with flexible-arrays

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      mtd: Replace zero-length array with flexible-array

Jean-Philippe Brucker (1):
      mtd: cfi_cmdset_0001: Support the absence of protection registers

 drivers/mtd/chips/cfi_cmdset_0001.c | 13 ++++++----
 include/linux/mtd/cfi.h             |  6 ++---
 include/linux/mtd/qinfo.h           |  2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)

Comments

Richard Weinberger June 3, 2020, 7:22 a.m. UTC | #1
On Tue, May 26, 2020 at 11:06 AM Vignesh Raghavendra <vigneshr@ti.com> wrote:
>
> Hi  Miquel, Richard,
>
> Here is the CFI and HyperFlash related PR for v5.8-rc1
>
> Regards
> Vignesh
>
>
> The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
>
>   Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)
>
> are available in the Git repository at:
>
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/linux.git tags/cfi/for-5.8
>
> for you to fetch changes up to 11399346ac39a26ade2a90303d38ad318163c665:
>
>   mtd: Replace zero-length array with flexible-array (2020-05-26 13:30:06 +0530)
>
> ----------------------------------------------------------------
> CFI changes:
>
> * Support the absence of protection registers for Intel CFI flashes
> * Replace zero-length array with flexible-arrays
>
> ----------------------------------------------------------------
> Gustavo A. R. Silva (1):
>       mtd: Replace zero-length array with flexible-array
>
> Jean-Philippe Brucker (1):
>       mtd: cfi_cmdset_0001: Support the absence of protection registers
>
>  drivers/mtd/chips/cfi_cmdset_0001.c | 13 ++++++----
>  include/linux/mtd/cfi.h             |  6 ++---
>  include/linux/mtd/qinfo.h           |  2 +-
>  3 files changed, 12 insertions(+), 9 deletions(-)

Pulled, thanks!