All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request v2: u-boot-spi/master
@ 2016-12-15 16:05 Jagan Teki
  2016-12-15 17:50 ` Tom Rini
  2016-12-17  3:18 ` Tom Rini
  0 siblings, 2 replies; 12+ messages in thread
From: Jagan Teki @ 2016-12-15 16:05 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Changes for v2:
- Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.

thanks!
Jagan.

The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:

  MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-spi.git master

for you to fetch changes up to db9225ba2686d6b7e249d00e1803bd07f71d6070:

  sf: Do not force the DT memory map size to exactly match the device (2016-12-15 16:57:28 +0100)

----------------------------------------------------------------
Fabien Parent (1):
      mtd: spi: don't return -1 when scan succeed

Phil Edworthy (10):
      spi: cadence_qspi: Fix clearing of pol/pha bits
      spi: cadence_qspi: Fix baud rate calculation
      spi: cadence_qspi: Better debug information on the SPI clock rate
      spi: cadence_qspi: Use #define for bits instead of bit shifts
      spi: cadence_qspi: Clean up the #define names
      spi: cadence_qspi: Use spi mode at the point it is needed
      spi: cadence_qspi: Remove returns from end of void functions
      spi: cadence_qspi: Fix CS timings
      spi: cadence_qspi: Move DT prop code to match layout
      sf: Do not force the DT memory map size to exactly match the device

Simon Glass (1):
      spi: Add error checking for invalid bus widths

Vignesh R (1):
      ARM: dts: am437x-idk: Fix QSPI compatible string

 arch/arm/dts/am437x-idk-evm.dts |   2 +-
 drivers/mtd/spi/spi_flash.c     |   6 +-
 drivers/spi/cadence_qspi.c      |   6 +-
 drivers/spi/cadence_qspi.h      |   3 +-
 drivers/spi/cadence_qspi_apb.c  | 185 ++++++++++++++++++----------------------
 drivers/spi/spi-uclass.c        |   4 +-
 6 files changed, 93 insertions(+), 113 deletions(-)

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2016-12-15 16:05 [U-Boot] Pull request v2: u-boot-spi/master Jagan Teki
@ 2016-12-15 17:50 ` Tom Rini
  2016-12-15 18:08   ` Jagan Teki
  2016-12-17  3:18 ` Tom Rini
  1 sibling, 1 reply; 12+ messages in thread
From: Tom Rini @ 2016-12-15 17:50 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Changes for v2:
> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
> 
>   MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master

Sandbox fails to build, and I'm not sure what else yet.  Please put your
PR through a round with travis-ci before submitting v3, thanks!  And for
the record, it will build any branch so you can put things into WIP-...
or TEST-... or whatever you wish.  I personally use WIP-... for my
tests.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161215/9a56c50c/attachment.sig>

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2016-12-15 17:50 ` Tom Rini
@ 2016-12-15 18:08   ` Jagan Teki
  2016-12-16 19:21     ` Jagan Teki
  0 siblings, 1 reply; 12+ messages in thread
From: Jagan Teki @ 2016-12-15 18:08 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini <trini@konsulko.com> wrote:
> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote:
>
>> Hi Tom,
>>
>> Please pull this PR.
>>
>> Changes for v2:
>> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.
>>
>> thanks!
>> Jagan.
>>
>> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
>>
>>   MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-spi.git master
>
> Sandbox fails to build, and I'm not sure what else yet.  Please put your
> PR through a round with travis-ci before submitting v3, thanks!  And for
> the record, it will build any branch so you can put things into WIP-...
> or TEST-... or whatever you wish.  I personally use WIP-... for my
> tests.

I don't think Sandbox will fail, since none of these related to this
anyway I will re-ran the build and send.

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2016-12-15 18:08   ` Jagan Teki
@ 2016-12-16 19:21     ` Jagan Teki
  2016-12-16 19:40       ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Jagan Teki @ 2016-12-16 19:21 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki <jagan@openedev.com> wrote:
