mbox series

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

Message ID cbb28885-fb36-2847-d691-cf1dc5e5c386@ti.com
State Not Applicable
Headers show
Series [GIT,PULL] CFI and HyperFlash changes for v5.17-rc1​ | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/cfi/for-5.17

Message

Raghavendra, Vignesh Dec. 24, 2021, 1:50 p.m. UTC
Hi  Miquel, Richard,

Here is the HyperBus/HyperFlash related PR for v5.17-rc1. Thanks!

Regards
Vignesh

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/cfi/for-5.17

for you to fetch changes up to baaf965f94308301d2dc554d72a87d7432cd5ce6:

   mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove (2021-11-21 17:21:40 +0530)

----------------------------------------------------------------
Hyperbus changes for v5.17-rc1

Hyperbus changes:

Couple of fixes in Renesas hyperbus rpc-if driver to avoid crash on
module remove and for missing check for error value in probe.

----------------------------------------------------------------
George G. Davis (1):
       mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove

Lad Prabhakar (1):
       mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init()

  drivers/mtd/hyperbus/rpc-if.c | 8 +++++---
  1 file changed, 5 insertions(+), 3 deletions(-)

--
Regards
Vignesh

Comments

Miquel Raynal Dec. 31, 2021, 1:01 p.m. UTC | #1
Hi Vignesh,

vigneshr@ti.com wrote on Fri, 24 Dec 2021 19:20:53 +0530:

> Hi  Miquel, Richard,
> 
> Here is the HyperBus/HyperFlash related PR for v5.17-rc1. Thanks!

Pulled, thanks!
Miquèl