mbox series

Please pull u-boot-i2c/next

Message ID 1262ff1c-57ab-ba91-039a-38266525318a@denx.de
State Awaiting Upstream
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-i2c/next | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next

Message

Heiko Schocher Sept. 28, 2021, 6:32 a.m. UTC
Hello Tom,

please pull from u-boot-i2c next

The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:

  Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
(2021-09-27 11:09:23 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next

for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:

  mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface (2021-09-28 06:34:45 +0200)

----------------------------------------------------------------
i2c changes for 20210928-for-next

- i2c: rcar_i2c: Enable configuring SCL rise and fall times
- i2c: mvtwsi: Add support for DM clocks and resets
- mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface

----------------------------------------------------------------
Adam Ford (1):
      i2c: rcar_i2c: Enable configuring SCL rise and fall times

Patrice Chotard (1):
      mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface

Samuel Holland (1):
      i2c: mvtwsi: Add support for DM clocks and resets

 drivers/i2c/mvtwsi.c                   | 13 +++++++++++++
 drivers/i2c/rcar_i2c.c                 |  8 +++++++-
 drivers/mtd/nand/raw/denali.c          |  2 +-
 drivers/mtd/nand/raw/mxs_nand.c        |  2 +-
 drivers/mtd/nand/raw/nand_base.c       | 27 +++++++++++----------------
 drivers/mtd/nand/raw/stm32_fmc2_nand.c |  2 +-
 drivers/mtd/nand/raw/sunxi_nand.c      |  2 +-
 include/linux/mtd/rawnand.h            |  6 +++---
 8 files changed, 38 insertions(+), 24 deletions(-)


azure build:

https://dev.azure.com/hs0298/hs/_build/results?buildId=74&view=results

Thanks!

bye,
Heiko

Comments

Patrice CHOTARD Sept. 28, 2021, 7:05 a.m. UTC | #1
Hi Heiko, Tom

Is this PR can be merged into v2021.10 ?
The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" is fixing 
an issue for all platforms for which OF_LIVE flag is enabled.

For all these platforms, all nand DT property can't be read (nand-bus-width, nand-on-flash-bbt, 
nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are concerned)

It has been detected on STM32MP1 platforms.

Thanks
Patrice





On 9/28/21 8:32 AM, Heiko Schocher wrote:
> Hello Tom,
> 
> please pull from u-boot-i2c next
> 
> The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:
> 
>   Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
> (2021-09-27 11:09:23 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next
> 
> for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:
> 
>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface (2021-09-28 06:34:45 +0200)
> 
> ----------------------------------------------------------------
> i2c changes for 20210928-for-next
> 
> - i2c: rcar_i2c: Enable configuring SCL rise and fall times
> - i2c: mvtwsi: Add support for DM clocks and resets
> - mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
> 
> ----------------------------------------------------------------
> Adam Ford (1):
>       i2c: rcar_i2c: Enable configuring SCL rise and fall times
> 
> Patrice Chotard (1):
>       mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
> 
> Samuel Holland (1):
>       i2c: mvtwsi: Add support for DM clocks and resets
> 
>  drivers/i2c/mvtwsi.c                   | 13 +++++++++++++
>  drivers/i2c/rcar_i2c.c                 |  8 +++++++-
>  drivers/mtd/nand/raw/denali.c          |  2 +-
>  drivers/mtd/nand/raw/mxs_nand.c        |  2 +-
>  drivers/mtd/nand/raw/nand_base.c       | 27 +++++++++++----------------
>  drivers/mtd/nand/raw/stm32_fmc2_nand.c |  2 +-
>  drivers/mtd/nand/raw/sunxi_nand.c      |  2 +-
>  include/linux/mtd/rawnand.h            |  6 +++---
>  8 files changed, 38 insertions(+), 24 deletions(-)
> 
> 
> azure build:
> 
> https://dev.azure.com/hs0298/hs/_build/results?buildId=74&view=results
> 
> Thanks!
> 
> bye,
> Heiko
>
Heiko Schocher Sept. 28, 2021, 7:26 a.m. UTC | #2
Hello Patrice,

On 28.09.21 09:05, Patrice CHOTARD wrote:
> Hi Heiko, Tom
> 
> Is this PR can be merged into v2021.10 ?
> The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" is fixing 
> an issue for all platforms for which OF_LIVE flag is enabled.
> 
> For all these platforms, all nand DT property can't be read (nand-bus-width, nand-on-flash-bbt, 
> nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are concerned)
> 
> It has been detected on STM32MP1 platforms.

From my side yes, but as it is in next I think it cannot go directly
into master ...  may tom pickup this patch directly?

