mbox series

[v2,0/4] ARM: zynq: Switch to CFI DM driver

Message ID cover.1582713521.git.michal.simek@xilinx.com
Headers show
Series ARM: zynq: Switch to CFI DM driver | expand

Message

Michal Simek Feb. 26, 2020, 10:38 a.m. UTC
Hi,

this series is switching Zynq to DM based cfi driver. On regular u-boot
this is described via SMCC but for cse it is enough to place just node to
DT.

Thanks,
Michal

Changes in v2:
- Add missing zynq cse nor conversion

Michal Simek (4):
  nand: raw: Do not free xnand structure
  nand: raw: zynq: Do not try to probe driver if nand flash is disabled
  ARM: zynq: Do not report NOR flash detection failure
  ARM: zynq: Enable DM for CFI NOR flash

 arch/arm/dts/zynq-cse-nor.dts      | 14 ++++++++++++++
 configs/xilinx_zynq_virt_defconfig |  1 +
 configs/zynq_cse_nor_defconfig     |  3 +++
 drivers/mtd/nand/raw/zynq_nand.c   | 25 ++++++++++++++-----------
 include/configs/zynq-common.h      |  3 +--
 5 files changed, 33 insertions(+), 13 deletions(-)

Comments

Michal Simek April 6, 2020, 11 a.m. UTC | #1
st 26. 2. 2020 v 11:38 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Hi,
>
> this series is switching Zynq to DM based cfi driver. On regular u-boot
> this is described via SMCC but for cse it is enough to place just node to
> DT.
>
> Thanks,
> Michal
>
> Changes in v2:
> - Add missing zynq cse nor conversion
>
> Michal Simek (4):
>   nand: raw: Do not free xnand structure
>   nand: raw: zynq: Do not try to probe driver if nand flash is disabled
>   ARM: zynq: Do not report NOR flash detection failure
>   ARM: zynq: Enable DM for CFI NOR flash
>
>  arch/arm/dts/zynq-cse-nor.dts      | 14 ++++++++++++++
>  configs/xilinx_zynq_virt_defconfig |  1 +
>  configs/zynq_cse_nor_defconfig     |  3 +++
>  drivers/mtd/nand/raw/zynq_nand.c   | 25 ++++++++++++++-----------
>  include/configs/zynq-common.h      |  3 +--
>  5 files changed, 33 insertions(+), 13 deletions(-)
>
> --
> 2.25.1
>

Applied all.
M