summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-015-33/+18Star
|\
| * coresight: etb10: remove duplicate includesPravin Shedge2017-12-191-1/+0Star
| * coresight: Fix disabling of CoreSight TPIURobert Walker2017-12-191-3/+10
| * coresight: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-193-9/+3Star
| * coresight: Deduplicate bus_find_device() by name matchingLukas Wunner2017-12-191-20/+5Star
* | coresight: of: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-12/+3Star
|/
* Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-167-26/+26
|\
| * coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose2017-10-207-26/+26
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* coresight: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: etb10: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: etm3x: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: etm4x: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: funnel: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: replicator: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: stm: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: tmc: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: tpiu: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: STM: Clean up __iomem type usageStephen Boyd2017-08-281-8/+9
* coresight: Add support for Coresight SoC 600 componentsSuzuki K Poulose2017-08-283-0/+15
* coresight tmc: Add support for Coresight SoC 600 TMCSuzuki K Poulose2017-08-282-0/+20
* coresight tmc: Support for save-restore in ETRSuzuki K Poulose2017-08-282-1/+21
* coresight tmc etr: Setup AXI cache encoding for read transfersSuzuki K Poulose2017-08-282-1/+15
* coresight tmc etr: Cleanup AXICTL register handlingSuzuki K Poulose2017-08-282-8/+19
* coresight tmc etr: Detect address width at runtimeSuzuki K Poulose2017-08-282-3/+27
* coresight tmc: Detect support for scatter gatherSuzuki K Poulose2017-08-282-0/+7
* coresight tmc etr: Add capabilitiy informationSuzuki K Poulose2017-08-282-5/+35
* coresight tmc: Handle configuration types properlySuzuki K Poulose2017-08-281-3/+11
* coresight replicator: Expose replicator management registersSuzuki K Poulose2017-08-281-0/+23
* coresight tmc: Expose DBA and AXICTLSuzuki K Poulose2017-08-281-0/+4
* coresight tmc: Add helpers for accessing 64bit registersSuzuki K Poulose2017-08-284-8/+34
* coresight: Use the new helper for defining registersSuzuki K Poulose2017-08-285-65/+67
* coresight: Add support for reading 64bit registersSuzuki K Poulose2017-08-281-5/+24
* coresight replicator: Cleanup programmable replicator namingSuzuki K Poulose2017-08-283-9/+7Star
* coresight: etm4x: Adds trace return stack option programming for ETMv4.Mike Leach2017-08-281-0/+4
* coresight: ptm: Adds trace return stack option programming for PTM.Mike Leach2017-08-282-3/+16
* coresight: pmu: Adds return stack option to perf coresight pmuMike Leach2017-08-281-0/+2
* hwtracing: coresight: constify attribute_group structures.Arvind Yadav2017-08-281-1/+1
* coresight: etm3x: Set synchronisation frequencty to TRM defaultMathieu Poirier2017-08-281-0/+2
* coresight: etb10: Move etb_disable_hw() outside of lockMathieu Poirier2017-08-281-1/+1
* coresight: Add barrier packet for synchronisationMathieu Poirier2017-08-285-3/+67
* coresight: etb10: Remove useless conversion to LEMathieu Poirier2017-08-281-8/+4Star
* coresight: Correct buffer lost incrementMathieu Poirier2017-08-282-5/+13
* Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-049-38/+800
|\
| * coresight: add support for CPU debug moduleLeo Yan2017-06-093-0/+715
| * coresight: refactor with function of_coresight_get_cpuLeo Yan2017-06-091-15/+28
| * coresight: of_get_coresight_platform_data: Add missing of_node_putSuzuki K Poulose2017-06-091-7/+10
| * coresight: tmc: Configure DMA mask appropriatelyRobin Murphy2017-06-091-0/+7
| * coresight: etb10: Fix a typo in a comment lineMarkus Elfring2017-06-091-1/+1
| * coresight: etb10: Delete an error message for a failed memory allocation in e...Markus Elfring2017-06-091-4/+1Star