linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [Patch v3 0/3] Add CCI PMU support
@ 2013-08-22 15:02 Punit Agrawal
  2013-08-22 15:02 ` [Patch v3 1/3] ARM: dts: Improve CCI bindings documentation Punit Agrawal
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Punit Agrawal @ 2013-08-22 15:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Here's the third version of patches to support the CCI PMU in the
devicetree and the driver. The patch was split up to better reflect
the split in maintainership between the bindings and the code.

I've addressed all comments raised so far. So if things look fine, I would
like to get Acks from the devicetree maintainers.

Thanks,
Punit

Changes since v2:
(posted at http://article.gmane.org/gmane.linux.ports.arm.kernel/261189)
* Improved the description of value type properties for all CCI nodes.
* Corrected example in bindings to use valid compatible string.
* Tightened the description of CCI PMU interrupts bindings.

Changes since v1:
(posted at http://article.gmane.org/gmane.linux.ports.arm.kernel/259542)
* Dropped requirement for node name.
* Dropped compatible strings for different revisions - rely on peripheral id
  register to provide the revision.
* Change interrupt bindings to require overflow interrupt per counter.

Punit Agrawal (3):
  ARM: dts: Improve CCI bindings documentation.
  ARM: dts: Document the CCI PMU DT bindings
  drivers: CCI: add ARM CCI PMU support

 Documentation/devicetree/bindings/arm/cci.txt |   58 ++-
 drivers/bus/arm-cci.c                         |  628 +++++++++++++++++++++++++
 2 files changed, 683 insertions(+), 3 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-09-05 12:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22 15:02 [Patch v3 0/3] Add CCI PMU support Punit Agrawal
2013-08-22 15:02 ` [Patch v3 1/3] ARM: dts: Improve CCI bindings documentation Punit Agrawal
2013-08-22 22:15   ` Stephen Warren
2013-08-22 15:02 ` [Patch v3 2/3] ARM: dts: Document the CCI PMU DT bindings Punit Agrawal
2013-08-22 22:17   ` Stephen Warren
2013-08-23  9:56     ` Punit Agrawal
2013-08-30 13:59   ` Jon Medhurst (Tixy)
2013-08-30 14:36     ` Punit Agrawal
2013-08-30 16:17   ` Kumar Gala
2013-09-04 12:26     ` Punit Agrawal
2013-09-05 12:51       ` Will Deacon
2013-08-22 15:02 ` [Patch v3 3/3] drivers: CCI: add ARM CCI PMU support Punit Agrawal
2013-08-30 11:24   ` Will Deacon
2013-08-30 14:34     ` Punit Agrawal
2013-08-30 14:37       ` Will Deacon

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).