bye,
Heiko
> 
> Thanks
> Patrice
> 
> 
> 
> 
> 
> On 9/28/21 8:32 AM, Heiko Schocher wrote:
>> Hello Tom,
>>
>> please pull from u-boot-i2c next
>>
>> The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:
>>
>>   Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
>> (2021-09-27 11:09:23 -0400)
>>
>> are available in the Git repository at:
>>
>>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next
>>
>> for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:
>>
>>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface (2021-09-28 06:34:45 +0200)
>>
>> ----------------------------------------------------------------
>> i2c changes for 20210928-for-next
>>
>> - i2c: rcar_i2c: Enable configuring SCL rise and fall times
>> - i2c: mvtwsi: Add support for DM clocks and resets
>> - mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
>>
>> ----------------------------------------------------------------
>> Adam Ford (1):
>>       i2c: rcar_i2c: Enable configuring SCL rise and fall times
>>
>> Patrice Chotard (1):
>>       mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface
>>
>> Samuel Holland (1):
>>       i2c: mvtwsi: Add support for DM clocks and resets
>>
>>  drivers/i2c/mvtwsi.c                   | 13 +++++++++++++
>>  drivers/i2c/rcar_i2c.c                 |  8 +++++++-
>>  drivers/mtd/nand/raw/denali.c          |  2 +-
>>  drivers/mtd/nand/raw/mxs_nand.c        |  2 +-
>>  drivers/mtd/nand/raw/nand_base.c       | 27 +++++++++++----------------
>>  drivers/mtd/nand/raw/stm32_fmc2_nand.c |  2 +-
>>  drivers/mtd/nand/raw/sunxi_nand.c      |  2 +-
>>  include/linux/mtd/rawnand.h            |  6 +++---
>>  8 files changed, 38 insertions(+), 24 deletions(-)
>>
>>
>> azure build:
>>
>> https://dev.azure.com/hs0298/hs/_build/results?buildId=74&view=results
>>
>> Thanks!
>>
>> bye,
>> Heiko
>>
Tom Rini Sept. 28, 2021, 12:20 p.m. UTC | #3
On Tue, Sep 28, 2021 at 09:26:43AM +0200, Heiko Schocher wrote:
> Hello Patrice,
> 
> On 28.09.21 09:05, Patrice CHOTARD wrote:
> > Hi Heiko, Tom
> > 
> > Is this PR can be merged into v2021.10 ?
> > The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" is fixing 
> > an issue for all platforms for which OF_LIVE flag is enabled.
> > 
> > For all these platforms, all nand DT property can't be read (nand-bus-width, nand-on-flash-bbt, 
> > nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are concerned)
> > 
> > It has been detected on STM32MP1 platforms.
> 
> From my side yes, but as it is in next I think it cannot go directly
> into master ...  may tom pickup this patch directly?

I can put:
https://patchwork.ozlabs.org/project/uboot/patch/20210913142553.24333-1-patrice.chotard@foss.st.com/
in to my regression fixes bundle, which I'll apply shortly.
Heiko Schocher Sept. 28, 2021, 12:35 p.m. UTC | #4
Hi Tom,

On 28.09.21 14:20, Tom Rini wrote:
> On Tue, Sep 28, 2021 at 09:26:43AM +0200, Heiko Schocher wrote:
>> Hello Patrice,
>>
>> On 28.09.21 09:05, Patrice CHOTARD wrote:
>>> Hi Heiko, Tom
>>>
>>> Is this PR can be merged into v2021.10 ?
>>> The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" is fixing 
>>> an issue for all platforms for which OF_LIVE flag is enabled.
>>>
>>> For all these platforms, all nand DT property can't be read (nand-bus-width, nand-on-flash-bbt, 
>>> nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are concerned)
>>>
>>> It has been detected on STM32MP1 platforms.
>>
>> From my side yes, but as it is in next I think it cannot go directly
>> into master ...  may tom pickup this patch directly?
> 
> I can put:
> https://patchwork.ozlabs.org/project/uboot/patch/20210913142553.24333-1-patrice.chotard@foss.st.com/
> in to my regression fixes bundle, which I'll apply shortly.
> 

Fine with me, thanks!

bye,
Heiko
Patrice CHOTARD Sept. 28, 2021, 1:31 p.m. UTC | #5
Hi Tom

On 9/28/21 2:20 PM, Tom Rini wrote:
> On Tue, Sep 28, 2021 at 09:26:43AM +0200, Heiko Schocher wrote:
>> Hello Patrice,
>>
>> On 28.09.21 09:05, Patrice CHOTARD wrote:
>>> Hi Heiko, Tom
>>>
>>> Is this PR can be merged into v2021.10 ?
>>> The patch "mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface" is fixing 
>>> an issue for all platforms for which OF_LIVE flag is enabled.
>>>
>>> For all these platforms, all nand DT property can't be read (nand-bus-width, nand-on-flash-bbt, 
>>> nand-ecc-mode.nand-ecc-strength andnand-ecc-step-size properties are concerned)
>>>
>>> It has been detected on STM32MP1 platforms.
>>
>> From my side yes, but as it is in next I think it cannot go directly
>> into master ...  may tom pickup this patch directly?
> 
> I can put:
> https://patchwork.ozlabs.org/project/uboot/patch/20210913142553.24333-1-patrice.chotard@foss.st.com/
> in to my regression fixes bundle, which I'll apply shortly.
> 

Perfect ;-)

Thanks, Patrice
Tom Rini Sept. 28, 2021, 11:20 p.m. UTC | #6
On Tue, Sep 28, 2021 at 08:32:17AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c next
> 
> The following changes since commit 1d1f98c8eed7bb4792300e655c2cb70136928f74:
> 
>   Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
> (2021-09-27 11:09:23 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-i2c.git 20210928-for-next
> 
> for you to fetch changes up to a70c3f9fb84524243eabefd28e0aa539f22e6226:
> 
>   mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface (2021-09-28 06:34:45 +0200)
> 

Applied to u-boot/next, thanks!