mbox series

[0/3] spi-nor: Add octal mode support

Message ID 20191205101607.14400-1-vigneshr@ti.com
Headers show
Series spi-nor: Add octal mode support | expand

Message

Raghavendra, Vignesh Dec. 5, 2019, 10:16 a.m. UTC
This series adds Octal mode support for Micron's mt35x flash.
Also adds Octal mode support for Cadance OSPI/QSPI controller.
Currently only 1-1-8 mode is supported.

Vignesh Raghavendra (3):
  mtd: spi-nor-core: Add octal mode support
  spi: cadence-qspi: Add support for Cadence Octal SPI controller
  spi: cadence-qspi: Add compatible for TI AM654

 drivers/mtd/spi/sf_internal.h  |  3 ++-
 drivers/mtd/spi/spi-nor-core.c | 20 +++++++++++++++++++-
 drivers/spi/cadence_qspi.c     |  2 ++
 drivers/spi/cadence_qspi_apb.c |  8 ++++++--
 drivers/spi/spi-mem.c          |  6 ++++++
 drivers/spi/spi-uclass.c       |  6 ++++++
 include/linux/mtd/spi-nor.h    |  8 ++++++++
 include/spi.h                  |  2 ++
 8 files changed, 51 insertions(+), 4 deletions(-)

Comments

Jagan Teki Jan. 26, 2020, 1:51 p.m. UTC | #1
On Thu, Dec 5, 2019 at 3:45 PM Vignesh Raghavendra <vigneshr@ti.com> wrote:
>
> This series adds Octal mode support for Micron's mt35x flash.
> Also adds Octal mode support for Cadance OSPI/QSPI controller.
> Currently only 1-1-8 mode is supported.
>
> Vignesh Raghavendra (3):
>   mtd: spi-nor-core: Add octal mode support
>   spi: cadence-qspi: Add support for Cadence Octal SPI controller
>   spi: cadence-qspi: Add compatible for TI AM654
>
>  drivers/mtd/spi/sf_internal.h  |  3 ++-
>  drivers/mtd/spi/spi-nor-core.c | 20 +++++++++++++++++++-
>  drivers/spi/cadence_qspi.c     |  2 ++
>  drivers/spi/cadence_qspi_apb.c |  8 ++++++--
>  drivers/spi/spi-mem.c          |  6 ++++++
>  drivers/spi/spi-uclass.c       |  6 ++++++
>  include/linux/mtd/spi-nor.h    |  8 ++++++++
>  include/spi.h                  |  2 ++
>  8 files changed, 51 insertions(+), 4 deletions(-)

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Jagan Teki Jan. 26, 2020, 4:42 p.m. UTC | #2
On Sun, Jan 26, 2020 at 7:21 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>
> On Thu, Dec 5, 2019 at 3:45 PM Vignesh Raghavendra <vigneshr@ti.com> wrote:
> >
> > This series adds Octal mode support for Micron's mt35x flash.
> > Also adds Octal mode support for Cadance OSPI/QSPI controller.
> > Currently only 1-1-8 mode is supported.
> >
> > Vignesh Raghavendra (3):
> >   mtd: spi-nor-core: Add octal mode support
> >   spi: cadence-qspi: Add support for Cadence Octal SPI controller
> >   spi: cadence-qspi: Add compatible for TI AM654
> >
> >  drivers/mtd/spi/sf_internal.h  |  3 ++-
> >  drivers/mtd/spi/spi-nor-core.c | 20 +++++++++++++++++++-
> >  drivers/spi/cadence_qspi.c     |  2 ++
> >  drivers/spi/cadence_qspi_apb.c |  8 ++++++--
> >  drivers/spi/spi-mem.c          |  6 ++++++
> >  drivers/spi/spi-uclass.c       |  6 ++++++
> >  include/linux/mtd/spi-nor.h    |  8 ++++++++
> >  include/spi.h                  |  2 ++
> >  8 files changed, 51 insertions(+), 4 deletions(-)
>
> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>

