summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorLines
2025-07-08soc: Use dev_fwnode()Jiri Slaby (SUSE)-4/+2
2025-07-08soc: fsl: qe: use new GPIO line value setter callbacksBartosz Golaszewski-2/+4
2025-07-08soc: aspeed: lpc-snoop: Lift channel config to const structsAndrew Jeffery-54/+45
2025-07-08soc: aspeed: lpc-snoop: Consolidate channel initialisationAndrew Jeffery-27/+24
2025-07-08soc: aspeed: lpc-snoop: Use dev_err_probe() where possibleAndrew Jeffery-10/+5
2025-07-08soc: aspeed: lpc-snoop: Switch to devm_clk_get_enabled()Andrew Jeffery-16/+4
2025-07-08soc: aspeed: lpc-snoop: Rearrange channel pathsAndrew Jeffery-22/+28
2025-07-08soc: aspeed: lpc-snoop: Rename 'channel' to 'index' in channel pathsAndrew Jeffery-21/+22
2025-07-08soc: aspeed: lpc-snoop: Constrain parameters in channel pathsAndrew Jeffery-9/+16
2025-07-08soc: aspeed: lpc-snoop: Ensure model_data is validAndrew Jeffery-6/+6
2025-07-07arm64: defconfig: Enable Tegra HSP and BPMPThierry Reding-9/+0
2025-07-07soc/tegra: Add Tegra264 APBMISC compatible stringThierry Reding-0/+1
2025-07-07soc/tegra: pmc: Add Tegra264 supportThierry Reding-0/+121
2025-07-07soc/tegra: Enable support for Tegra264Thierry Reding-0/+8
2025-07-04soc: qcom: ubwc: Fill in UBWC swizzle cfg for platforms that lack oneKonrad Dybcio-0/+18
2025-07-04soc: qcom: ubwc: Add #defines for UBWC swizzle bitsKonrad Dybcio-12/+25
2025-07-04soc: qcom: ubwc: Fix SM6125's ubwc_swizzle valueKonrad Dybcio-1/+1
2025-07-04soc: qcom: Add UBWC config providerKonrad Dybcio-0/+260
2025-07-02soc: aspeed: lpc-snoop: Don't disable channels that aren't enabledAndrew Jeffery-0/+11
2025-07-02soc: aspeed: lpc-snoop: Cleanup resources in stack-orderAndrew Jeffery-1/+1
2025-06-25soc: qcom: mdt_loader: Fix error return values in mdt_header_valid()Dan Carpenter-2/+2
2025-06-25soc: mediatek: mtk-mutex: Fix confusing usage of MUTEX_MOD2Jason-JH Lin-53/+56
2025-06-17soc: qcom: socinfo: Add support to retrieve TME build detailsKathiravan Thirumoorthy-0/+2
2025-06-17soc: qcom: fix endianness for QMI headerAlexander Wilhelm-6/+6
2025-06-17soc: qcom: QMI encoding/decoding for big endianAlexander Wilhelm-8/+38
2025-06-17soc: qcom: qcom_stats: Add QMP support for syncing ddr statsMaulik Shah-1/+35
2025-06-17soc: qcom: qcom_stats: Add support to read DDR statisticMaulik Shah-0/+99
2025-06-16soc: qcom: mdt_loader: Actually use the e_phoffBjorn Andersson-5/+5
2025-06-16soc: qcom: mdt_loader: Rename mdt_phdr_valid()Bjorn Andersson-5/+5
2025-06-16soc: qcom: mdt_loader: Ensure we don't read past the ELF headerBjorn Andersson-0/+43
2025-06-13soc: renesas: pwc-rzv2m: Use new GPIO line value setter callbacksBartosz Golaszewski-3/+5
2025-06-13soc: renesas: Add RZ/N2H (R9A09G087) config optionLad Prabhakar-0/+6
2025-06-10soc: renesas: Add RZ/T2H (R9A09G077) config optionThierry Bultel-0/+6
2025-05-31Merge tag 'soc-drivers-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-193/+1606
2025-05-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-21/+329
2025-05-27Merge tag 'pwm/for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+42
2025-05-27Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+3
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+9
2025-05-27Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+1
2025-05-22Merge tag 'soc_fsl-6.16-1' of https://github.com/chleroy/linux into soc/driversArnd Bergmann-8/+6
2025-05-21Merge tag 'samsung-drivers-6.16-2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann-1/+78
2025-05-21soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()Henry Martin-2/+13
2025-05-21soc: aspeed: lpc: Fix impossible judgment conditionSu Hui-1/+1
2025-05-21Merge tag 'riscv-sophgo-soc-for-v6.16' of https://github.com/sophgo/linux int...Arnd Bergmann-0/+148
2025-05-21Merge tag 'qcom-drivers-for-6.16' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-21/+526
2025-05-21Merge tag 'soc-drivers-6.16' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-5/+148
2025-05-21Merge tag 'amlogic-driver-for-v6.16' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann-39/+422
2025-05-21Merge tag 'ti-driver-soc-for-v6.16' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-8/+7
2025-05-17soc: fsl: qe: Consolidate chained IRQ handler install/removeChen Ni-6/+4
2025-05-16soc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-8/+9