aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'rproc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds1-10/+17
13 daysMerge tag 'spi-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+5
13 daysMerge tag 'regulator-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-6/+54
13 daysMerge tag 'pmdomain-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds1-0/+1
14 daysMerge tag 'soc-arm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+9
14 daysMerge tag 'soc-drivers-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds52-856/+2310
2026-08-18soc: qcom: make QCOM_PDR_MSG selectableArnd Bergmann1-3/+3
2026-08-18soc: qcom: ubwc: Fix link error when QCOM_SMEM=nDaniel Baluta1-0/+1
2026-08-12pmdomain: renesas: Add R-Car X5H MDLC driverGeert Uytterhoeven1-0/+1
2026-08-10Merge tag 'zynqmp-soc-for-7.3' of https://github.com/Xilinx/linux-xlnx into soc/driversArnd Bergmann1-4/+1
2026-08-10Merge tag 'soc_fsl-7.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/chleroy/linux into soc/driversArnd Bergmann7-97/+660
2026-08-10Merge tag 'apple-soc-drivers-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into soc/driversArnd Bergmann4-2/+200
2026-08-10Merge tag 'qcom-drivers-for-7.3-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann8-54/+548
2026-08-10Merge tag 'ti-driver-soc-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/driversArnd Bergmann3-5/+7
2026-08-07soc: qcom: rpmh: Add support to read back resource settingsMaulik Shah2-6/+54
2026-08-07soc: fsl: qe: check platform_driver_register() in qe_ic_of_init()Linkai Gong1-2/+1
2026-08-07soc: fsl: guts: implement the RCW override procedureVladimir Oltean1-5/+394
2026-08-07soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()Vladimir Oltean1-7/+10
2026-08-07soc: fsl: guts: make it easier to determine on which SoC we are runningIoana Ciornei1-6/+41
2026-08-07soc: fsl: guts: add a central fsl_guts_read() functionIoana Ciornei1-4/+9
2026-08-07soc: fsl: guts: add a global structure to hold stateIoana Ciornei1-11/+18
2026-08-07soc: fsl: guts: use a macro to encode the DCFG CCSR spaceIoana Ciornei1-1/+3
2026-08-07soc: fsl: guts: perform fsl_guts_init() error teardown in reverse order of setupVladimir Oltean1-13/+20
2026-08-07soc: fsl: qe: Add support of IRQs in QE GPIOPaul Louvel2-1/+28
2026-08-04Merge tag 'qcom-drivers-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann9-280/+256
2026-08-04Merge tag 'aspeed-7.3-drivers-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into soc/driversArnd Bergmann1-0/+1
2026-08-04Merge tag 'tegra-for-7.3-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/driversArnd Bergmann5-40/+20
2026-08-04Merge tag 'amlogic-drivers-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into soc/driversArnd Bergmann1-0/+286
2026-08-04Merge tag 'aspeed-7.2-driver-fixes-0' of https://git.kernel.org/pub/scm/linux/kernel/git/bmc/linux into arm/fixesArnd Bergmann2-12/+27
2026-08-04soc: aspeed: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-08-03soc: fsl: qe: Rename irq variable to parent_irqPaul Louvel1-6/+6
2026-08-03soc: fsl: qe: Convert to generic IRQ chipPaul Louvel2-41/+76
2026-08-03soc: fsl: qe: Handle spurious interruptsPaul Louvel1-0/+6
2026-08-03soc: fsl: qe: Iterate over all pending interrupts in cascade handlerPaul Louvel1-12/+5
2026-08-03soc: fsl: qe: Use generic_handle_domain_irq()Paul Louvel1-2/+3
2026-08-03soc: fsl: qe: Add chained_irq_{enter,exit}() calls in cascade handlerPaul Louvel1-0/+7
2026-08-03soc: fsl: qe: implement get_direction()Christophe Leroy (CS GROUP)1-0/+25
2026-08-03soc: fsl: dpio: Remove redundant dev_err()Pan Chuang1-5/+1
2026-08-03soc: fsl: qe: properly scan GPIO nodes at startupChristophe Leroy (CS GROUP)1-0/+15
2026-07-31soc/tegra: Add PM dependency to SOC_TEGRA_PMC KconfigSasha Levin1-0/+1
2026-07-31soc/tegra: fuse: Use device-specific instance in suspend/resumeKartik Rajput1-0/+5
2026-07-31soc/tegra: fuse: Do not use fuse data as entropy sourceKartik Rajput1-24/+0
2026-07-31soc/tegra: cbb: Remove redundant dev_err()Pan Chuang1-7/+2
2026-07-30remoteproc: qcom: pas: Map/unmap subsystem region before auth_and_resetMukesh Ojha1-4/+11
2026-07-30soc: qcom: qcom_stats: Replace CLIENT_VOTES_OFFSET macro with sizeof()Maulik Shah1-3/+1
2026-07-30soc: qcom: qcom_stats: Remove unused macro definitionsMaulik Shah1-5/+0
2026-07-30soc: qcom: ubwc: Get HBB from SMEMKonrad Dybcio1-1/+39
2026-07-30soc: qcom: smem: Expose DDR data from SMEMKonrad Dybcio4-22/+483
2026-07-30soc: qcom: smem: Use 'unsigned int' instead of 'unsigned'Konrad Dybcio1-11/+10
2026-07-30soc: qcom: geni-se: Use HW PROG_RAM_DEPTH to validate firmware sizeViken Dadhaniya1-11/+13