summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLinus Walleij2015-05-19 18:55:16 +0200
committerGreg Kroah-Hartman2015-05-24 20:12:08 +0200
commit267b2c2358255ab7e709079fbe46f518d73df3a2 (patch)
tree7b1baa05fb305f8f260c5c570270ae9cdd7b0f5b /lib
parentcoresight: tpiu: retrieve and handle atclk (diff)
downloadkernel-qcow2-linux-267b2c2358255ab7e709079fbe46f518d73df3a2.tar.gz
kernel-qcow2-linux-267b2c2358255ab7e709079fbe46f518d73df3a2.tar.xz
kernel-qcow2-linux-267b2c2358255ab7e709079fbe46f518d73df3a2.zip
coresight: etb: retrieve and handle atclk
As can be seen from the datasheet of the CoreSight Components, DDI0314 table A-8 the ETB has a clock signal apart from the AHB interconnect ("amba_pclk", that we're already handling) called ATCLK, ARM Trace Clock, that SoC implementers may provide from an entirely different clock source. So to model this correctly create an optional path for handling ATCLK alongside the PCLK so we don't break old platforms that only define PCLK ("amba_pclk") but still makes it possible for SoCs that have both clock signals (such as the DB8500) to fetch and prepare/enable/disable/ unprepare both clocks. The ATCLK is enabled and disabled using the runtime PM callbacks. Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions