]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bus: arm-ccn: Do not group CCN events with other PMUs
authorPawel Moll <pawel.moll@arm.com>
Fri, 17 Apr 2015 11:15:56 +0000 (12:15 +0100)
committerPawel Moll <pawel.moll@arm.com>
Fri, 1 May 2015 16:51:04 +0000 (17:51 +0100)
commit9ce1aa869e69cff8db1369e6849af9bd555b4f1d
tree0c2b3ecbe479439da264f5106ce28ba2f20dd0f2
parent8f06c51fac1ca4104b8b64872f310e28186aea42
bus: arm-ccn: Do not group CCN events with other PMUs

Groups must not mix events from different PMUs (software events are
allowed). Unfortunately the core does not ensures that, so it is
necessary to validate the group at the PMU driver level.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
drivers/bus/arm-ccn.c