public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A
@ 2016-03-15  6:30 Yuan Yao
  0 siblings, 0 replies; 6+ messages in thread
From: Yuan Yao @ 2016-03-15  6:30 UTC (permalink / raw)
  To: u-boot

From: Yuan Yao <yao.yuan@nxp.com>

There is the spansion S25FS-S family flash: s25fs256s1
on LS2080QDS QSPI.

Haikun Wang (3):
  spi: fsl_qspi: Fix issues on arm64
  spi: fsl_qspi: Assign AMBA mem according CS num in dts
  spi: fsl_qspi: Enable Spansion S25FS-S family flashes

Yuan Yao (2):
  sf: Disable 4-KB erase command for SPANSION S25FS-S family
  armv8/ls1043a: update the node for QSPI support

 arch/arm/dts/fsl-ls1043a.dtsi |   5 +-
 drivers/mtd/spi/sf_internal.h |   5 ++
 drivers/mtd/spi/spi_flash.c   |  72 +++++++++++++++++++
 drivers/spi/fsl_qspi.c        | 159 ++++++++++++++++++++++++++++++++----------
 4 files changed, 202 insertions(+), 39 deletions(-)

-- 
2.1.0.27.g96db324

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A
@ 2016-03-15  6:35 Yuan Yao
  2016-03-15 12:12 ` Jagan Teki
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yuan Yao @ 2016-03-15  6:35 UTC (permalink / raw)
  To: u-boot

From: Yuan Yao <yao.yuan@nxp.com>

There is the spansion S25FS-S family flash: s25fs256s1
on LS2080QDS QSPI.

Yuan Yao (5):
  spi: fsl_qspi: Fix issues on arm64
  spi: fsl_qspi: Assign AMBA mem according CS num in dts
  spi: fsl_qspi: Enable Spansion S25FS-S family flashes
  sf: Disable 4-KB erase command for SPANSION S25FS-S family
  armv8/ls1043a: update the node for QSPI support

 arch/arm/dts/fsl-ls1043a.dtsi |   5 +-
 drivers/mtd/spi/sf_internal.h |   5 ++
 drivers/mtd/spi/spi_flash.c   |  72 +++++++++++++++++++
 drivers/spi/fsl_qspi.c        | 159 ++++++++++++++++++++++++++++++++----------
 4 files changed, 202 insertions(+), 39 deletions(-)

-- 
2.1.0.27.g96db324

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A
  2016-03-15  6:35 [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A Yuan Yao
@ 2016-03-15 12:12 ` Jagan Teki
  2016-05-17 15:51 ` York Sun
  2016-05-24 17:09 ` York Sun
  2 siblings, 0 replies; 6+ messages in thread
From: Jagan Teki @ 2016-03-15 12:12 UTC (permalink / raw)
  To: u-boot

On 15 March 2016 at 12:05, Yuan Yao <yao.yuan@freescale.com> wrote:
> From: Yuan Yao <yao.yuan@nxp.com>
>
> There is the spansion S25FS-S family flash: s25fs256s1
> on LS2080QDS QSPI.
>
> Yuan Yao (5):
>   spi: fsl_qspi: Fix issues on arm64
>   spi: fsl_qspi: Assign AMBA mem according CS num in dts
>   spi: fsl_qspi: Enable Spansion S25FS-S family flashes
>   sf: Disable 4-KB erase command for SPANSION S25FS-S family
>   armv8/ls1043a: update the node for QSPI support

These patches are changing spi_flash core for the sake of fsl_qspi
fixes, please work on new fsl_qspi spi-nor controller driver on top of
my SPI-NOR changes like Linux does. and let me know for any help.

