summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-12Merge tag 'hisi-drivers-for-6.6' of https://github.com/hisilicon/linux-hisi i...Arnd Bergmann6-0/+1490
2023-08-12Merge tag 'samsung-drivers-6.6' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann3-3/+3
2023-08-12Merge tag 'reset-for-v6.6' of git://git.pengutronix.de/pza/linux into soc/dri...Arnd Bergmann22-34/+20
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-08reset: ti: syscon: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: zynqmp: removed unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: zynq: remove unneeded call to platfrom_set_drvdata()Andrei Coardos1-1/+0
2023-08-08reset: uniphier-glue: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: npcm: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: meson: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: lpc18xx: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: lantiq: remove unneeded call to platform_set_drvdata()Andrei Coardos1-1/+0
2023-08-08reset: bcm6345: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08reset: ath79: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-08soc: hisilicon: add sysfs entry to query information of HCCSHuisong Li2-0/+660
2023-08-08soc: hisilicon: Support HCCS driver on Kunpeng SoCHuisong Li6-0/+830
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-28reset: hisilicon: Use dev_err_probe instead of dev_errWang Ming1-2/+2
2023-07-28reset: reset-zynqmp: add support for Versal NET platformPiyush Mehta1-0/+7
2023-07-28reset: Explicitly include correct DT includesRob Herring15-14/+11
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-20soc: samsung: Explicitly include correct DT includesRob Herring3-3/+3
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