> On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini <trini@konsulko.com> wrote:
>> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote:
>>
>>> Hi Tom,
>>>
>>> Please pull this PR.
>>>
>>> Changes for v2:
>>> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.
>>>
>>> thanks!
>>> Jagan.
>>>
>>> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
>>>
>>>   MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.denx.de/u-boot-spi.git master
>>
>> Sandbox fails to build, and I'm not sure what else yet.  Please put your
>> PR through a round with travis-ci before submitting v3, thanks!  And for
>> the record, it will build any branch so you can put things into WIP-...
>> or TEST-... or whatever you wish.  I personally use WIP-... for my
>> tests.
>
> I don't think Sandbox will fail, since none of these related to this
> anyway I will re-ran the build and send.

Never find any issues [1].

[1] https://paste.ubuntu.com/23639445/

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2016-12-16 19:21     ` Jagan Teki
@ 2016-12-16 19:40       ` Tom Rini
  2016-12-16 22:14         ` Jagan Teki
  0 siblings, 1 reply; 12+ messages in thread
From: Tom Rini @ 2016-12-16 19:40 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 16, 2016 at 08:21:36PM +0100, Jagan Teki wrote:
> On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki <jagan@openedev.com> wrote:
> > On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini <trini@konsulko.com> wrote:
> >> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote:
> >>
> >>> Hi Tom,
> >>>
> >>> Please pull this PR.
> >>>
> >>> Changes for v2:
> >>> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.
> >>>
> >>> thanks!
> >>> Jagan.
> >>>
> >>> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
> >>>
> >>>   MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)
> >>>
> >>> are available in the git repository at:
> >>>
> >>>   git://git.denx.de/u-boot-spi.git master
> >>
> >> Sandbox fails to build, and I'm not sure what else yet.  Please put your
> >> PR through a round with travis-ci before submitting v3, thanks!  And for
> >> the record, it will build any branch so you can put things into WIP-...
> >> or TEST-... or whatever you wish.  I personally use WIP-... for my
> >> tests.
> >
> > I don't think Sandbox will fail, since none of these related to this
> > anyway I will re-ran the build and send.
> 
> Never find any issues [1].
> 
> [1] https://paste.ubuntu.com/23639445/

Note that sandbox isn't even in your list there.  Please see
https://travis-ci.org/trini/u-boot/jobs/184309388 for some examples of
the build failure.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161216/2f6e4db1/attachment.sig>

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2016-12-16 19:40       ` Tom Rini
@ 2016-12-16 22:14         ` Jagan Teki
  2016-12-17  3:17           ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Jagan Teki @ 2016-12-16 22:14 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 16, 2016 at 8:40 PM, Tom Rini <trini@konsulko.com> wrote:
> On Fri, Dec 16, 2016 at 08:21:36PM +0100, Jagan Teki wrote:
>> On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki <jagan@openedev.com> wrote:
>> > On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini <trini@konsulko.com> wrote:
>> >> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote:
>> >>
>> >>> Hi Tom,
>> >>>
>> >>> Please pull this PR.
>> >>>
>> >>> Changes for v2:
>> >>> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.
>> >>>
>> >>> thanks!
>> >>> Jagan.
>> >>>
>> >>> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
>> >>>
>> >>>   MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)
>> >>>
>> >>> are available in the git repository at:
>> >>>
>> >>>   git://git.denx.de/u-boot-spi.git master
>> >>
>> >> Sandbox fails to build, and I'm not sure what else yet.  Please put your
>> >> PR through a round with travis-ci before submitting v3, thanks!  And for
>> >> the record, it will build any branch so you can put things into WIP-...
>> >> or TEST-... or whatever you wish.  I personally use WIP-... for my
>> >> tests.
>> >
>> > I don't think Sandbox will fail, since none of these related to this
>> > anyway I will re-ran the build and send.
>>
>> Never find any issues [1].
>>
>> [1] https://paste.ubuntu.com/23639445/
>
> Note that sandbox isn't even in your list there.  Please see
> https://travis-ci.org/trini/u-boot/jobs/184309388 for some examples of
> the build failure.

Fixed yesterday itself may be you are not re-based, and don't know why
include that patch on run since this patch is not part of my PR?

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2016-12-16 22:14         ` Jagan Teki
@ 2016-12-17  3:17           ` Tom Rini
  0 siblings, 0 replies; 12+ messages in thread
From: Tom Rini @ 2016-12-17  3:17 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 16, 2016 at 11:14:29PM +0100, Jagan Teki wrote:
> On Fri, Dec 16, 2016 at 8:40 PM, Tom Rini <trini@konsulko.com> wrote:
> > On Fri, Dec 16, 2016 at 08:21:36PM +0100, Jagan Teki wrote:
> >> On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki <jagan@openedev.com> wrote:
> >> > On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini <trini@konsulko.com> wrote:
> >> >> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote:
> >> >>
> >> >>> Hi Tom,
> >> >>>
> >> >>> Please pull this PR.
> >> >>>
> >> >>> Changes for v2:
> >> >>> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.
> >> >>>
> >> >>> thanks!
> >> >>> Jagan.
> >> >>>
> >> >>> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
> >> >>>
> >> >>>   MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)
> >> >>>
> >> >>> are available in the git repository at:
> >> >>>
> >> >>>   git://git.denx.de/u-boot-spi.git master
> >> >>
> >> >> Sandbox fails to build, and I'm not sure what else yet.  Please put your
> >> >> PR through a round with travis-ci before submitting v3, thanks!  And for
> >> >> the record, it will build any branch so you can put things into WIP-...
> >> >> or TEST-... or whatever you wish.  I personally use WIP-... for my
> >> >> tests.
> >> >
> >> > I don't think Sandbox will fail, since none of these related to this
> >> > anyway I will re-ran the build and send.
> >>
> >> Never find any issues [1].
> >>
> >> [1] https://paste.ubuntu.com/23639445/
> >
> > Note that sandbox isn't even in your list there.  Please see
> > https://travis-ci.org/trini/u-boot/jobs/184309388 for some examples of
> > the build failure.
> 
> Fixed yesterday itself may be you are not re-based, and don't know why
> include that patch on run since this patch is not part of my PR?

OK, I guess I didn't hit reset hard enough, sorry!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161216/df24f7dd/attachment.sig>

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2016-12-15 16:05 [U-Boot] Pull request v2: u-boot-spi/master Jagan Teki
  2016-12-15 17:50 ` Tom Rini
