All of lore.kernel.org
 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
Date: Wed, 18 Oct 2023 08:19:34 +0300	[thread overview]
Message-ID: <pull-1697606314-911862@atomide.com> (raw)

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

The following changes since commit 06f114cf7cbe96a07c51c47114d79e9654275919:

  Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes (2023-09-13 11:11:11 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-audio-clock-and-modem-signed

for you to fetch changes up to 0b9a4a67c60d3e15b39a69d480a50ce7eeff9bc1:

  clk: ti: Fix missing omap5 mcbsp functional clock and aliases (2023-10-13 11:02:02 +0300)

----------------------------------------------------------------
Few minor fixes for omaps

Regression fixes for mcbsp audio clock, and for ams-delta modem. And two
warning fixes. These all can be merged whenever and are not urgent by any
means. Feel free to defer to the merge window unless other fixes are still
pending.

----------------------------------------------------------------
Dan Carpenter (1):
      ARM: omap2: fix a debug printk

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix MODEM initialization failure

Randy Dunlap (1):
      ARM: OMAP: timer32K: fix all kernel-doc warnings

Tony Lindgren (2):
      clk: ti: Fix missing omap4 mcbsp functional clock and aliases
      clk: ti: Fix missing omap5 mcbsp functional clock and aliases

 arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi |  6 +++
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi     |  2 +
 arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi |  6 +++
 arch/arm/mach-omap1/board-ams-delta.c       | 60 ++++++++---------------------
 arch/arm/mach-omap1/timer32k.c              | 14 +++----
 arch/arm/mach-omap2/omap_hwmod.c            |  2 +-
 drivers/clk/ti/clk-44xx.c                   |  5 +++
 drivers/clk/ti/clk-54xx.c                   |  4 ++
 8 files changed, 47 insertions(+), 52 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
Date: Wed, 18 Oct 2023 08:19:34 +0300	[thread overview]
Message-ID: <pull-1697606314-911862@atomide.com> (raw)

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

The following changes since commit 06f114cf7cbe96a07c51c47114d79e9654275919:

  Merge branches 'fixes-mapphone' and 'fixes-ti-sysc' into fixes (2023-09-13 11:11:11 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-audio-clock-and-modem-signed

for you to fetch changes up to 0b9a4a67c60d3e15b39a69d480a50ce7eeff9bc1:

  clk: ti: Fix missing omap5 mcbsp functional clock and aliases (2023-10-13 11:02:02 +0300)

----------------------------------------------------------------
Few minor fixes for omaps

Regression fixes for mcbsp audio clock, and for ams-delta modem. And two
warning fixes. These all can be merged whenever and are not urgent by any
means. Feel free to defer to the merge window unless other fixes are still
pending.

----------------------------------------------------------------
Dan Carpenter (1):
      ARM: omap2: fix a debug printk

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix MODEM initialization failure

Randy Dunlap (1):
      ARM: OMAP: timer32K: fix all kernel-doc warnings

Tony Lindgren (2):
      clk: ti: Fix missing omap4 mcbsp functional clock and aliases
      clk: ti: Fix missing omap5 mcbsp functional clock and aliases

 arch/arm/boot/dts/ti/omap/omap4-l4-abe.dtsi |  6 +++
 arch/arm/boot/dts/ti/omap/omap4-l4.dtsi     |  2 +
 arch/arm/boot/dts/ti/omap/omap5-l4-abe.dtsi |  6 +++
 arch/arm/mach-omap1/board-ams-delta.c       | 60 ++++++++---------------------
 arch/arm/mach-omap1/timer32k.c              | 14 +++----
 arch/arm/mach-omap2/omap_hwmod.c            |  2 +-
 drivers/clk/ti/clk-44xx.c                   |  5 +++
 drivers/clk/ti/clk-54xx.c                   |  4 ++
 8 files changed, 47 insertions(+), 52 deletions(-)

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

             reply	other threads:[~2023-10-18  5:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-18  5:19 Tony Lindgren [this message]
2023-10-18  5:19 ` [GIT PULL] Fixes for omaps Tony Lindgren
2023-10-18 15:40 ` patchwork-bot+linux-soc
2023-10-18 15:40 ` patchwork-bot+linux-soc
  -- strict thread matches above, loose matches on Subject: below --
2023-12-08 12:17 Tony Lindgren
2023-12-08 12:17 ` Tony Lindgren
2023-12-21 17:40 ` patchwork-bot+linux-soc
2023-12-21 17:41 ` patchwork-bot+linux-soc
2023-08-16  4:02 Tony Lindgren
2023-08-16  4:02 ` Tony Lindgren
2023-08-17 12:50 ` patchwork-bot+linux-soc
2023-08-17 12:50 ` patchwork-bot+linux-soc
2022-04-21 12:15 Tony Lindgren
2022-04-21 12:15 ` Tony Lindgren
2022-04-21 15:30 ` patchwork-bot+linux-soc
2022-04-21 15:31 ` patchwork-bot+linux-soc
2022-02-23  8:55 Tony Lindgren
2022-02-23  8:55 ` Tony Lindgren
2022-02-25 15:50 ` patchwork-bot+linux-soc
2022-01-10  7:55 Tony Lindgren
2022-01-10  7:55 ` Tony Lindgren
2022-01-10 18:40 ` patchwork-bot+linux-soc

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-1697606314-911862@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.