soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL] Fixes for omaps for v5.14-rc series
Date: Tue,  3 Aug 2021 16:05:29 +0300	[thread overview]
Message-ID: <pull-1627995895-406133@atomide.com> (raw)

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/fixes-rc5-signed

for you to fetch changes up to 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5:

  Merge branch 'fixes-v5.14' into fixes (2021-07-27 11:25:08 +0300)

----------------------------------------------------------------
Fixes for omaps for v5.14-rc series

Some fixes for regressions and boot issues for various devices:

- Fix gpt12 system timer regression on earlier beagleboard revisions

- Fix potential NULL pointer access for omap_hwmod_get_pwrdm()

- Disable RNG on secure am335x variants as it's not accessible

- Fix flakey DCDC2 voltage causing hangs on am43x-epos-evm by reducing
  i2c0 bus speed for tps65218

- Fix typo for am437x-l4 can@0 node

- Fix omap5 regression caused by vdds_1v8_main fixed-regulator

----------------------------------------------------------------
Dario Binacchi (1):
      ARM: dts: am437x-l4: fix typo in can@0 node

Dave Gerlach (1):
      ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218

H. Nikolaus Schaller (1):
      omap5-board-common: remove not physically existing vdds_1v8_main fixed-regulator

Kevin Hilman (1):
      bus: ti-sysc: AM3: RNG is GP only

Tero Kristo (1):
      ARM: omap2+: hwmod: fix potential NULL pointer access

Tony Lindgren (2):
      bus: ti-sysc: Fix gpt12 system timer issue with reserved status
      Merge branch 'fixes-v5.14' into fixes

 arch/arm/boot/dts/am437x-l4.dtsi          |  2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts      |  2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi |  9 +--------
 arch/arm/mach-omap2/omap_hwmod.c          | 10 +++++++++-
 drivers/bus/ti-sysc.c                     | 22 +++++++++++++++-------
 5 files changed, 27 insertions(+), 18 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL] Fixes for omaps for v5.14-rc series
Date: Tue,  3 Aug 2021 16:05:29 +0300	[thread overview]
Message-ID: <pull-1627995895-406133@atomide.com> (raw)
Message-ID: <20210803130529.TMlMoqiN9zpf6CK7zodc-sx3vMRiSOUfEnxOSkBIBzY@z> (raw)

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/fixes-rc5-signed

for you to fetch changes up to 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5:

  Merge branch 'fixes-v5.14' into fixes (2021-07-27 11:25:08 +0300)

----------------------------------------------------------------
Fixes for omaps for v5.14-rc series

Some fixes for regressions and boot issues for various devices:

- Fix gpt12 system timer regression on earlier beagleboard revisions

- Fix potential NULL pointer access for omap_hwmod_get_pwrdm()

- Disable RNG on secure am335x variants as it's not accessible

- Fix flakey DCDC2 voltage causing hangs on am43x-epos-evm by reducing
  i2c0 bus speed for tps65218

- Fix typo for am437x-l4 can@0 node

- Fix omap5 regression caused by vdds_1v8_main fixed-regulator

----------------------------------------------------------------
Dario Binacchi (1):
      ARM: dts: am437x-l4: fix typo in can@0 node

Dave Gerlach (1):
      ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218

H. Nikolaus Schaller (1):
      omap5-board-common: remove not physically existing vdds_1v8_main fixed-regulator

Kevin Hilman (1):
      bus: ti-sysc: AM3: RNG is GP only

Tero Kristo (1):
      ARM: omap2+: hwmod: fix potential NULL pointer access

Tony Lindgren (2):
      bus: ti-sysc: Fix gpt12 system timer issue with reserved status
      Merge branch 'fixes-v5.14' into fixes

 arch/arm/boot/dts/am437x-l4.dtsi          |  2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts      |  2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi |  9 +--------
 arch/arm/mach-omap2/omap_hwmod.c          | 10 +++++++++-
 drivers/bus/ti-sysc.c                     | 22 +++++++++++++++-------
 5 files changed, 27 insertions(+), 18 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-08-03 13:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03 13:05 Tony Lindgren [this message]
2021-08-03 13:05 ` [GIT PULL] Fixes for omaps for v5.14-rc series Tony Lindgren
2021-08-04 13:56 ` Arnd Bergmann
2021-08-04 13:56   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pull-1627995895-406133@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).