[PATCH v1 0/5] Convert recently merged T30 boards to use DM PMIC

Peter Robinson pbrobinson at gmail.com
Mon Nov 6 14:13:32 CET 2023


On Mon, Nov 6, 2023 at 11:58 AM Svyatoslav Ryhel <clamor95 at gmail.com> wrote:
>
> пн, 6 лист. 2023 р. о 13:46 Peter Robinson <pbrobinson at gmail.com> пише:
> >
> > Hi Svyatoslav,
> >
> > > Since the proposed PMIC patches have been accepted, I see the need
> > > to convert boards which I maintain to use DM drivers instead of board hacks.
> > >
> > > Svyatoslav Ryhel (5):
> > >   board: lg-x3: convert LG Optimus 4X and Vu to use DM PMIC
> > >   board: endeavoru: convert HTC One X to use DM PMIC
> >
> > Is there a reason why the two above devices don't appear to have their
> > .dts files in the upstream kernel?
> >
>
> Yes, there is a reason. Linux maintainers treat submitters as
> existential enemies or as dirt at least. I was trying to work with
> linux but I have no desire to spend any time to upstream endeavoru or
> lg_x3.

The usual policy for acceptance into U-Boot is to have upstream review
in the kernel first.

> > >   board: transformer-t30: convert ASUS Transformers to use DM PMIC
> > >   board: grouper: convert ASUS Google Nexus 7 (2012) to use DM PMIC
> > >   ARM: dts: tegra30: enable USB PHY node on some devices
> > >
> > >  arch/arm/dts/tegra30-asus-grouper-common.dtsi |   7 +
> > >  .../dts/tegra30-asus-nexus7-grouper-E1565.dts |   1 +
> > >  .../dts/tegra30-asus-nexus7-grouper-PM269.dts |   1 +
> > >  .../dts/tegra30-asus-nexus7-tilapia-E1565.dts |   1 +
> > >  arch/arm/dts/tegra30-asus-p1801-t.dts         |  17 ++
> > >  arch/arm/dts/tegra30-asus-tf600t.dts          |  15 ++
> > >  arch/arm/dts/tegra30-asus-transformer.dtsi    |   9 +
> > >  arch/arm/dts/tegra30-htc-endeavoru.dts        |   8 +
> > >  arch/arm/dts/tegra30-lg-x3.dtsi               |   9 +
> > >  board/asus/grouper/Kconfig                    |   8 -
> > >  board/asus/grouper/Makefile                   |   4 +-
> > >  .../asus/grouper/configs/grouper_E1565.config |   6 +-
> > >  .../asus/grouper/configs/grouper_PM269.config |   6 +-
> > >  board/asus/grouper/configs/tilapia.config     |   6 +-
> > >  board/asus/grouper/grouper-spl-max.c          |   2 +-
> > >  board/asus/grouper/grouper-spl-ti.c           |   2 +-
> > >  board/asus/grouper/grouper.c                  | 154 +-----------------
> > >  board/asus/transformer-t30/Kconfig            |  10 --
> > >  .../transformer-t30/configs/tf600t.config     |   2 +-
> > >  .../transformer-t30/transformer-t30-spl.c     |   2 +-
> > >  board/asus/transformer-t30/transformer-t30.c  | 121 +-------------
> > >  board/htc/endeavoru/endeavoru-spl.c           |   2 +-
> > >  board/htc/endeavoru/endeavoru.c               |  72 +-------
> > >  board/lg/x3-t30/x3-t30-spl.c                  |   2 +-
> > >  board/lg/x3-t30/x3-t30.c                      |  97 +----------
> > >  configs/endeavoru_defconfig                   |   4 +
> > >  configs/grouper_common_defconfig              |   1 +
> > >  configs/transformer_t30_defconfig             |   5 +
> > >  configs/x3_t30_defconfig                      |   4 +
> > >  29 files changed, 128 insertions(+), 450 deletions(-)
> > >
> > > --
> > > 2.40.1
> > >


More information about the U-Boot mailing list