@ 2016-12-17  3:18 ` Tom Rini
  1 sibling, 0 replies; 12+ messages in thread
From: Tom Rini @ 2016-12-17  3:18 UTC (permalink / raw)
  To: u-boot

On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Changes for v2:
> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
> 
>   MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to db9225ba2686d6b7e249d00e1803bd07f71d6070:
> 
>   sf: Do not force the DT memory map size to exactly match the device (2016-12-15 16:57:28 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161216/ed21ce83/attachment.sig>

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2019-07-25 13:25 Jagan Teki
@ 2019-07-28 21:45 ` Tom Rini
  0 siblings, 0 replies; 12+ messages in thread
From: Tom Rini @ 2019-07-28 21:45 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 25, 2019 at 06:55:01PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Changes for v2:
> - include MediaTek MT7629 spi driver patches
> 
> Summary:
> - fix for fsl_qspi read timeout (Thomas)
> - spi-mem read data size fix (Ye Li)
> - SiFive SPI driver, mmc_spi flags (Bhargav, Anup)
> - Micron spi-nor parts (Ashish)
> - MT7629 spi-mem driver(Weijie)
> 
> The following changes since commit 0e80dda32c8d724c2a98dbbfb2f1e59762788f15:
> 
>   Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2019-07-16 11:19:31 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to 1f174689c13a257e3b149d4550805a85bdaf27c3:
> 
>   spi: Drop obsolete mtk_qspi driver references (2019-07-25 18:52:20 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190728/f38f5eab/attachment.sig>

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

* [U-Boot] Pull request v2: u-boot-spi/master
@ 2019-07-25 13:25 Jagan Teki
  2019-07-28 21:45 ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Jagan Teki @ 2019-07-25 13:25 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Changes for v2:
- include MediaTek MT7629 spi driver patches

Summary:
- fix for fsl_qspi read timeout (Thomas)
- spi-mem read data size fix (Ye Li)
- SiFive SPI driver, mmc_spi flags (Bhargav, Anup)
- Micron spi-nor parts (Ashish)
- MT7629 spi-mem driver(Weijie)

The following changes since commit 0e80dda32c8d724c2a98dbbfb2f1e59762788f15:

  Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2019-07-16 11:19:31 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-spi master

for you to fetch changes up to 1f174689c13a257e3b149d4550805a85bdaf27c3:

  spi: Drop obsolete mtk_qspi driver references (2019-07-25 18:52:20 +0530)

----------------------------------------------------------------
Anup Patel (1):
      mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags

Ashish Kumar (2):
      mtd: spi: Add flash property for Micron mt25qu512a
      mtd: spi: Add micron mt35xu512aba and mt35xu02g flash ID

Bhargav Shah (1):
      spi: Add SiFive SPI driver

Thomas Schaefer (2):
      drivers/spi: fsl_qspi: fix read timeout
      drivers/spi: fsl_qspi: improve timeout calculation

Weijie Gao (2):
      spi: add spi-mem driver for MediaTek MT7629 SoC
      spi: Drop obsolete mtk_qspi driver references

Ye Li (1):
      spi: spi-mem: Fix read data size issue

 MAINTAINERS                   |   2 +-
 configs/mt7629_rfb_defconfig  |   2 +-
 drivers/mmc/mmc_spi.c         |   4 +-
 drivers/mtd/spi/spi-nor-ids.c |   4 +
 drivers/spi/Kconfig           |  21 ++-
 drivers/spi/Makefile          |   3 +-
 drivers/spi/fsl_qspi.c        |  18 +-
 drivers/spi/mtk_qspi.c        | 359 ----------------------------------------
 drivers/spi/mtk_snfi_spi.c    | 318 ++++++++++++++++++++++++++++++++++++
 drivers/spi/spi-mem.c         |   8 +-
 drivers/spi/spi-sifive.c      | 370 ++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 725 insertions(+), 384 deletions(-)
 delete mode 100644 drivers/spi/mtk_qspi.c
 create mode 100644 drivers/spi/mtk_snfi_spi.c
 create mode 100644 drivers/spi/spi-sifive.c

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

* [U-Boot] Pull request v2: u-boot-spi/master
  2018-01-26  6:27 Jagan Teki
@ 2018-01-26 18:22 ` Tom Rini
  0 siblings, 0 replies; 12+ messages in thread
From: Tom Rini @ 2018-01-26 18:22 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 26, 2018 at 11:57:27AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Changes for v2:
> - Fixed patches on wait_bit
> - Collected new patches.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2018-01-09 13:28:51 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 58c125b9e2b232ce73ed7b24ba7b1ca5ff41c5bd:
> 
>   DW SPI: Get clock value from Device Tree (2018-01-26 11:26:16 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180126/44e20df2/attachment.sig>

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

* [U-Boot] Pull request v2: u-boot-spi/master
@ 2018-01-26  6:27 Jagan Teki
  2018-01-26 18:22 ` Tom Rini
  0 siblings, 1 reply; 12+ messages in thread
From: Jagan Teki @ 2018-01-26  6:27 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Changes for v2:
- Fixed patches on wait_bit
- Collected new patches.

thanks!
Jagan.

The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930:

  Merge git://git.denx.de/u-boot-rockchip (2018-01-09 13:28:51 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-spi.git master

for you to fetch changes up to 58c125b9e2b232ce73ed7b24ba7b1ca5ff41c5bd:

  DW SPI: Get clock value from Device Tree (2018-01-26 11:26:16 +0530)

----------------------------------------------------------------
Chris Packham (1):
      spi: kirkwood_spi: implement workaround for FE-9144572

Eugeniy Paltsev (2):
      SOCFPGA: clock manager: implement dw_spi_get_clk function
      DW SPI: Get clock value from Device Tree

Goldschmidt Simon (1):
      Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible"

Jason Rush (4):
      spi: cadence_spi: Sync DT bindings with Linux
      dts: cadence_spi: Sync DT bindings with Linux
      config: cadence_spi: Remove defines read from DT
      dts: cadence_spi: Update documentation for DT bindings

Mario Six (8):
      spi: Fix style violation and improve code
      spi: Remove obsolete spi_base_setup_slave_fdt
      spi: Remove spi_flash_probe_fdt
      spi: Remove spi_setup_slave_fdt
      spi: Remove CONFIG_OF_SPI_FLASH
      spi: sf_probe: Fix style violations
      spi: spi-uclass: Fix style violations
      sf_probe: Merge spi_flash_probe_tail into spi_flash_probe

Miquel Raynal (1):
      doc: bindings: soft-spi: update documentation to match the code

Vignesh R (2):
      Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible"
      spi: cadence_qspi_apb: Make flash writes 32 bit aligned

Álvaro Fernández Rojas (16):
      wait_bit: add 8/16/32 BE/LE versions of wait_for_bit
      wait_bit: use wait_for_bit_le32 and remove wait_for_bit
      drivers: spi: allow limiting reads
      drivers: spi: consider command bytes when sending transfers
      dm: spi: add BCM63xx SPI driver
      mips: bmips: add bcm63xx-spi driver support for BCM6338
      mips: bmips: add bcm63xx-spi driver support for BCM6348
      mips: bmips: add bcm63xx-spi driver support for BCM6358
      mips: bmips: add bcm63xx-spi driver support for BCM3380
      mips: bmips: add bcm63xx-spi driver support for BCM63268
      mips: bmips: enable the SPI flash on the Sagem F at ST1704
      mips: bmips: enable the SPI flash on the Netgear CG3100D
      dm: spi: add BCM63xx HSSPI driver
      mips: bmips: add bcm63xx-hsspi driver support for BCM6328
      mips: bmips: add bcm63xx-hsspi driver support for BCM63268
      mips: bmips: enable the SPI flash on the Comtrend AR-5387un

 arch/arm/dts/keystone-k2g-evm.dts             |  75 +++--
 arch/arm/dts/keystone-k2g.dtsi                |   5 +-
 arch/arm/dts/socfpga.dtsi                     |   5 +-
 arch/arm/dts/socfpga_arria10.dtsi             |   4 +-
 arch/arm/dts/socfpga_arria5_socdk.dts         |   9 +-
 arch/arm/dts/socfpga_cyclone5_is1.dts         |   9 +-
 arch/arm/dts/socfpga_cyclone5_socdk.dts       |   9 +-
 arch/arm/dts/socfpga_cyclone5_sockit.dts      |   9 +-
 arch/arm/dts/socfpga_cyclone5_socrates.dts    |   9 +-
 arch/arm/dts/socfpga_cyclone5_sr1500.dts      |   9 +-
 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts |  18 +-
 arch/arm/dts/stv0991.dts                      |  12 +-
 arch/arm/include/asm/arch-mvebu/spi.h         |   6 +
 arch/arm/mach-imx/mx6/ddr.c                   |  22 +-
 arch/arm/mach-socfpga/clock_manager.c         |   4 +-
 arch/arm/mach-socfpga/clock_manager_arria10.c |   9 +
 arch/arm/mach-socfpga/clock_manager_gen5.c    |  15 +-
 arch/arm/mach-socfpga/reset_manager_arria10.c |  36 +--
 arch/mips/dts/brcm,bcm3380.dtsi               |  17 +
 arch/mips/dts/brcm,bcm63268.dtsi              |  38 +++
 arch/mips/dts/brcm,bcm6328.dtsi               |  24 ++
 arch/mips/dts/brcm,bcm6338.dtsi               |  17 +
 arch/mips/dts/brcm,bcm6348.dtsi               |  17 +
 arch/mips/dts/brcm,bcm6358.dtsi               |  17 +
 arch/mips/dts/comtrend,ar-5387un.dts          |  12 +
 arch/mips/dts/netgear,cg3100d.dts             |  12 +
 arch/mips/dts/sagem,f at st1704.dts              |  12 +
 arch/mips/mach-ath79/ar934x/clk.c             |   2 +-
 board/samtec/vining_2000/vining_2000.c        |   4 +-
 configs/comtrend_ar5387un_ram_defconfig       |   8 +
 configs/netgear_cg3100d_ram_defconfig         |   8 +
 configs/sagem_f at st1704_ram_defconfig          |   8 +
 doc/device-tree-bindings/spi/soft-spi.txt     |  24 +-
 doc/device-tree-bindings/spi/spi-cadence.txt  |  13 +-
 drivers/clk/clk_pic32.c                       |  12 +-
 drivers/clk/renesas/clk-rcar-gen3.c           |   4 +-
 drivers/ddr/microchip/ddr2.c                  |   8 +-
 drivers/fpga/socfpga_arria10.c                |  17 +-
 drivers/mmc/msm_sdhci.c                       |   8 +-
 drivers/mtd/pic32_flash.c                     |   4 +-
 drivers/mtd/spi/sf_probe.c                    |  34 +-
 drivers/mtd/spi/spi_flash.c                   |   5 +-
 drivers/net/ag7xxx.c                          |  16 +-
 drivers/net/dwc_eth_qos.c                     |  17 +-
 drivers/net/ethoc.c                           |   8 +-
 drivers/net/pic32_eth.c                       |  12 +-
 drivers/net/pic32_mdio.c                      |  28 +-
 drivers/net/ravb.c                            |   4 +-
 drivers/net/xilinx_axi_emac.c                 |   4 +-
 drivers/net/zynq_gem.c                        |  12 +-
 drivers/reset/sti-reset.c                     |   4 +-
 drivers/serial/serial_pic32.c                 |   4 +-
 drivers/spi/Kconfig                           |  16 +
 drivers/spi/Makefile                          |   2 +
 drivers/spi/atmel_spi.c                       |   4 +-
 drivers/spi/bcm63xx_hsspi.c                   | 414 ++++++++++++++++++++++++
 drivers/spi/bcm63xx_spi.c                     | 433 ++++++++++++++++++++++++++
 drivers/spi/cadence_qspi.c                    |  20 +-
 drivers/spi/cadence_qspi.h                    |   6 +-
 drivers/spi/cadence_qspi_apb.c                |  82 +++--
 drivers/spi/designware_spi.c                  |  45 ++-
 drivers/spi/fsl_qspi.c                        |  20 +-
 drivers/spi/kirkwood_spi.c                    |  69 +++-
 drivers/spi/mvebu_a3700_spi.c                 |  20 +-
 drivers/spi/spi-uclass.c                      |  21 +-
 drivers/spi/spi.c                             |  27 +-
 drivers/usb/host/dwc2.c                       |  24 +-
 drivers/usb/host/ehci-msm.c                   |   3 +-
 drivers/usb/host/ehci-mx6.c                   |   5 +-
 drivers/usb/host/ohci-lpc32xx.c               |  12 +-
 drivers/usb/host/xhci-rcar.c                  |  12 +-
 drivers/video/atmel_hlcdfb.c                  |  64 ++--
 include/configs/k2g_evm.h                     |   2 -
 include/configs/socfpga_common.h              |   2 -
 include/configs/stv0991.h                     |   2 -
 include/spi.h                                 |  32 +-
 include/spi_flash.h                           |  12 -
 include/wait_bit.h                            |  85 ++---
 scripts/config_whitelist.txt                  |   2 -
 79 files changed, 1616 insertions(+), 519 deletions(-)
 create mode 100644 drivers/spi/bcm63xx_hsspi.c
 create mode 100644 drivers/spi/bcm63xx_spi.c

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

end of thread, other threads:[~2019-07-28 21:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 16:05 [U-Boot] Pull request v2: u-boot-spi/master Jagan Teki
2016-12-15 17:50 ` Tom Rini
2016-12-15 18:08   ` Jagan Teki
2016-12-16 19:21     ` Jagan Teki
2016-12-16 19:40       ` Tom Rini
2016-12-16 22:14         ` Jagan Teki
2016-12-17  3:17           ` Tom Rini
2016-12-17  3:18 ` Tom Rini
2018-01-26  6:27 Jagan Teki
2018-01-26 18:22 ` Tom Rini
2019-07-25 13:25 Jagan Teki
2019-07-28 21:45 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.