mbox series

[U-Boot,0/4] davinci: omapl138-lcdk: enable CONFIG_SPL_DM

Message ID 20190528095825.24835-1-brgl@bgdev.pl
Headers show
Series davinci: omapl138-lcdk: enable CONFIG_SPL_DM | expand

Message

Bartosz Golaszewski May 28, 2019, 9:58 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

This series enables the driver model in SPL on omapl138-lcdk. First two
patches enable size-reducing options in defconfig. The third patch is
just a cleanup of the board file. Last patch enables the driver model
and defines the serial device so that we don't have to disable
CONFIG_SPL_DM_SERIAL which is enabled by default when selecting
CONFIG_SPL_DM.

Bartosz Golaszewski (4):
  davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE
  davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF
  davinci: omapl138-lcdk: remove unneeded includes
  davinci: omapl138-lcdk: enable driver-model in SPL

 board/davinci/da8xxevm/omapl138_lcdk.c | 18 ++++++++++++++++--
 configs/omapl138_lcdk_defconfig        |  7 +++++++
 2 files changed, 23 insertions(+), 2 deletions(-)

Comments

Bartosz Golaszewski June 24, 2019, 8:18 a.m. UTC | #1
wt., 28 maj 2019 o 11:58 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
>
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> This series enables the driver model in SPL on omapl138-lcdk. First two
> patches enable size-reducing options in defconfig. The third patch is
> just a cleanup of the board file. Last patch enables the driver model
> and defines the serial device so that we don't have to disable
> CONFIG_SPL_DM_SERIAL which is enabled by default when selecting
> CONFIG_SPL_DM.
>
> Bartosz Golaszewski (4):
>   davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE
>   davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF
>   davinci: omapl138-lcdk: remove unneeded includes
>   davinci: omapl138-lcdk: enable driver-model in SPL
>
>  board/davinci/da8xxevm/omapl138_lcdk.c | 18 ++++++++++++++++--
>  configs/omapl138_lcdk_defconfig        |  7 +++++++
>  2 files changed, 23 insertions(+), 2 deletions(-)
>
> --
> 2.21.0
>

Gentle ping

Bart
Bartosz Golaszewski July 3, 2019, 1 p.m. UTC | #2
pon., 24 cze 2019 o 10:18 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
>
> wt., 28 maj 2019 o 11:58 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
> >
> > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> >
> > This series enables the driver model in SPL on omapl138-lcdk. First two
> > patches enable size-reducing options in defconfig. The third patch is
> > just a cleanup of the board file. Last patch enables the driver model
> > and defines the serial device so that we don't have to disable
> > CONFIG_SPL_DM_SERIAL which is enabled by default when selecting
> > CONFIG_SPL_DM.
> >
> > Bartosz Golaszewski (4):
> >   davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE
> >   davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF
> >   davinci: omapl138-lcdk: remove unneeded includes
> >   davinci: omapl138-lcdk: enable driver-model in SPL
> >
> >  board/davinci/da8xxevm/omapl138_lcdk.c | 18 ++++++++++++++++--
> >  configs/omapl138_lcdk_defconfig        |  7 +++++++
> >  2 files changed, 23 insertions(+), 2 deletions(-)
> >
> > --
> > 2.21.0
> >
>
> Gentle ping
>
> Bart

Ping again. Any objections to this series?

Bart
Tom Rini July 3, 2019, 1:09 p.m. UTC | #3
On Wed, Jul 03, 2019 at 03:00:37PM +0200, Bartosz Golaszewski wrote:
> pon., 24 cze 2019 o 10:18 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
> >
> > wt., 28 maj 2019 o 11:58 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
> > >
> > > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > >
> > > This series enables the driver model in SPL on omapl138-lcdk. First two
> > > patches enable size-reducing options in defconfig. The third patch is
> > > just a cleanup of the board file. Last patch enables the driver model
> > > and defines the serial device so that we don't have to disable
> > > CONFIG_SPL_DM_SERIAL which is enabled by default when selecting
> > > CONFIG_SPL_DM.
> > >
> > > Bartosz Golaszewski (4):
> > >   davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE
> > >   davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF
> > >   davinci: omapl138-lcdk: remove unneeded includes
> > >   davinci: omapl138-lcdk: enable driver-model in SPL
> > >
> > >  board/davinci/da8xxevm/omapl138_lcdk.c | 18 ++++++++++++++++--
> > >  configs/omapl138_lcdk_defconfig        |  7 +++++++
> > >  2 files changed, 23 insertions(+), 2 deletions(-)
> > >
> > > --
> > > 2.21.0
> > >
> >
> > Gentle ping
> >
> > Bart
> 
> Ping again. Any objections to this series?

Seems fine, I'll pick it up post release, thanks!