All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic fixes for v6.3-rc
Date: Wed, 29 Mar 2023 14:22:58 +0200	[thread overview]
Message-ID: <db5fcdb4-60e8-95e6-06b5-1ac474ecabe3@linaro.org> (raw)

Hi,

Here's a set of changes to solve a conflict between the DMC memory space already
filled with a node and the Amlogic memory bandwidth perf HW that was using the whole
DMC memory space. The patches fixes the DMC nodes definition and changes the base
offset in the perf driver.

Will acked me to take the perf driver fix through my tree.

Thanks.
Neil

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-fixes-v6.3-rc

for you to fetch changes up to f9d323e7c1724270d747657051099826744e91e7:

   perf/amlogic: adjust register offsets (2023-03-27 17:31:22 +0200)

----------------------------------------------------------------
Amlogic fixes for v6.3-rc:
- fix conflicts between DMC memory space and Amlogic perf driver

----------------------------------------------------------------
Marc Gonzalez (3):
       arm64: dts: meson-g12-common: specify full DMC range
       arm64: dts: meson-g12-common: resolve conflict between canvas & pmu
       perf/amlogic: adjust register offsets

  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 15 +++++-----
  drivers/perf/amlogic/meson_g12_ddr_pmu.c          | 34 +++++++++++------------
  2 files changed, 24 insertions(+), 25 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic fixes for v6.3-rc
Date: Wed, 29 Mar 2023 14:22:58 +0200	[thread overview]
Message-ID: <db5fcdb4-60e8-95e6-06b5-1ac474ecabe3@linaro.org> (raw)

Hi,

Here's a set of changes to solve a conflict between the DMC memory space already
filled with a node and the Amlogic memory bandwidth perf HW that was using the whole
DMC memory space. The patches fixes the DMC nodes definition and changes the base
offset in the perf driver.

Will acked me to take the perf driver fix through my tree.

Thanks.
Neil

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-fixes-v6.3-rc

for you to fetch changes up to f9d323e7c1724270d747657051099826744e91e7:

   perf/amlogic: adjust register offsets (2023-03-27 17:31:22 +0200)

----------------------------------------------------------------
Amlogic fixes for v6.3-rc:
- fix conflicts between DMC memory space and Amlogic perf driver

----------------------------------------------------------------
Marc Gonzalez (3):
       arm64: dts: meson-g12-common: specify full DMC range
       arm64: dts: meson-g12-common: resolve conflict between canvas & pmu
       perf/amlogic: adjust register offsets

  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 15 +++++-----
  drivers/perf/amlogic/meson_g12_ddr_pmu.c          | 34 +++++++++++------------
  2 files changed, 24 insertions(+), 25 deletions(-)

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

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <neil.armstrong@linaro.org>
To: soc@kernel.org, arm@kernel.org
Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] amlogic fixes for v6.3-rc
Date: Wed, 29 Mar 2023 14:22:58 +0200	[thread overview]
Message-ID: <db5fcdb4-60e8-95e6-06b5-1ac474ecabe3@linaro.org> (raw)

Hi,

Here's a set of changes to solve a conflict between the DMC memory space already
filled with a node and the Amlogic memory bandwidth perf HW that was using the whole
DMC memory space. The patches fixes the DMC nodes definition and changes the base
offset in the perf driver.

Will acked me to take the perf driver fix through my tree.

Thanks.
Neil

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git tags/amlogic-fixes-v6.3-rc

for you to fetch changes up to f9d323e7c1724270d747657051099826744e91e7:

   perf/amlogic: adjust register offsets (2023-03-27 17:31:22 +0200)

----------------------------------------------------------------
Amlogic fixes for v6.3-rc:
- fix conflicts between DMC memory space and Amlogic perf driver

----------------------------------------------------------------
Marc Gonzalez (3):
       arm64: dts: meson-g12-common: specify full DMC range
       arm64: dts: meson-g12-common: resolve conflict between canvas & pmu
       perf/amlogic: adjust register offsets

  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 15 +++++-----
  drivers/perf/amlogic/meson_g12_ddr_pmu.c          | 34 +++++++++++------------
  2 files changed, 24 insertions(+), 25 deletions(-)

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

             reply	other threads:[~2023-03-29 12:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29 12:22 Neil Armstrong [this message]
2023-03-29 12:22 ` [GIT PULL] amlogic fixes for v6.3-rc Neil Armstrong
2023-03-29 12:22 ` Neil Armstrong
2023-04-03 16:01 ` 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=db5fcdb4-60e8-95e6-06b5-1ac474ecabe3@linaro.org \
    --to=neil.armstrong@linaro.org \
    --cc=arm@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.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.