All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leonard Crestez <leonard.crestez@nxp.com>
To: Shawn Guo <shawnguo@kernel.org>, Will Deacon <will@kernel.org>,
	Frank Li <Frank.li@nxp.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Dong Aisheng <aisheng.dong@nxp.com>, Jacky Bai <ping.bai@nxp.com>,
	devicetree@vger.kernel.org,
	Andrey Smirnov <andrew.smirnov@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	linux-imx@nxp.com, kernel@pengutronix.de,
	Fabio Estevam <fabio.estevam@nxp.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Enable imx ddr perfmon on imx8m
Date: Thu,  4 Jul 2019 11:53:19 +0300	[thread overview]
Message-ID: <cover.1562230183.git.leonard.crestez@nxp.com> (raw)

Driver was upstreamed for imx8qxp and it seems to work on imx8mq/imx8mm
without changes.

Add soc-specific compat strings in case we find minor differences later.

Leonard Crestez (3):
  perf/imx_ddr: Add MODULE_DEVICE_TABLE
  arm64: dts: imx8m: Add ddr-pmu nodes
  arm64: defconfig: Build imx8 ddr pmu as module

 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 7 +++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 7 +++++++
 arch/arm64/configs/defconfig              | 1 +
 drivers/perf/fsl_imx8_ddr_perf.c          | 1 +
 4 files changed, 16 insertions(+)

-- 
2.17.1


_______________________________________________
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: Leonard Crestez <leonard.crestez@nxp.com>
To: Shawn Guo <shawnguo@kernel.org>, Will Deacon <will@kernel.org>,
	Frank Li <Frank.li@nxp.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Dong Aisheng <aisheng.dong@nxp.com>, Jacky Bai <ping.bai@nxp.com>,
	devicetree@vger.kernel.org,
	Andrey Smirnov <andrew.smirnov@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	linux-imx@nxp.com, kernel@pengutronix.de,
	Fabio Estevam <fabio.estevam@nxp.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Enable imx ddr perfmon on imx8m
Date: Thu,  4 Jul 2019 11:53:19 +0300	[thread overview]
Message-ID: <cover.1562230183.git.leonard.crestez@nxp.com> (raw)

Driver was upstreamed for imx8qxp and it seems to work on imx8mq/imx8mm
without changes.

Add soc-specific compat strings in case we find minor differences later.

Leonard Crestez (3):
  perf/imx_ddr: Add MODULE_DEVICE_TABLE
  arm64: dts: imx8m: Add ddr-pmu nodes
  arm64: defconfig: Build imx8 ddr pmu as module

 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 7 +++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 7 +++++++
 arch/arm64/configs/defconfig              | 1 +
 drivers/perf/fsl_imx8_ddr_perf.c          | 1 +
 4 files changed, 16 insertions(+)

-- 
2.17.1

             reply	other threads:[~2019-07-04  8:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-04  8:53 Leonard Crestez [this message]
2019-07-04  8:53 ` [PATCH 0/3] Enable imx ddr perfmon on imx8m Leonard Crestez
2019-07-04  8:53 ` [PATCH 1/3] perf/imx_ddr: Add MODULE_DEVICE_TABLE Leonard Crestez
2019-07-04  8:53   ` Leonard Crestez
2019-07-16 13:34   ` Frank Li
2019-07-16 13:34     ` Frank Li
2019-07-04  8:53 ` [PATCH 2/3] arm64: dts: imx8m: Add ddr-pmu nodes Leonard Crestez
2019-07-04  8:53   ` Leonard Crestez
2019-07-16 13:35   ` Frank Li
2019-07-16 13:35     ` Frank Li
2019-07-22  6:40   ` Shawn Guo
2019-07-22  6:40     ` Shawn Guo
2019-07-04  8:53 ` [PATCH 3/3] arm64: defconfig: Build imx8 ddr pmu as module Leonard Crestez
2019-07-04  8:53   ` Leonard Crestez
2019-07-16 13:35   ` Frank Li
2019-07-16 13:35     ` Frank Li
2019-07-22  6:41   ` Shawn Guo
2019-07-22  6:41     ` Shawn Guo

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=cover.1562230183.git.leonard.crestez@nxp.com \
    --to=leonard.crestez@nxp.com \
    --cc=Frank.li@nxp.com \
    --cc=aisheng.dong@nxp.com \
    --cc=andrew.smirnov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=mark.rutland@arm.com \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    --cc=will@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.