]> Git Repo - u-boot.git/commit
mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR mode
authorTakahiro Kuwano <[email protected]>
Fri, 22 Dec 2023 05:46:00 +0000 (14:46 +0900)
committerJagan Teki <[email protected]>
Mon, 29 Jan 2024 14:04:17 +0000 (19:34 +0530)
commit9768d7c7ecad722bdfdad72fa10a0e8a788c7a31
treecbbe96d4313db54968b146455a558631d7f56aea
parenta3a5cc7613ebbbd647ddd0555e0c9a23c340318e
mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR mode

In Infineon multi-die package parts, we need to use Read Any Register op
to read status register in 2nd or further die. Infineon S28HS02GT is
dual-die package and supports Octal DTR interface. To support this,
spansion_read_any_reg() needs to be reworked. Implementation is similar
to existing read_sr() that already supports Octal DTR mode.

Signed-off-by: Takahiro Kuwano <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
drivers/mtd/spi/spi-nor-core.c
This page took 0.03161 seconds and 4 git commands to generate.