mbox series

[0/3] Updates for omap3-evm

Message ID 20220516032505.183211-1-woods.technical@gmail.com
Headers show
Series Updates for omap3-evm | expand

Message

Derald D. Woods May 16, 2022, 3:25 a.m. UTC
This patch set brings omap3-evm inline with similar boards and improves
the ability to boot a 'fitImage' using DEFAULT_FIT_TI_ARGS.

Derald D. Woods (3):
  ARM: omap3: evm: Power on MMC when setting up PMIC
  ARM: omap3: evm: Complete DM_I2C migration
  ARM: omap3: evm: Fix 'fitImage' booting

 board/ti/evm/evm.c          |  8 +-------
 configs/omap3_evm_defconfig | 11 +++++++----
 2 files changed, 8 insertions(+), 11 deletions(-)

Comments

Derald D. Woods June 6, 2022, 3:09 p.m. UTC | #1
On Sun, May 15, 2022 at 10:25 PM Derald D. Woods <woods.technical@gmail.com>
wrote:

> This patch set brings omap3-evm inline with similar boards and improves
> the ability to boot a 'fitImage' using DEFAULT_FIT_TI_ARGS.
>
> Derald D. Woods (3):
>   ARM: omap3: evm: Power on MMC when setting up PMIC
>   ARM: omap3: evm: Complete DM_I2C migration
>   ARM: omap3: evm: Fix 'fitImage' booting
>
>  board/ti/evm/evm.c          |  8 +-------
>  configs/omap3_evm_defconfig | 11 +++++++----
>  2 files changed, 8 insertions(+), 11 deletions(-)
>
> --
> 2.36.1
>
>
Ping.
Tom Rini June 6, 2022, 3:16 p.m. UTC | #2
On Mon, Jun 06, 2022 at 10:09:16AM -0500, Derald Woods wrote:
> On Sun, May 15, 2022 at 10:25 PM Derald D. Woods <woods.technical@gmail.com>
> wrote:
> 
> > This patch set brings omap3-evm inline with similar boards and improves
> > the ability to boot a 'fitImage' using DEFAULT_FIT_TI_ARGS.
> >
> > Derald D. Woods (3):
> >   ARM: omap3: evm: Power on MMC when setting up PMIC
> >   ARM: omap3: evm: Complete DM_I2C migration
> >   ARM: omap3: evm: Fix 'fitImage' booting
> >
> >  board/ti/evm/evm.c          |  8 +-------
> >  configs/omap3_evm_defconfig | 11 +++++++----
> >  2 files changed, 8 insertions(+), 11 deletions(-)
>
> Ping.

Now that -next is open, I'll pick these up soon.   Unless they need to
be in v2022.07?  Thanks!
Derald D. Woods June 6, 2022, 8:49 p.m. UTC | #3
On Mon, Jun 6, 2022 at 10:16 AM Tom Rini <trini@konsulko.com> wrote:

> On Mon, Jun 06, 2022 at 10:09:16AM -0500, Derald Woods wrote:
> > On Sun, May 15, 2022 at 10:25 PM Derald D. Woods <
> woods.technical@gmail.com>
> > wrote:
> >
> > > This patch set brings omap3-evm inline with similar boards and improves
> > > the ability to boot a 'fitImage' using DEFAULT_FIT_TI_ARGS.
> > >
> > > Derald D. Woods (3):
> > >   ARM: omap3: evm: Power on MMC when setting up PMIC
> > >   ARM: omap3: evm: Complete DM_I2C migration
> > >   ARM: omap3: evm: Fix 'fitImage' booting
> > >
> > >  board/ti/evm/evm.c          |  8 +-------
> > >  configs/omap3_evm_defconfig | 11 +++++++----
> > >  2 files changed, 8 insertions(+), 11 deletions(-)
> >
> > Ping.
>
> Now that -next is open, I'll pick these up soon.   Unless they need to
> be in v2022.07?  Thanks!
>
> --
> Tom
>

That's fine. Thanks for the update.
Derald