coresight: platform: Make memory allocation helper generic
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 19 Jun 2019 19:52:52 +0000 (13:52 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 05:56:10 +0000 (07:56 +0200)
commit88a1607cbed371fa9853b0ebbbaadf9cd6f27ea3
treee89f3daba63f406bb408c526755b8e670099dbfe
parent22aa495a64770f39b0c29d7bda9b777d487e79bd
coresight: platform: Make memory allocation helper generic

Rename the of_coresight_alloc_memory() => coresight_alloc_conns()
as it is independent of the underlying firmware type. This is in
preparation for the ACPI support.

Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-platform.c