summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-12Merge tag 'sunxi-drivers-for-6.6-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2-4/+2
2023-08-12Merge tag 'amlogic-drivers-for-v6.6' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann5-6/+33
2023-08-12Merge tag 'scmi-updates-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-82/+348
2023-08-12Merge tag 'vexpress-updates-6.6' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-3/+1
2023-08-12Merge tag 'zynqmp-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into s...Arnd Bergmann2-6/+5
2023-08-12Merge tag 'tegra-for-6.6-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann8-30/+10
2023-08-06soc: sunxi: Explicitly include correct DT includesRob Herring1-1/+1
2023-08-04firmware: meson_sm: fix to avoid potential NULL pointer dereferenceZhang Shurong1-0/+2
2023-08-04soc: amlogic: Explicitly include correct DT includesRob Herring4-5/+4
2023-08-04firmware: arm_scmi: Add v3.2 perf level indexing mode supportCristian Marussi1-70/+297
2023-08-04firmware: arm_scmi: Harden perf domain info accessCristian Marussi1-25/+64
2023-08-04soc: xilinx: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie1-2/+2
2023-08-04soc: xilinx: Explicitly include correct DT includesRob Herring1-0/+1
2023-07-31Merge tag 'genpd-v6.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Neil Armstrong102-82/+207
2023-07-31soc: c3: Add support for power domains controllerXianwei Zhao1-0/+26
2023-07-31soc: amlogic: use name instead of index as criterionXianwei Zhao1-1/+1
2023-07-31bus: sunxi-rsb: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-07-27soc/tegra: cbb: Remove unnecessary print function dev_err()Jiapeng Chong1-6/+2
2023-07-27soc/tegra: fuse: Sort includes alphabeticallyThierry Reding1-2/+2
2023-07-26Merge branch 'drivers/genpd' into soc/driversArnd Bergmann4-5/+1
2023-07-26genpd: move owl-sps-helper.c from drivers/socArnd Bergmann4-4/+1
2023-07-26soc: starfive: remove stale Makefile entryArnd Bergmann1-1/+0
2023-07-21bus: tegra-gmi: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-07-21soc/tegra: fuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+3
2023-07-21soc/tegra: Explicitly include correct DT includesRob Herring5-13/+2
2023-07-21Merge branch 'genpd_create_dir' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann102-82/+207
2023-07-16Merge tag 'pinctrl-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-55/+63
2023-07-15Merge tag 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+3
2023-07-15Merge tag 'regmap-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-07-15Merge tag 'iommu-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-14/+16
2023-07-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds14-57/+79
2023-07-15Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds7-24/+88
2023-07-14Merge tag 'riscv-for-linus-6.5-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+0
2023-07-14Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-2/+2
2023-07-14Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds46-262/+315
2023-07-14iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()Dan Carpenter1-1/+2
2023-07-14iommu: Fix crash during syfs iommu_groups/N/typeJason Gunthorpe1-13/+14
2023-07-14ARM: ux500: Move power-domain driver to the genpd dirUlf Hansson3-0/+97
2023-07-14soc: xilinx: Move power-domain driver to the genpd dirUlf Hansson4-1/+3
2023-07-14soc: ti: Mover power-domain drivers to the genpd dirUlf Hansson5-2/+4
2023-07-14soc: tegra: Move powergate-bpmp driver to the genpd dirUlf Hansson4-1/+3
2023-07-14soc: sunxi: Move power-domain driver to the genpd dirUlf Hansson4-1/+3
2023-07-14soc: starfive: Move the power-domain driver to the genpd dirUlf Hansson4-3/+3
2023-07-14soc: samsung: Move power-domain driver to the genpd dirUlf Hansson4-1/+3
2023-07-14soc: rockchip: Mover power-domain driver to the genpd dirUlf Hansson4-1/+3
2023-07-14soc: renesas: Move power-domain drivers to the genpd dirUlf Hansson31-27/+31
2023-07-14soc: qcom: Move power-domain drivers to the genpd dirUlf Hansson6-3/+5
2023-07-14Merge tag 'amd-drm-fixes-6.5-2023-07-12' of https://gitlab.freedesktop.org/ag...Dave Airlie12-141/+101
2023-07-14Merge tag 'drm-intel-fixes-2023-07-13' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-6/+11
2023-07-14Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds58-368/+597