mbox

[U-Boot] Pull request v2: u-boot-spi/master

Message ID 1481817905-6597-1-git-send-email-jagan@openedev.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Dec. 15, 2016, 4:05 p.m. UTC
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(-)

Comments

Tom Rini Dec. 15, 2016, 5:50 p.m. UTC | #1
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.
Jagan Teki Dec. 15, 2016, 6:08 p.m. UTC | #2
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 Dec. 16, 2016, 7:21 p.m. UTC | #3
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!
Tom Rini Dec. 16, 2016, 7:40 p.m. UTC | #4
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.
Jagan Teki Dec. 16, 2016, 10:14 p.m. UTC | #5
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!
Tom Rini Dec. 17, 2016, 3:17 a.m. UTC | #6
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 Rini Dec. 17, 2016, 3:18 a.m. UTC | #7
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!