All of lore.kernel.org
 help / color / mirror / Atom feed
* Please pull u-boot-i2c/next
@ 2021-09-28  6:32 Heiko Schocher
  2021-09-28  7:05 ` Patrice CHOTARD
  2021-09-28 23:20 ` Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Heiko Schocher @ 2021-09-28  6:32 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, Patrice Chotard, Samuel Holland, Adam Ford

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
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

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

* Re: Please pull u-boot-i2c/next
  2021-09-28  6:32 Please pull u-boot-i2c/next Heiko Schocher
@ 2021-09-28  7:05 ` Patrice CHOTARD
  2021-09-28  7:26   ` Heiko Schocher
  2021-09-28 23:20 ` Tom Rini
  1 sibling, 1 reply; 7+ messages in thread
From: Patrice CHOTARD @ 2021-09-28  7:05 UTC (permalink / raw)
  To: hs, Tom Rini, Patrick Delaunay
  Cc: u-boot, Samuel Holland, Adam Ford, Christophe KERELLO

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
> 

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

* Re: Please pull u-boot-i2c/next
  2021-09-28  7:05 ` Patrice CHOTARD
@ 2021-09-28  7:26   ` Heiko Schocher
  2021-09-28 12:20     ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Heiko Schocher @ 2021-09-28  7:26 UTC (permalink / raw)
  To: Patrice CHOTARD, Tom Rini, Patrick Delaunay
  Cc: u-boot, Samuel Holland, Adam Ford, Christophe KERELLO

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
>>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

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

* Re: Please pull u-boot-i2c/next
  2021-09-28  7:26   ` Heiko Schocher
@ 2021-09-28 12:20     ` Tom Rini
  2021-09-28 12:35       ` Heiko Schocher
  2021-09-28 13:31       ` Patrice CHOTARD
  0 siblings, 2 replies; 7+ messages in thread
From: Tom Rini @ 2021-09-28 12:20 UTC (permalink / raw)
  To: Heiko Schocher
  Cc: Patrice CHOTARD, Patrick Delaunay, u-boot, Samuel Holland,
	Adam Ford, Christophe KERELLO

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

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.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: Please pull u-boot-i2c/next
  2021-09-28 12:20     ` Tom Rini
@ 2021-09-28 12:35       ` Heiko Schocher
  2021-09-28 13:31       ` Patrice CHOTARD
  1 sibling, 0 replies; 7+ messages in thread
From: Heiko Schocher @ 2021-09-28 12:35 UTC (permalink / raw)
  To: Tom Rini
  Cc: Patrice CHOTARD, Patrick Delaunay, u-boot, Samuel Holland,
	Adam Ford, Christophe KERELLO

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
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

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

* Re: Please pull u-boot-i2c/next
  2021-09-28 12:20     ` Tom Rini
  2021-09-28 12:35       ` Heiko Schocher
@ 2021-09-28 13:31       ` Patrice CHOTARD
  1 sibling, 0 replies; 7+ messages in thread
From: Patrice CHOTARD @ 2021-09-28 13:31 UTC (permalink / raw)
  To: Tom Rini, Heiko Schocher
  Cc: Patrick Delaunay, u-boot, Samuel Holland, Adam Ford, Christophe KERELLO

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

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

* Re: Please pull u-boot-i2c/next
  2021-09-28  6:32 Please pull u-boot-i2c/next Heiko Schocher
  2021-09-28  7:05 ` Patrice CHOTARD
@ 2021-09-28 23:20 ` Tom Rini
  1 sibling, 0 replies; 7+ messages in thread
From: Tom Rini @ 2021-09-28 23:20 UTC (permalink / raw)
  To: Heiko Schocher; +Cc: u-boot, Patrice Chotard, Samuel Holland, Adam Ford

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2021-09-28 23:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28  6:32 Please pull u-boot-i2c/next Heiko Schocher
2021-09-28  7:05 ` Patrice CHOTARD
2021-09-28  7:26   ` Heiko Schocher
2021-09-28 12:20     ` Tom Rini
2021-09-28 12:35       ` Heiko Schocher
2021-09-28 13:31       ` Patrice CHOTARD
2021-09-28 23:20 ` 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.