mbox series

[v2,0/9] ARM: dts: tegra: last minute fixes

Message ID 20181016104730.4598-1-marcel@ziswiler.com
Headers show
Series ARM: dts: tegra: last minute fixes | expand

Message

Marcel Ziswiler Oct. 16, 2018, 10:47 a.m. UTC
This series comes with some last minutes fixes and further clean-up.

Changes in v2:
- Dropped "[PATCH v1 3/8] ARM: tegra: apalis/colibri_t30: fix hdmi
  regulator" as suggested by Russell et. al.
- Added 2 new patches improving/fixing audio on Apalis TK1.

Changes in v1:
- Remove simple-panel compatible as suggested by Rob.

Marcel Ziswiler (9):
  ARM: tegra: fix simple-panel compatibles
  ARM: tegra: apalis-tk1/colibri_t20/t30: eval/iris: fix regulator gpio
    enable
  ARM: tegra: colibri_t20: reorder pmic properties
  ARM: tegra: apalis-tk1: further regulator clean-up
  ARM: tegra: apalis_t30/tk1: annotate power I2C being on-module
  ARM: tegra: colibri_t30: further regulator clean-up
  ARM: tegra: apalis_t30: further regulator clean-up
  ASoC: tegra_sgtl5000: fix device_node refcounting
  ASoC: tegra_sgtl5000: fix platform name vs. of_node assignement

 arch/arm/boot/dts/tegra114-dalmore.dts          |  3 +-
 arch/arm/boot/dts/tegra124-apalis-eval.dts      |  4 +-
 arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts |  4 +-
 arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi     | 17 +++---
 arch/arm/boot/dts/tegra124-apalis.dtsi          | 17 +++---
 arch/arm/boot/dts/tegra124-venice2.dts          |  2 +-
 arch/arm/boot/dts/tegra20-colibri-eval-v3.dts   |  4 +-
 arch/arm/boot/dts/tegra20-colibri-iris.dts      |  4 +-
 arch/arm/boot/dts/tegra20-colibri.dtsi          |  4 +-
 arch/arm/boot/dts/tegra20-harmony.dts           |  2 +-
 arch/arm/boot/dts/tegra20-medcom-wide.dts       |  2 +-
 arch/arm/boot/dts/tegra20-paz00.dts             |  2 +-
 arch/arm/boot/dts/tegra20-seaboard.dts          |  2 +-
 arch/arm/boot/dts/tegra20-ventana.dts           |  2 +-
 arch/arm/boot/dts/tegra30-apalis-eval.dts       |  2 +-
 arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts  |  4 +-
 arch/arm/boot/dts/tegra30-apalis-v1.1.dtsi      | 72 +++++++++++--------------
 arch/arm/boot/dts/tegra30-apalis.dtsi           | 70 ++++++++++--------------
 arch/arm/boot/dts/tegra30-cardhu.dtsi           |  2 +-
 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts   |  4 +-
 arch/arm/boot/dts/tegra30-colibri.dtsi          | 45 ++++++++--------
 sound/soc/tegra/tegra_sgtl5000.c                | 22 +++++++-
 22 files changed, 143 insertions(+), 147 deletions(-)

Comments

Mark Brown Oct. 16, 2018, 11:58 a.m. UTC | #1
On Tue, Oct 16, 2018 at 12:47:21PM +0200, Marcel Ziswiler wrote:

> Marcel Ziswiler (9):
>   ARM: tegra: fix simple-panel compatibles
>   ARM: tegra: apalis-tk1/colibri_t20/t30: eval/iris: fix regulator gpio
>     enable
>   ARM: tegra: colibri_t20: reorder pmic properties
>   ARM: tegra: apalis-tk1: further regulator clean-up
>   ARM: tegra: apalis_t30/tk1: annotate power I2C being on-module
>   ARM: tegra: colibri_t30: further regulator clean-up
>   ARM: tegra: apalis_t30: further regulator clean-up
>   ASoC: tegra_sgtl5000: fix device_node refcounting
>   ASoC: tegra_sgtl5000: fix platform name vs. of_node assignement

These ASoC patches appear to have absolutely no relationship with the
rest of the series.  Is that the case or is there some dependency I'm
missing?
Marcel Ziswiler Oct. 17, 2018, 10:51 a.m. UTC | #2
On Tue, 2018-10-16 at 12:58 +0100, Mark Brown wrote:
> On Tue, Oct 16, 2018 at 12:47:21PM +0200, Marcel Ziswiler wrote:
> 
> > Marcel Ziswiler (9):
> >   ARM: tegra: fix simple-panel compatibles
> >   ARM: tegra: apalis-tk1/colibri_t20/t30: eval/iris: fix regulator
> > gpio
> >     enable
> >   ARM: tegra: colibri_t20: reorder pmic properties
> >   ARM: tegra: apalis-tk1: further regulator clean-up
> >   ARM: tegra: apalis_t30/tk1: annotate power I2C being on-module
> >   ARM: tegra: colibri_t30: further regulator clean-up
> >   ARM: tegra: apalis_t30: further regulator clean-up
> >   ASoC: tegra_sgtl5000: fix device_node refcounting
> >   ASoC: tegra_sgtl5000: fix platform name vs. of_node assignement
> 
> These ASoC patches appear to have absolutely no relationship with the
> rest of the series.  Is that the case or is there some dependency I'm
> missing?

Not outside of all being Tegra specific stuff, no. If you prefer I may
send them as a separate series.
Mark Brown Oct. 17, 2018, 11:44 a.m. UTC | #3
On Wed, Oct 17, 2018 at 10:51:30AM +0000, Marcel Ziswiler wrote:
> On Tue, 2018-10-16 at 12:58 +0100, Mark Brown wrote:

> > These ASoC patches appear to have absolutely no relationship with the
> > rest of the series.  Is that the case or is there some dependency I'm
> > missing?

> Not outside of all being Tegra specific stuff, no. If you prefer I may
> send them as a separate series.

It's fine this time but do try to avoid doing that please - if things
aren't related just send them separately.  Bundling them up into a
series creates confusion about dependencis and can result in things
getting held up due to problems in the unrelated bits of the series.