summaryrefslogtreecommitdiffstats
path: root/drivers/soc
Commit message (Expand)AuthorAgeFilesLines
...
| * | soc: renesas: Remove duplicate setup of soc_device_attribute.familyGeert Uytterhoeven2023-12-131-4/+0
| |/
* | Merge tag 'mtk-soc-for-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2023-12-225-676/+1334
|\ \
| * | soc: mediatek: mtk-svs: Constify runtime-immutable members of svs_bankAngeloGioacchino Del Regno2023-12-111-573/+631
| * | soc: mediatek: mtk-svs: Use ULONG_MAX to compare floor frequencyAngeloGioacchino Del Regno2023-12-111-1/+1
| * | soc: mediatek: mtk-svs: Check if SVS mode is available in the beginningAngeloGioacchino Del Regno2023-12-111-0/+16
| * | soc: mediatek: mtk-svs: Cleanup of svs_probe() functionAngeloGioacchino Del Regno2023-12-111-21/+11
| * | soc: mediatek: mtk-svs: Compress of_device_id entriesAngeloGioacchino Del Regno2023-12-111-18/+6
| * | soc: mediatek: mtk-svs: Remove redundant print in svs_get_efuse_dataAngeloGioacchino Del Regno2023-12-111-2/+0
| * | soc: mediatek: mtk-svs: Commonize MT8192 probe function for MT8186AngeloGioacchino Del Regno2023-12-111-37/+7
| * | soc: mediatek: mtk-svs: Drop supplementary svs per-bank pointerAngeloGioacchino Del Regno2023-12-111-47/+40
| * | soc: mediatek: mtk-svs: Commonize efuse parse function for most SoCsAngeloGioacchino Del Regno2023-12-111-266/+66
| * | 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