summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2020-07-06soc: ux500: Use custom soc attribute group instead of device_create_fileSudeep Holla1-4/+8
2020-07-06soc: ux500: Switch to use DEVICE_ATTR_RO()Sudeep Holla1-7/+5
2020-07-06soc: integrator: Use custom soc attribute group instead of device_create_fileSudeep Holla1-5/+11
2020-07-06soc: integrator: Switch to use DEVICE_ATTR_RO()Sudeep Holla1-24/+16
2020-07-06soc: realview: Use custom soc attribute group instead of device_create_fileSudeep Holla1-5/+11
2020-07-06soc: realview: Switch to use DEVICE_ATTR_RO()Sudeep Holla1-24/+16
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-29soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID'sChristian Hewitt1-3/+5
2020-06-28Merge tag 'arm-omap-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2020-06-28Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann1-3/+7
2020-06-28Merge tag 'omap-for-v5.8/fixes-merge-window-signed' of git://git.kernel.org/p...Arnd Bergmann1-4/+4
2020-06-24soc: qcom-geni-se: Add interconnect support to fix earlycon crashAkash Asthana1-0/+68
2020-06-24soc: qcom: geni: Support for ICC votingAkash Asthana1-0/+82
2020-06-24soc: qcom: rpmh-rsc: Don't use ktime for timeout in write_tcs_reg_sync()Douglas Anderson1-5/+13
2020-06-24soc: imx8m: fix build warningPeng Fan1-1/+1
2020-06-23soc: qcom: smd-rpm: Add msm8994 compatibleKonrad Dybcio1-0/+1
2020-06-23soc: qcom: socinfo: add SM8250 entry to soc_id arrayDmitry Baryshkov1-0/+1
2020-06-23soc: qcom: socinfo: add file with SoC info format versionDmitry Baryshkov1-0/+3
2020-06-23soc: qcom: socinfo: fix printing of pmic_modelDmitry Baryshkov1-1/+4
2020-06-23soc: qcom: socinfo: add support for newer socinfo dataDmitry Baryshkov1-0/+55
2020-06-23soc: imx8m: Correct i.MX8MP UID fuse offsetAnson Huang1-2/+6
2020-06-23soc: imx: scu: use devm_kasprintfPeng Fan1-26/+11
2020-06-23drivers: soc: Add MSM8936 SMD RPM compatibleKonrad Dybcio1-0/+1
2020-06-22soc: qcom: rpmh: Update rpmh_invalidate function to return voidMaulik Shah1-3/+1
2020-06-22soc: qcom: rpmh: Allow RPMH on ARM SoCLina Iyer1-1/+1
2020-06-22soc: qcom: rpmh-rsc: Set suppress_bind_attrs flagMaulik Shah1-0/+1
2020-06-22soc: mediatek: cmdq: add set event functionDennis YC Hsieh1-0/+15
2020-06-22soc: mediatek: cmdq: export finalize functionDennis YC Hsieh1-5/+2
2020-06-22soc: mediatek: cmdq: add assign functionDennis YC Hsieh1-1/+23
2020-06-22soc: qcom: socinfo: Add socinfo entry for SDM630Konrad Dybcio1-0/+1
2020-06-18soc: xilinx: Fix error code in zynqmp_pm_probe()Dan Carpenter1-1/+1
2020-06-15soc: ti: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds3-166/+0
2020-06-08Merge branch 'fixes-v5.7' into fixesTony Lindgren5-12/+22
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-36/+7
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+51
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds38-338/+1558
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-0/+195
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+1
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-389/+0
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-05-28soc: sifive: l2 cache: Mark l2_get_priv_group as staticPalmer Dabbelt1-1/+1
2020-05-28soc: sifive: l2 cache: Eliminate an unsigned zero compare warningPalmer Dabbelt1-1/+1
2020-05-28Merge tag 'drivers_soc_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann4-1/+164
2020-05-28Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann5-21/+8
2020-05-27drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops staticSamuel Zou1-1/+1
2020-05-27soc: ti: add k3 platforms chipid module driverGrygorii Strashko3-0/+163
2020-05-26cpuidle: Convert Qualcomm SPM driver to a generic CPUidle driverStephan Gerhold3-389/+0
2020-05-26Merge tag 'imx-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Arnd Bergmann2-0/+195