summaryrefslogtreecommitdiffstats
path: root/drivers/soc
Commit message (Expand)AuthorAgeFilesLines
...
| * | soc: mediatek: mtk-svs: Move t-calibration-data retrieval to svs_probe()AngeloGioacchino Del Regno2023-12-111-26/+6
| * | soc: mediatek: mtk-svs: Add SVS-Thermal coefficient to SoC platform dataAngeloGioacchino Del Regno2023-12-111-0/+12
| * | soc: mediatek: mtk-svs: Add a map to retrieve fused valuesAngeloGioacchino Del Regno2023-12-111-0/+87
| * | soc: mediatek: mtk-svs: Change the thermal sensor device nameAngeloGioacchino Del Regno2023-12-111-3/+3
| * | soc: mediatek: mtk-svs: Reduce memory footprint of struct svs_bankAngeloGioacchino Del Regno2023-12-111-25/+26
| * | soc: mediatek: mtk-svs: Build bank name string dynamicallyAngeloGioacchino Del Regno2023-12-111-22/+17
| * | soc: mediatek: mtk-svs: Convert sw_id and type to enumerationsAngeloGioacchino Del Regno2023-12-111-86/+106
| * | soc: mediatek: mtk-svs: Subtract offset from regs_v2 to avoid conflictAngeloGioacchino Del Regno2023-12-111-54/+54
| * | soc: mediatek: Add MT8188 VDOSYS reset bit mapHsiao Chien Sung2023-12-112-1/+90
| * | soc: mediatek: Support reset bit mapping in mmsys driverHsiao Chien Sung2023-12-112-0/+12
| * | soc: mediatek: Support MT8188 VDOSYS1 Padding in mtk-mmsysHsiao Chien Sung2023-12-111-0/+16
| * | soc: mediatek: Support MT8188 VDOSYS1 in mtk-mmsysHsiao Chien Sung2023-12-114-0/+203
| * | soc: mediatek: mmsys: Add support for MT8188 VPPSYSyu-chang.lee2023-12-111-0/+12
| * | soc: mediatek: svs: Add support for MT8186 SoCMark Tseng2023-12-111-0/+282
| * | soc: mediatek: svs: Add support for MT8195 SoCMark Tseng2023-12-111-0/+136
| |/
* | Merge tag 'fsl_qmc_tsa_v6.8' of https://github.com//hcodina/linux into soc/dr...Arnd Bergmann2023-12-222-169/+511
|\ \
| * | soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtimeHerve Codina2023-12-121-0/+51
| * | soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()Herve Codina2023-12-121-28/+0
| * | soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()Herve Codina2023-12-121-46/+195
| * | soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flagHerve Codina2023-12-121-1/+4
| * | soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setupHerve Codina2023-12-121-14/+35
| * | soc: fsl: cpm1: qmc: Add support for disabling channel TSA entriesHerve Codina2023-12-121-9/+11
| * | soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()Herve Codina2023-12-121-4/+4
| * | soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()Herve Codina2023-12-121-20/+0
| * | soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*Herve Codina2023-12-121-36/+125
| * | soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*Herve Codina2023-12-121-8/+8
| * | soc: fsl: cpm1: qmc: Introduce available timeslots masksHerve Codina2023-12-121-2/+6
| * | soc: fsl: cpm1: qmc: Add support for child devicesHerve Codina2023-12-121-20/+71
| * | soc: fsl: cpm1: qmc: Remove inline function specifiersHerve Codina2023-12-121-7/+7
| * | soc: fsl: cpm1: qmc: Extend the API to provide Rx statusHerve Codina2023-12-121-4/+25
| * | soc: fsl: cpm1: qmc: Fix rx channel resetHerve Codina2023-12-121-1/+0
| * | soc: fsl: cpm1: qmc: Fix __iomem addresses declarationHerve Codina2023-12-121-17/+17
| * | soc: fsl: cpm1: tsa: Fix __iomem addresses declarationHerve Codina2023-12-121-11/+11
| |/
* | Merge tag 'hisi-drivers-for-6.8' of https://github.com/hisilicon/linux-hisi i...Arnd Bergmann2023-12-222-33/+134
|\ \
| * | soc: hisilicon: kunpeng_hccs: Support the platform with PCC type3 and interru...Huisong Li2023-12-072-25/+125
| * | soc: hisilicon: kunpeng_hccs: Remove an unused blank lineHuisong Li2023-12-071-1/+0
| * | soc: hisilicon: kunpeng_hccs: Add failure log for no _CRS methodHuisong Li2023-12-071-1/+3
| * | soc: hisilicon: kunpeng_hccs: Fix some incorrect format stringsHuisong Li2023-12-071-6/+6
| |/
* | soc: apple: mailbox: Add explicit include of platform_device.hRob Herring2023-11-231-0/+1
* | soc: apple: mailbox: Rename config symbol to APPLE_MAILBOXHector Martin2023-11-232-4/+3
* | soc: apple: rtkit: Port to the internal mailbox driverHector Martin2023-11-233-80/+31
* | soc: apple: mailbox: Add ASC/M3 mailbox driverHector Martin2023-11-234-0/+502
* | soc: apple: rtkit: Get rid of apple_rtkit_send_message_waitHector Martin2023-11-231-32/+0
|/
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-031-2/+2
|\
| * powerpc: Remove cpm_dp...() macrosChristophe Leroy2023-10-201-2/+2
* | Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds2023-11-011-1/+1
|\ \
| * | docs: move powerpc under archCosta Shulyupin2023-10-101-1/+1
| |/
* | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0158-334/+674
|\ \
| * \ Merge tag 'qcom-drivers-for-6.7-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2023-10-252-10/+10
| |\ \
| | * | soc: qcom: pmic_glink_altmode: Print return value on errorLuca Weiss2023-10-221-7/+7