summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: k3-c7x: Add support for C7xv DSP on AM62A SoCJai Luthra2023-01-131-0/+12
* remoteproc: pru: Configure firmware based on client setupTero Kristo2023-01-061-0/+34
* remoteproc: pru: Add pru_rproc_set_ctable() functionRoger Quadros2023-01-061-0/+59
* remoteproc: pru: Make sysfs entries read-only for PRU client driven bootsSuman Anna2023-01-061-0/+2
* remoteproc: pru: Add APIs to get and put the PRU coresMD Danish Anwar2023-01-061-2/+126
* remoteproc: pru: Add enum for PRU Core Identifiers.MD Danish Anwar2023-01-061-3/+4
* remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()AngeloGioacchino Del Regno2023-01-041-3/+1
* remoteproc/mtk_scp: Use readl_poll_timeout_atomic() for pollingAngeloGioacchino Del Regno2023-01-041-8/+11
* remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai2023-01-041-6/+5
* remoteproc: qcom: pas: Fix subdevice add orderMukesh Ojha2022-12-281-1/+1
* remoteproc: qcom: pas: Add MSM8953 ADSP PIL supportSireesh Kodali2022-12-281-0/+1
* remoteproc: qcom: Add support for memory sandboxSrinivasa Rao Mandadapu2022-12-281-1/+55
* remoteproc: qcom: Add efuse evb selection controlSrinivasa Rao Mandadapu2022-12-281-0/+17
* remoteproc: qcom: Replace hard coded values with macrosSrinivasa Rao Mandadapu2022-12-281-2/+5
* remoteproc: qcom: Update rproc parse firmware callbackSrinivasa Rao Mandadapu2022-12-281-1/+22
* remoteproc: qcom: Add compatible name for SC7280 ADSPSrinivasa Rao Mandadapu2022-12-281-0/+16
* remoteproc: qcom: Add flag in adsp private data structureSrinivasa Rao Mandadapu2022-12-281-0/+5
* remoteproc: qcom: q6v5: Avoid setting smem bit in case of crash shutdownGokul krishna Krishnakumar2022-12-281-2/+2
* remoteproc: qcom: wcnss: remove unused qcom_iris_driver declarationGaosheng Cui2022-12-281-2/+0
* remoteproc: move from strlcpy with unused retval to strscpyWolfram Sang2022-12-281-1/+1
* remoteproc: qcom: q6v5: Use _clk_get_optional for aggre2_clkAbel Vesa2022-12-281-35/+7
* remoteproc: qcom: qcom_wcnss: Add support for pronto-v3Vladimir Lypak2022-12-271-0/+12
* remoteproc: qcom: q6v5-mss: Add modem support on MSM8953Sireesh Kodali2022-12-271-2/+53
* remoteproc: qcom: q6v5-mss: Add support for MSM8909Stephan Gerhold2022-12-271-33/+90
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-2544-66/+66
* Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-231-3/+16
|\
| * spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy2022-12-141-3/+16
* | Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-231-2/+2
|\ \
| * | regulator: core: fix deadlock on regulator enableJohan Hovold2022-12-151-1/+1
| * | regulator: core: Fix resolve supply lookup issueChiYuan Huang2022-12-141-1/+1
* | | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-231-1/+5
|\ \ \
| * | | lkdtm: cfi: Make PAC test work with GCC 7 and 8Kristina Martsenko2022-12-151-1/+5
* | | | Merge tag 'drm-next-2022-12-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-2347-372/+647
|\ \ \ \
| * | | | drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependencyChristian König2022-12-211-0/+2
| * | | | drm/amdgpu: enable VCN DPG for GC IP v11.0.4Saleemkhan Jamadar2022-12-211-0/+1
| * | | | drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Tim Huang2022-12-201-1/+2
| * | | | drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asicsEvan Quan2022-12-202-6/+28
| * | | | drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34Evan Quan2022-12-203-1/+4
| * | | | drm/amdgpu: skip MES for S0ix as well since it's part of GFXAlex Deucher2022-12-201-2/+3
| * | | | drm/amd/pm: avoid large variable on kernel stackArnd Bergmann2022-12-201-5/+16
| * | | | drm/amdkfd: Fix double release compute pasidPhilip Yang2022-12-203-15/+40
| * | | | drm/amdkfd: Fix kfd_process_device_init_vm error handlingPhilip Yang2022-12-201-6/+6
| * | | | Merge tag 'drm-intel-next-fixes-2022-12-15' of git://anongit.freedesktop.org/...Dave Airlie2022-12-2010-88/+96
| |\ \ \ \
| | * | | | drm/i915/ttm: consider CCS for backup objectsMatthew Auld2022-12-143-5/+26
| | * | | | drm/i915/migrate: fix corner case in CCS aux copyingMatthew Auld2022-12-141-8/+29
| | * | | | drm/i915/migrate: Account for the reserved_spaceChris Wilson2022-12-131-4/+12
| | * | | | drm/i915/display: Don't disable DDI/Transcoder when setting phy test patternKhaled Almahallawy2022-12-131-59/+0
| | * | | | drm/i915: Fix VLV/CHV HDMI/DP audio enableVille Syrjälä2022-12-132-8/+21
| | * | | | drm/i915/perf: Do not parse context image for HSWUmesh Nerlige Ramappa2022-12-091-1/+5
| | * | | | drm/i915: Fix documentation for intel_uncore_forcewake_put__lockedMiaoqian Lin2022-12-091-2/+2