]> git.karo-electronics.de Git - linux-beck.git/commit
arm64: pmu: add fallback probe table
authorMark Salter <msalter@redhat.com>
Wed, 14 Sep 2016 22:32:29 +0000 (17:32 -0500)
committerWill Deacon <will.deacon@arm.com>
Fri, 16 Sep 2016 16:11:33 +0000 (17:11 +0100)
commitdbee3a74ef2c73acc4eb31cee7a60d5e46767a41
tree5af9d2e063a0aa76b298bf2b834ed2447aca906a
parent55d5c4ab06e0c984aa38eae391f654f59b7d24db
arm64: pmu: add fallback probe table

In preparation for ACPI support, add a pmu_probe_info table to
the arm_pmu_device_probe() call. This table gets used when
probing in the absence of a devicetree node for PMU.

Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/perf_event.c
drivers/perf/arm_pmu.c