[GIT PULL] CFI and HyperFlash changes for v5.10-rc1
Vignesh Raghavendra
vigneshr at ti.com
Fri Oct 9 07:43:36 EDT 2020
Hi Miquel, Richard,
Here is the CFI and HyperFlash related PR for v5.10-rc1. Thanks!
Regards
Vignesh
The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:
Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)
are available in the Git repository at:
git at gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/linux.git tags/cfi/for-5.10
for you to fetch changes up to 5de15b610f785f0e188fefb707f0b19de156968a:
mtd: hyperbus: add Renesas RPC-IF driver (2020-10-06 12:36:21 +0530)
----------------------------------------------------------------
HyperBus changes
* DMA support for TI's AM654 HyperBus controller driver.
* HyperBus frontend driver for Renesas RPC-IF driver.
----------------------------------------------------------------
Sergei Shtylyov (1):
mtd: hyperbus: add Renesas RPC-IF driver
Vignesh Raghavendra (4):
mtd: hyperbus: Provide per device private pointer
mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash access
mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probe
mtd: hyperbus: hbmc-am654: Add DMA support for reads
drivers/mtd/hyperbus/Kconfig | 7 +
drivers/mtd/hyperbus/Makefile | 1 +
drivers/mtd/hyperbus/hbmc-am654.c | 144 +++++++-
drivers/mtd/hyperbus/rpc-if.c | 170 ++++++++++
include/linux/mtd/hyperbus.h | 13 +
5 files changed, 319 insertions(+), 16 deletions(-)
create mode 100644 drivers/mtd/hyperbus/rpc-if.c
More information about the linux-mtd
mailing list