Need rebase to master, look like it is not apply directly.

Jagan.
Raghavendra, Vignesh Jan. 27, 2020, 5:14 a.m. UTC | #3
On 26/01/20 10:12 pm, Jagan Teki wrote:
> On Sun, Jan 26, 2020 at 7:21 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
>>
>> On Thu, Dec 5, 2019 at 3:45 PM Vignesh Raghavendra <vigneshr@ti.com> wrote:
>>>
>>> This series adds Octal mode support for Micron's mt35x flash.
>>> Also adds Octal mode support for Cadance OSPI/QSPI controller.
>>> Currently only 1-1-8 mode is supported.
>>>
>>> Vignesh Raghavendra (3):
>>>   mtd: spi-nor-core: Add octal mode support
>>>   spi: cadence-qspi: Add support for Cadence Octal SPI controller
>>>   spi: cadence-qspi: Add compatible for TI AM654
>>>
>>>  drivers/mtd/spi/sf_internal.h  |  3 ++-
>>>  drivers/mtd/spi/spi-nor-core.c | 20 +++++++++++++++++++-
>>>  drivers/spi/cadence_qspi.c     |  2 ++
>>>  drivers/spi/cadence_qspi_apb.c |  8 ++++++--
>>>  drivers/spi/spi-mem.c          |  6 ++++++
>>>  drivers/spi/spi-uclass.c       |  6 ++++++
>>>  include/linux/mtd/spi-nor.h    |  8 ++++++++
>>>  include/spi.h                  |  2 ++
>>>  8 files changed, 51 insertions(+), 4 deletions(-)
>>
>> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
> 
> Need rebase to master, look like it is not apply directly.

This series depends on:
http://patchwork.ozlabs.org/project/uboot/list/?series=155385
Jagan Teki Jan. 27, 2020, 7:14 a.m. UTC | #4
On Mon, Jan 27, 2020 at 10:43 AM Vignesh Raghavendra <vigneshr@ti.com> wrote:
>
>
>
> On 26/01/20 10:12 pm, Jagan Teki wrote:
> > On Sun, Jan 26, 2020 at 7:21 PM Jagan Teki <jagan@amarulasolutions.com> wrote:
> >>
> >> On Thu, Dec 5, 2019 at 3:45 PM Vignesh Raghavendra <vigneshr@ti.com> wrote:
> >>>
> >>> This series adds Octal mode support for Micron's mt35x flash.
> >>> Also adds Octal mode support for Cadance OSPI/QSPI controller.
> >>> Currently only 1-1-8 mode is supported.
> >>>
> >>> Vignesh Raghavendra (3):
> >>>   mtd: spi-nor-core: Add octal mode support
> >>>   spi: cadence-qspi: Add support for Cadence Octal SPI controller
> >>>   spi: cadence-qspi: Add compatible for TI AM654
> >>>
> >>>  drivers/mtd/spi/sf_internal.h  |  3 ++-
> >>>  drivers/mtd/spi/spi-nor-core.c | 20 +++++++++++++++++++-
> >>>  drivers/spi/cadence_qspi.c     |  2 ++
> >>>  drivers/spi/cadence_qspi_apb.c |  8 ++++++--
> >>>  drivers/spi/spi-mem.c          |  6 ++++++
> >>>  drivers/spi/spi-uclass.c       |  6 ++++++
> >>>  include/linux/mtd/spi-nor.h    |  8 ++++++++
> >>>  include/spi.h                  |  2 ++
> >>>  8 files changed, 51 insertions(+), 4 deletions(-)
> >>
> >> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
> >
> > Need rebase to master, look like it is not apply directly.
>
> This series depends on:
> http://patchwork.ozlabs.org/project/uboot/list/?series=155385

Thanks.

Applied to u-boot-spi/master