summaryrefslogtreecommitdiffstats
path: root/drivers/soc
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'soc-attr-updates-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2020-07-063-60/+58
| |\ \
| | * | soc: ux500: Use custom soc attribute group instead of device_create_fileSudeep Holla2020-07-061-4/+8
| | * | soc: ux500: Switch to use DEVICE_ATTR_RO()Sudeep Holla2020-07-061-7/+5
| | * | soc: integrator: Use custom soc attribute group instead of device_create_fileSudeep Holla2020-07-061-5/+11
| | * | soc: integrator: Switch to use DEVICE_ATTR_RO()Sudeep Holla2020-07-061-24/+16
| | * | soc: realview: Use custom soc attribute group instead of device_create_fileSudeep Holla2020-07-061-5/+11
| | * | soc: realview: Switch to use DEVICE_ATTR_RO()Sudeep Holla2020-07-061-24/+16
| | |/
* | | Merge tag 'imx-fixes-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-07-161-0/+3
|\ \ \
| * | | soc: imx: check ls1021aPeng Fan2020-07-131-0/+3
* | | | Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Arnd Bergmann2020-07-161-3/+5
|\ \ \ \
| * | | | soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID'sChristian Hewitt2020-06-291-3/+5
| | |_|/ | |/| |
* | | | Merge tag 'arm-omap-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-281-4/+4
|\ \ \ \
| * \ \ \ Merge tag 'omap-for-v5.8/fixes-merge-window-signed' of git://git.kernel.org/p...Arnd Bergmann2020-06-281-4/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'fixes-v5.7' into fixesTony Lindgren2020-06-085-12/+22
| | |\ \ \
| | * | | | soc: ti: omap-prm: use atomic iopoll instead of sleeping oneTero Kristo2020-05-191-4/+4
* | | | | | Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann2020-06-281-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | soc: imx8m: fix build warningPeng Fan2020-06-241-1/+1
| * | | | soc: imx8m: Correct i.MX8MP UID fuse offsetAnson Huang2020-06-231-2/+6
| | |_|/ | |/| |
* / | | soc: ti: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/ / /
* | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* | | Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-06-083-166/+0
|\ \ \
| * | | rpmsg: glink: Integrate glink_ssr in qcom_glinkBjorn Andersson2020-05-073-180/+0
| * | | soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson2020-05-071-5/+19
| |/ /
* | | Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-072-36/+7
|\ \ \
| * | | firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja2020-04-281-14/+2
| * | | firmware: xilinx: Remove eemi ops for release_nodeRajan Vaja2020-04-281-4/+1
| * | | firmware: xilinx: Remove eemi ops for request_nodeRajan Vaja2020-04-281-4/+1
| * | | firmware: xilinx: Remove eemi ops for set_suspend_modeRajan Vaja2020-04-281-5/+1
| * | | firmware: xilinx: Remove eemi ops for init_finalizeRajan Vaja2020-04-281-8/+1
| * | | firmware: xilinx: Remove eemi ops for get_api_versionRajan Vaja2020-04-281-2/+2
* | | | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-042-1/+51
|\ \ \ \
| * | | | soc: sifive: l2 cache: Mark l2_get_priv_group as staticPalmer Dabbelt2020-05-281-1/+1
| * | | | soc: sifive: l2 cache: Eliminate an unsigned zero compare warningPalmer Dabbelt2020-05-281-1/+1
| * | | | riscv: Add support to determine no. of L2 cache way enabledYash Shah2020-05-201-0/+38
| * | | | riscv: K210: Add a built-in device treePalmer Dabbelt2020-05-181-0/+12
| |/ / /
* | | | Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-0438-338/+1558
|\ \ \ \
| * \ \ \ Merge tag 'drivers_soc_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2020-05-284-1/+164
| |\ \ \ \
| | * | | | drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops staticSamuel Zou2020-05-271-1/+1
| | * | | | soc: ti: add k3 platforms chipid module driverGrygorii Strashko2020-05-273-0/+163
| | | |/ / | | |/| |
| * | | | Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2020-05-285-21/+8
| |\ \ \ \
| | * | | | soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_registerYueHaibing2020-05-221-12/+0
| | * | | | soc: fsl: qe: clean up an indentation issueColin Ian King2020-05-221-1/+1
| | * | | | soc: fsl: dpio: Prefer the CPU affine DPIORoy Pledge2020-05-221-1/+5
| | * | | | soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashingYueHaibing2020-05-221-5/+0
| | * | | | soc: fsl: qe: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-221-2/+2
| | |/ / /
| * | | | Merge tag 'imx-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-05-261-4/+3
| |\ \ \ \
| | * | | | soc: imx8m: No need to put node when of_find_compatible_node() failedAnson Huang2020-04-141-4/+3
| | |/ / /
| * | | | Merge tag 'tegra-for-5.8-soc-v2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2020-05-257-14/+94
| |\ \ \ \
| | * | | | soc/tegra: pmc: Enable PMIC wake event on Tegra210Jon Hunter2020-05-221-0/+1
| | * | | | soc/tegra: pmc: Enable PMIC wake event on Tegra194Jon Hunter2020-05-071-0/+1