summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorLines
2018-12-12Merge tag 'tegra-for-4.21-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson-37/+441
2018-12-12Merge tag 'renesas-drivers-for-v4.21' of https://git.kernel.org/pub/scm/linux...Olof Johansson-75/+29
2018-12-12ARM: at91: add support in soc driver for new SAM9X60Sandeep Sheriker Mallikarjun-0/+5
2018-12-12ARM: at91: add support in soc driver for LPDDR2 SiPNicolas Ferre-0/+12
2018-12-10soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependencyCorentin Labbe-0/+1
2018-12-10soc: imx: gpc: Increase GPC_CLK_MAX to 7Leonard Crestez-1/+1
2018-12-06soc: renesas: rcar-sysc: Fix power domain control after system resumeGeert Uytterhoeven-19/+9
2018-12-06soc: renesas: rcar-sysc: Merge PM Domain registration and linkingGeert Uytterhoeven-13/+5
2018-12-06soc: renesas: rcar-sysc: Remove rcar_sysc_power_{down,up}() helpersGeert Uytterhoeven-15/+4
2018-12-06soc: renesas: r8a77990-sysc: Fix initialization order of 3DG-{A,B}Geert Uytterhoeven-19/+4
2018-12-05soc: sunxi: sram: Add support for the H5 SoC system controlPaul Kocialkowski-0/+4
2018-12-05soc: sunxi: sram: Enable EMAC clock access for H3 variantPaul Kocialkowski-1/+5
2018-12-05soc: imx: gpcv2: add support for i.MX8MQ SoCLucas Stach-5/+211
2018-12-05soc: imx: gpcv2: move register access table to domain dataLucas Stach-20/+24
2018-12-05soc: imx: gpcv2: prefix i.MX7 specific definesLucas Stach-28/+28
2018-12-03Merge tag 'qcom-drivers-for-4.21' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson-84/+59
2018-12-03Merge tag 'arm-soc/for-4.21/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson-6/+7
2018-12-02soc: mediatek: Add Mediatek CMDQ helperHoulong Wei-0/+313
2018-11-30Merge tag 'omap-for-v4.21/driver-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson-0/+1
2018-11-30Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson-1/+360
2018-11-30ARM: shmobile: R-Mobile: Move pm-rmobile to drivers/soc/renesas/Geert Uytterhoeven-1/+359
2018-11-30soc: renesas: r8a77980-sysc: Correct A3VIP[012] power domain hierarchyGeert Uytterhoeven-3/+3
2018-11-30soc: renesas: r8a77980-sysc: Correct names of A2DP[01] power domainsGeert Uytterhoeven-2/+2
2018-11-30soc: renesas: r8a77970-sysc: Correct names of A2DP/A2CN power domainsGeert Uytterhoeven-2/+2
2018-11-30soc: renesas: r8a77970-sysc: Remove non-existent CR7 power domainGeert Uytterhoeven-1/+0
2018-11-30soc: renesas: r8a77965-sysc: Remove non-existent A3IR power domainGeert Uytterhoeven-1/+0
2018-11-29soc: qcom: smd-rpm: Add QCS404 compatibleBjorn Andersson-0/+1
2018-11-28soc: amlogic: Add Meson Clock Measure driverNeil Armstrong-0/+359
2018-11-28soc: qcom: llcc-slice: Remove duplicated include from llcc-slice.cYueHaibing-1/+0
2018-11-28soc: bcm: brcmstb: Don't leak device tree node referenceYangtao Li-1/+5
2018-11-28soc/tegra: pmc: Add initial Tegra194 wake eventsThierry Reding-0/+8
2018-11-28soc/tegra: pmc: Add initial Tegra186 wake eventsThierry Reding-0/+8
2018-11-28soc/tegra: pmc: Add wake event supportThierry Reding-0/+225
2018-11-28soc/tegra: pmc: Add Tegra194 supportThierry Reding-1/+65
2018-11-27Merge tag 'tags/bcm2835-drivers-next-2018-11-27' into drivers/nextFlorian Fainelli-4/+1
2018-11-23soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur-7/+26
2018-11-23soc: fsl: qbman: read ithresh from HWMadalin Bucur-1/+1
2018-11-22soc: sunxi: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li-11/+1
2018-11-22soc/tegra: pmc: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li-11/+1
2018-11-22soc/tegra: Don't leak device tree node referenceYangtao Li-1/+5
2018-11-19soc: ti: wkup_m3: Add PRCM int16 as the wake up sourceKeerthy-0/+1
2018-11-16ARM: shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/Geert Uytterhoeven-9/+139
2018-11-16arm64: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/Geert Uytterhoeven-13/+77
2018-11-15drivers: soc: Allow building the amlogic drivers without ARCH_MESONMaxime Jourdan-1/+1
2018-11-14soc: bcm: Switch raspberrypi-power to SPDX identifierStefan Wahren-4/+1
2018-11-14soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()Stephen Boyd-35/+8
2018-11-14soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header()Stephen Boyd-34/+26
2018-11-14soc: qcom: Drop help text for QCOM_QMI_HELPERSNiklas Cassel-5/+0
2018-11-14soc: qcom: qmi_interface: Limit txn ids to U16_MAXArun Kumar Neelakantam-1/+1
2018-11-14soc: qcom: llcc-slice: Add error checks for API functionsJordan Crouse-1/+14