aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds3-4/+4
2022-01-20riscv: canaan: remove useless select of non-existing config SYSCONLukas Bulwahn1-1/+0
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2-2/+2
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-2/+2
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-7/+658
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+11
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-71/+37
2022-01-10Merge tag 'dt-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+4
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds42-663/+2054
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman4-2/+25
2021-12-24ASoC: mediatek: Check for error clk pointerJiasheng Jiang1-4/+11
2021-12-21Merge tag 'qcom-drivers-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/driversArnd Bergmann10-141/+281
2021-12-20soc: qcom: rpmh-rsc: Fix typo in a commentJason Wang1-1/+1
2021-12-20soc: qcom: socinfo: Add SM6350 and SM7225Luca Weiss1-0/+2
2021-12-20soc: qcom: rpmhpd: Sort power-domain definitions and listsRajendra Nayak1-60/+62
2021-12-20soc: qcom: rpmhpd: Remove mx/cx relationship on sc7280Rajendra Nayak1-2/+2
2021-12-20soc: qcom: rpmhpd: Rename rpmhpd struct namesRajendra Nayak1-170/+171
2021-12-20soc: qcom: rpmhpd: sm8450: Add the missing .peer for sm8450_cx_aoRajendra Nayak1-0/+1
2021-12-20soc: qcom: socinfo: add SM8450 IDDmitry Baryshkov1-0/+1
2021-12-20soc: qcom: rpmhpd: Add SM8450 power domainsDmitry Baryshkov1-0/+52
2021-12-20soc: qcom: smem: Update max processor countDmitry Baryshkov1-1/+1
2021-12-20soc: qcom: rpmpd: Add support for sm6125Martin Botka1-0/+23
2021-12-20soc: qcom: aoss: constify static struct thermal_cooling_device_opsRikard Falkeborn1-1/+1
2021-12-20PM: AVS: qcom-cpr: Use div64_ul instead of do_divChangcheng Deng1-1/+1
2021-12-20soc: qcom: llcc: Add configuration data for SM8350Konrad Dybcio1-0/+28
2021-12-20soc: qcom: stats: Add fixed sleep stats offset for older RPM firmwaresStephan Gerhold1-0/+13
2021-12-20Merge tag 'samsung-drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/driversArnd Bergmann5-0/+306
2021-12-20Merge tag 'imx-drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann2-2/+104
2021-12-20Merge tag 'tegra-for-5.17-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann7-25/+326
2021-12-20Merge tag 'tegra-for-5.17-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann1-0/+25
2021-12-20Merge tag 'ti-driver-soc-fixes-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into arm/driversArnd Bergmann3-12/+13
2021-12-18soc: samsung: Add USI driverSam Protsenko3-0/+301
2021-12-17Merge tag 'renesas-drivers-for-v5.17-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/driversArnd Bergmann8-380/+502
2021-12-17soc: imx: imx8m-blk-ctrl: add i.MX8MN DISP blk-ctrlAdam Ford1-1/+76
2021-12-17soc: imx: gpcv2: Add dispmix and mipi domains to imx8mnAdam Ford1-0/+25
2021-12-17soc: imx: gpcv2: keep i.MX8MN gpumix bus clock enabledAdam Ford1-0/+1
2021-12-16soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()Thomas Gleixner1-6/+0
2021-12-16soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocationThomas Gleixner1-46/+26
2021-12-16soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner2-13/+1
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner1-4/+4
2021-12-16soc: ti: ti_sci_inta_msi: Use msi_desc::msi_indexThomas Gleixner1-3/+3
2021-12-16soc: ti: ti_sci_inta_msi: Allocate MSI device data on first useThomas Gleixner1-0/+4
2021-12-16device: Move MSI related data into a structThomas Gleixner2-3/+3
2021-12-16Merge tag 'tegra-for-5.16-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixesArnd Bergmann2-2/+2
2021-12-16soc/tegra: pmc: Rename core power domainDmitry Osipenko1-1/+1
2021-12-16soc/tegra: pmc: Rename 3d power domainsDmitry Osipenko1-4/+4
2021-12-16soc/tegra: Enable runtime PM during OPP state-syncingDmitry Osipenko1-0/+25
2021-12-16soc/tegra: regulators: Prepare for suspendDmitry Osipenko2-0/+221
2021-12-16soc/tegra: fuse: Use resource-managed helpersDmitry Osipenko2-17/+48
2021-12-16soc/tegra: fuse: Reset hardwareDmitry Osipenko2-0/+26