mbox series

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

Message ID 76cae1e2-a1f4-ad3a-3c21-64f4dbd945c1@ti.com
State Not Applicable
Headers show
Series [GIT,PULL] CFI and HyperFlash changes for v5.13-rc1​ | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/for-5.13

Message

Raghavendra, Vignesh April 14, 2021, 6:04 a.m. UTC
Hi  Miquel, Richard,

Here is the CFI and HyperFlash related PR for v5.13-rc1. Thanks!

Regards
Vignesh

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/for-5.13

for you to fetch changes up to f3907773d60229afa8e6c0a3ee5085715192a9cb:

  mtd: cfi_cmdset_0002: remove redundant assignment to variable timeo (2021-04-08 00:13:19 +0530)

----------------------------------------------------------------
CFI changes

Just a couple of fixes for v5.13-rc1
* Disable broken buffered writes for CFI chips within ID 0x2201
* Address a Coverity report for unused value

----------------------------------------------------------------
Colin Ian King (1):
      mtd: cfi_cmdset_0002: remove redundant assignment to variable timeo

Mauri Sandberg (1):
      mtd: cfi_cmdset_0002: Disable buffered writes for AMD chip 0x2201

 drivers/mtd/chips/cfi_cmdset_0002.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Richard Weinberger April 15, 2021, 7:13 p.m. UTC | #1
On Wed, Apr 14, 2021 at 8:12 AM Vignesh Raghavendra <vigneshr@ti.com> wrote:
>
> Hi  Miquel, Richard,
>
> Here is the CFI and HyperFlash related PR for v5.13-rc1. Thanks!
>
> Regards
> Vignesh
>
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
>
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/for-5.13

Pulled, thanks!