Commit graph

6 commits

Author SHA1 Message Date
Pratik Patel
8897689b06 coresight: rename directory and files from cs to coresight
Since cs is not a well known acronym for CoreSight, rename
directory and files from cs to coresight.

Change-Id: I5f9b12794b80b1c01c9ce0621d53ee6be408a361
Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
2013-02-27 18:13:47 -08:00
Pratik Patel
901d1719b0 cs: let each driver manage the clk for its device
Each device driver manages its own clk by using the clk apis that
now support CoreSight clock. Remove qdss clock wrapper functions
and their usage.

Change-Id: If73198f273f69e5525a6444e7a7c277c20c96111
Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
2013-02-27 18:13:46 -08:00
Pratik Patel
c156e03cca cs: add coresight core layer code
Support for CoreSight core layer apis that will be used by other
CoreSight drivers.

Change-Id: Ieddc3dd362ee8e641abc557153d0a3e38aa9beab
Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
2013-02-27 18:13:45 -08:00
Pratik Patel
040a9a7bf5 msm: jtag: move jtag related definitions to new jtag header
Create new jtag header file and move jtag related definitions to
it. This will decouple jtag code and help make coresight code
generic.

Change-Id: I722de9945800a4d0ba5b792c1b6dda5fc0b3cc40
Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
2013-02-27 18:13:45 -08:00
Pratik Patel
2fce315bb4 cs: move shared data to external header
Move common shared data to external coresight header file.

Change-Id: I546ba939ef7d3d746cd171802498da5be872c234
Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
2013-02-27 18:13:44 -08:00
Pratik Patel
8c45969706 cs: rename qdss files to coresight
As part of creating generic coresight driver code, rename qdss
to coresight.

Change-Id: I18f32ca96bb5c2e7ca540f592871e9942f2188e4
Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
2013-02-27 18:13:44 -08:00
Renamed from include/linux/qdss.h (Browse further)