mbox series

[GIT,PULL] amlogic fixes for v6.3-rc

Message ID db5fcdb4-60e8-95e6-06b5-1ac474ecabe3@linaro.org
State New
Headers show
Series [GIT,PULL] amlogic fixes for v6.3-rc | expand

Pull-request

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

Message

Neil Armstrong March 29, 2023, 12:22 p.m. UTC
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(-)