summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2021-02-10Merge tag 'imx-drivers-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-12/+72
2021-02-10Merge tag 'qcom-drivers-for-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann7-42/+178
2021-02-04drivers: soc: atmel: fix type for same7Arnd Bergmann1-1/+1
2021-02-03Merge tag 'v5.11-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Arnd Bergmann5-35/+137
2021-02-03soc: qcom: ocmem: don't return NULL in of_get_ocmemLuca Weiss1-1/+7
2021-02-03Merge tag 'drivers_soc_for_5.12' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann5-46/+61
2021-02-03Merge tag 'arm-soc/for-5.12/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann5-18/+344
2021-02-03Merge tag 'sunxi-drivers-for-5.12' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-8/+23
2021-02-01soc: ti: k3-ringacc: Use of_device_get_match_data()Suman Anna1-4/+3
2021-02-01soc: ti: pruss: Refactor the CFG sub-module initSuman Anna1-41/+50
2021-01-31soc: mediatek: pm-domains: Don't print an error if child domain is deferredEnric Balletbo i Serra1-2/+2
2021-01-31soc: mediatek: pm-domains: Add domain regulator supplyHsin-Yi Wang3-1/+43
2021-01-31soc: mediatek: cmdq: Remove cmdq_pkt_flush()Chun-Kuang Hu1-32/+0
2021-01-31soc: mediatek: pm-domains: Add support for mt8167Fabien Parent3-0/+92
2021-01-28soc: sunxi: sram: Add support for more than one EMAC clockAndre Przywara1-8/+23
2021-01-28soc: qcom: socinfo: Remove unwanted le32_to_cpu()Dmitry Baryshkov1-2/+2
2021-01-27soc: bcm: brcmstb: Remove soc_is_brcmstb()Florian Fainelli1-17/+0
2021-01-27soc: qcom: aoss: Add SM8350 compatibleVinod Koul1-0/+1
2021-01-26drivers: soc: atmel: add spdx license identifierClaudiu Beznea2-10/+2
2021-01-26drivers: soc: atmel: add support for sama7g5Claudiu Beznea2-0/+24
2021-01-26drivers: soc: atmel: add per soc id and version match masksClaudiu Beznea2-66/+140
2021-01-26drivers: soc: atmel: fix "__initconst should be placed after socs[]" warningClaudiu Beznea1-1/+1
2021-01-26drivers: soc: atmel: use GENMASKClaudiu Beznea1-1/+1
2021-01-26drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]Claudiu Beznea1-1/+2
2021-01-25drivers: soc: qcom: rpmpd: Add msm8994 RPM Power DomainsKonrad Dybcio1-0/+28
2021-01-25soc: ti: pruss: Correct the pruss_clk_init error trace textSuman Anna1-1/+1
2021-01-25soc: ti: pm33xx: Fix some resource leak in the error handling paths of the pr...Christophe JAILLET1-1/+4
2021-01-25soc: ti: knav_qmss: Put refcount for dev node in failure caseVasyl Gomonovych2-0/+4
2021-01-21soc: qcom: socinfo: Fix an off by one in qcom_show_pmic_model()Dan Carpenter1-1/+1
2021-01-21soc: qcom: socinfo: Fix off-by-one array index bounds checkColin Ian King1-1/+1
2021-01-15soc: qcom: socinfo: Add MDM9607 IDsKonrad Dybcio1-0/+6
2021-01-15soc: qcom: socinfo: Add SoC IDs for APQ/MSM8998Konrad Dybcio1-0/+2
2021-01-15soc: qcom: socinfo: Add SoC IDs for 630 familyKonrad Dybcio1-0/+7
2021-01-15soc: qcom: socinfo: Open read access to all for debugfsStephen Boyd1-20/+20
2021-01-15soc: qcom: socinfo: add info from PMIC models arrayDmitry Baryshkov1-3/+39
2021-01-15soc: qcom: socinfo: add several PMIC IDsDmitry Baryshkov1-0/+5
2021-01-15soc: qcom: socinfo: add qrb5165 SoC IDDmitry Baryshkov1-0/+1
2021-01-13soc: bcm: add PM driver for Broadcom's PMBRafał Miłecki4-1/+344
2021-01-11soc: imx8m: change to use platform driverAlice Guo1-12/+72
2021-01-07soc: qcom: rpmh: Remove serialization of TCS commandsLina Iyer1-13/+9
2020-12-28soc: qcom: smem: use %*ph to print small bufferAndy Shevchenko1-3/+1
2020-12-28drivers: qcom: rpmh-rsc: Do not read back the register write on triggerLina Iyer1-1/+1
2020-12-28soc: qcom: llcc-qcom: Add support for SM8250 SoCManivannan Sadhasivam1-0/+38
2020-12-28soc: qcom: llcc-qcom: Extract major hardware versionSai Prakash Ranjan1-0/+12
2020-12-28drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCsSudeep Holla1-0/+12
2020-12-18Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds5-0/+200
2020-12-17Merge tag 'dmaengine-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+318
2020-12-17Merge tag 'arm-soc-omap-genpd-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-20/+254
2020-12-17Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds70-388/+2643
2020-12-16Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+2