summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/intel_th/core.c
Commit message (Expand)AuthorAgeFilesLines
* bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-3/+2Star
* intel_th: Add switch triggering supportAlexander Shishkin2019-05-031-2/+23
* intel_th: Only report useful IRQs to subdevicesAlexander Shishkin2019-05-031-1/+6
* intel_th: msu: Start handling IRQsAlexander Shishkin2019-05-031-0/+32
* intel_th: Communicate IRQ via resourceAlexander Shishkin2019-05-031-5/+18
* intel_th: Add "rtit" source deviceAlexander Shishkin2019-05-031-0/+18
* intel_th: Skip subdevices if their MMIO is missingAlexander Shishkin2019-05-031-4/+9
* intel_th: Rework resource passing between glue layers and coreAlexander Shishkin2019-05-031-20/+7Star
* intel_th: Only create useful device nodesAlexander Shishkin2019-02-211-1/+5
* intel_th: Fix resource handling for ACPI glue layerAlexander Shishkin2018-09-181-2/+11
* intel_th: Fix device removal logicAlexander Shishkin2018-09-181-1/+2
* intel_th: Allow forcing host mode through drvdataAlexander Shishkin2018-03-281-2/+4
* intel_th: Pick up irq number from resourcesAlexander Shishkin2018-03-281-1/+8
* intel_th: Don't touch switch routing in host modeAlexander Shishkin2018-03-281-0/+4
* intel_th: Use correct method of finding hubAlexander Shishkin2018-03-281-1/+1
* intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-281-9/+1Star
* intel_th: Perform time resync on capture startAlexander Shishkin2017-08-251-1/+2
* intel_th: Add global activate/deactivate callbacks for the glue layersAlexander Shishkin2017-08-251-4/+22
* intel_th: pci: Use drvdata for quirksAlexander Shishkin2017-08-251-2/+4
* intel_th: Enumerate Low Power Path output port typeAlexander Shishkin2017-08-251-0/+15
* intel_th: Make the switch allocate its subdevicesAlexander Shishkin2017-08-251-82/+206
* intel_th: Make SOURCE devices children of the root deviceAlexander Shishkin2017-08-251-3/+3
* intel_th: Streamline the subdevice tree accessorsAlexander Shishkin2017-08-251-15/+0Star
* hwtracing: intel_th: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-1/+0Star
* intel_th: Don't leak module refcount on failure to activateAlexander Shishkin2017-03-151-1/+3
* intel_th: Support Host Debugger mode of operationAlexander Shishkin2016-11-181-8/+18
* intel_th: Constify subdevicesAlexander Shishkin2016-11-181-1/+1
* Merge tag 'stm-for-greg-20160714' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2016-07-151-1/+34
|\
| * intel_th: Fix a deadlock in modprobingAlexander Shishkin2016-07-141-1/+34
* | intel_th: Add runtime power management handlingAlexander Shishkin2016-07-011-9/+45
|/
* intel_th: Hold output driver module reference while capture is activeAlexander Shishkin2016-04-081-0/+5
* intel_th: Fix activating a subdevice without a driverAlexander Shishkin2016-04-081-2/+10
* intel_th: Allow subdevice drivers to bring in own attribute groupsAlexander Shishkin2016-04-081-0/+12
* intel_th: Use real device index in the node namesAlexander Shishkin2016-02-201-3/+20
* intel_th: Set root device's drvdata earlyAlexander Shishkin2016-02-201-0/+2
* intel_th: Update scratchpad bits according to enabled output activityAlexander Shishkin2016-02-201-0/+5
* intel_th: Add driver infrastructure for Intel(R) Trace Hub devicesAlexander Shishkin2015-10-041-0/+692