-- 
Jagan.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A
  2016-03-15  6:35 [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A Yuan Yao
  2016-03-15 12:12 ` Jagan Teki
@ 2016-05-17 15:51 ` York Sun
  2016-05-24 17:09 ` York Sun
  2 siblings, 0 replies; 6+ messages in thread
From: York Sun @ 2016-05-17 15:51 UTC (permalink / raw)
  To: u-boot

On 03/14/2016 11:44 PM, Yuan Yao wrote:
> From: Yuan Yao <yao.yuan@nxp.com>
> 
> There is the spansion S25FS-S family flash: s25fs256s1
> on LS2080QDS QSPI.
> 
> Yuan Yao (5):
>   spi: fsl_qspi: Fix issues on arm64
>   spi: fsl_qspi: Assign AMBA mem according CS num in dts
>   spi: fsl_qspi: Enable Spansion S25FS-S family flashes
>   sf: Disable 4-KB erase command for SPANSION S25FS-S family
>   armv8/ls1043a: update the node for QSPI support
> 
>  arch/arm/dts/fsl-ls1043a.dtsi |   5 +-
>  drivers/mtd/spi/sf_internal.h |   5 ++
>  drivers/mtd/spi/spi_flash.c   |  72 +++++++++++++++++++
>  drivers/spi/fsl_qspi.c        | 159 ++++++++++++++++++++++++++++++++----------
>  4 files changed, 202 insertions(+), 39 deletions(-)
> 

Jagan,

Did you have a chance to look into this set?

York

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A
  2016-03-15  6:35 [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A Yuan Yao
  2016-03-15 12:12 ` Jagan Teki
  2016-05-17 15:51 ` York Sun
@ 2016-05-24 17:09 ` York Sun
  2016-05-25  2:25   ` Yao Yuan
  2 siblings, 1 reply; 6+ messages in thread
From: York Sun @ 2016-05-24 17:09 UTC (permalink / raw)
  To: u-boot

On 03/14/2016 11:44 PM, Yuan Yao wrote:
> From: Yuan Yao <yao.yuan@nxp.com>
> 
> There is the spansion S25FS-S family flash: s25fs256s1
> on LS2080QDS QSPI.
> 
> Yuan Yao (5):
>   spi: fsl_qspi: Fix issues on arm64
>   spi: fsl_qspi: Assign AMBA mem according CS num in dts
>   spi: fsl_qspi: Enable Spansion S25FS-S family flashes
>   sf: Disable 4-KB erase command for SPANSION S25FS-S family
>   armv8/ls1043a: update the node for QSPI support
> 
>  arch/arm/dts/fsl-ls1043a.dtsi |   5 +-
>  drivers/mtd/spi/sf_internal.h |   5 ++
>  drivers/mtd/spi/spi_flash.c   |  72 +++++++++++++++++++
>  drivers/spi/fsl_qspi.c        | 159 ++++++++++++++++++++++++++++++++----------
>  4 files changed, 202 insertions(+), 39 deletions(-)
> 

Minor adjustment to commit messages.
Applied to u-boot-fsl-qoriq master, awaiting upstream.

Thanks.

York

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A
  2016-05-24 17:09 ` York Sun
@ 2016-05-25  2:25   ` Yao Yuan
  0 siblings, 0 replies; 6+ messages in thread
From: Yao Yuan @ 2016-05-25  2:25 UTC (permalink / raw)
  To: u-boot

On 05/25 2016 AM, York Sun wrote:
> On 03/14/2016 11:44 PM, Yuan Yao wrote:
> > From: Yuan Yao <yao.yuan@nxp.com>
> >
> > There is the spansion S25FS-S family flash: s25fs256s1 on LS2080QDS
> > QSPI.
> >
> > Yuan Yao (5):
> >   spi: fsl_qspi: Fix issues on arm64
> >   spi: fsl_qspi: Assign AMBA mem according CS num in dts
> >   spi: fsl_qspi: Enable Spansion S25FS-S family flashes
> >   sf: Disable 4-KB erase command for SPANSION S25FS-S family
> >   armv8/ls1043a: update the node for QSPI support
> >
> >  arch/arm/dts/fsl-ls1043a.dtsi |   5 +-
> >  drivers/mtd/spi/sf_internal.h |   5 ++
> >  drivers/mtd/spi/spi_flash.c   |  72 +++++++++++++++++++
> >  drivers/spi/fsl_qspi.c        | 159 ++++++++++++++++++++++++++++++++-----
> -----
> >  4 files changed, 202 insertions(+), 39 deletions(-)
> >
> 
> Minor adjustment to commit messages.
> Applied to u-boot-fsl-qoriq master, awaiting upstream.
> 
> Thanks.
> 

Thanks for your review and helps.

Yao.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-25  2:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15  6:35 [U-Boot] [PATCH 0/5] Add QSPI support for LS2080A Yuan Yao
2016-03-15 12:12 ` Jagan Teki
2016-05-17 15:51 ` York Sun
2016-05-24 17:09 ` York Sun
2016-05-25  2:25   ` Yao Yuan
  -- strict thread matches above, loose matches on Subject: below --
2016-03-15  6:30 Yuan Yao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox