summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mhi-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman2023-02-034-60/+73
|\
| * bus: mhi: ep: Fix off by one in mhi_ep_process_cmd_ring()Dan Carpenter2023-02-021-1/+1
| * bus: mhi: ep: Change state_lock to mutexManivannan Sadhasivam2023-01-272-21/+29
| * bus: mhi: ep: Save channel state locally during suspend and resumeManivannan Sadhasivam2023-01-271-0/+2
| * bus: mhi: ep: Move chan->lock to the start of processing queued ch ringManivannan Sadhasivam2023-01-271-2/+15
| * bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmdManivannan Sadhasivam2023-01-271-1/+1
| * bus: mhi: ep: Only send -ENOTCONN status if client driver is availableManivannan Sadhasivam2023-01-271-6/+10
| * bus: mhi: ep: Check if the channel is supported by the controllerManivannan Sadhasivam2023-01-271-0/+7
| * bus: mhi: ep: Power up/down MHI stack during MHI RESETManivannan Sadhasivam2023-01-271-28/+7
| * bus: mhi: host: Update mhi driver descriptionSlark Xiao2023-01-271-1/+1
| * bus: mhi: Update Makefile to used Kconfig flagsCarl Vanderlip2023-01-271-2/+2
* | Merge tag 'coresight-next-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2023-02-0228-195/+2171
|\ \
| * | coresight: tmc: Don't enable TMC when it's not ready.Yabin Cui2023-01-304-14/+56
| * | coresight: tpda: fix return value check in tpda_probe()Yang Yingliang2023-01-301-2/+2
| * | Coresight: tpda/tpdm: remove incorrect __exit annotationArnd Bergmann2023-01-262-2/+2
| * | coresight: perf: Output trace id only onceSuzuki K Poulose2023-01-242-4/+14
| * | coresight: Fix uninitialised variable use in coresight_disableSuzuki K Poulose2023-01-241-1/+1
| * | Coresight: Add TPDA link driverMao Jinlong2023-01-204-0/+258
| * | coresight-tpdm: Add integration test supportMao Jinlong2023-01-202-0/+68
| * | coresight-tpdm: Add DSB dataset supportMao Jinlong2023-01-202-0/+78
| * | Coresight: Add coresight TPDM source driverMao Jinlong2023-01-205-1/+192
| * | coresight: core: Use IDR for non-cpu bound sources' paths.Mao Jinlong2023-01-191-11/+26
| * | coresight: trace-id: Add debug & test macros to Trace ID allocationMike Leach2023-01-191-0/+33
| * | coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace IDMike Leach2023-01-191-0/+7
| * | coresight: etmX.X: stm: Remove trace_id() callbackMike Leach2023-01-194-54/+0
| * | coresight: etm3x: Update ETM3 driver to use Trace ID APIMike Leach2023-01-193-26/+75
| * | coresight: etm4x: Update ETM4 driver to use Trace ID APIMike Leach2023-01-193-10/+93
| * | coresight: stm: Update STM driver to use Trace ID APIMike Leach2023-01-191-27/+14
| * | coresight: perf: traceid: Add perf ID allocation and notifiersMike Leach2023-01-191-0/+16
| * | coresight: Remove obsolete Trace ID unniqueness checksMike Leach2023-01-191-45/+0
| * | coresight: trace-id: Add API to dynamically assign Trace ID valuesMike Leach2023-01-193-1/+421
| * | hwtracing: hisi_ptt: Only add the supported devices to the filters listYicong Yang2023-01-191-0/+10
| * | coresight: ultrasoc-smb: fix return value check in smb_init_data_buffer()Yang Yingliang2023-01-191-1/+1
| * | drivers/coresight: Add UltraSoc System Memory Buffer driverQi Liu2023-01-164-0/+786
| * | coresight: cti: Remove atomic type from enable_req_countJames Clark2023-01-163-9/+9
| * | coresight: cti: Add PM runtime call in enable_storeMao Jinlong2023-01-161-2/+11
| * | coresight: cti: Prevent negative values of enable countJames Clark2023-01-161-2/+9
| * | coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTRJunhao He2023-01-161-6/+12
* | | firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak2023-01-311-3/+1
* | | drivers: misc: ti-st: Fix a typo ("unknow")Jonathan Neuschäfer2023-01-311-1/+1
* | | misc: isl29003: Use sysfs_emit() to instead of sprintf()Bo Liu2023-01-311-5/+5
* | | Merge tag 'counter-updates-for-6.3a' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-01-311-44/+47
|\ \ \
| * | | counter: fix dependency references for config MICROCHIP_TCB_CAPTURELukas Bulwahn2023-01-181-1/+1
| * | | counter: microchip-tcp-capture: Add appropriate arch deps for TCP driverPeter Robinson2023-01-131-0/+1
| * | | counter: ftm-quaddec: Depend on the Layerscape SoCPeter Robinson2023-01-131-0/+1
| * | | counter: intel-qep: Depend on X86Peter Robinson2023-01-131-0/+1
| * | | counter: Sort the Kconfig entries alphabeticallyPeter Robinson2023-01-131-44/+44
| | |/ | |/|
* | | Merge tag 'fpga-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2023-01-2918-462/+863
|\ \ \
| * \ \ Merge tag 'ib-mfd-fpga-hwmon-v6.3' of git://git.kernel.org/pub/scm/linux/kern...Xu Yilun2023-01-299-385/+767
| |\ \ \
| | * | | mfd: intel-m10-bmc: Add PMCI driverIlpo Järvinen2023-01-273-0/+232