summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-23Merge tag 'v6.0-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann8-118/+248
2022-09-23Merge tag 'sunxi-drivers-for-6.1-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-34/+40
2022-09-23Merge tag 'imx-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann7-28/+800
2022-09-23Merge tag 'tegra-for-6.1-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-10/+3
2022-09-23Merge tag 'tegra-for-6.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann4-16/+38
2022-09-18soc: sunxi: sram: Add support for the D1 system controlSamuel Holland1-0/+9
2022-09-18soc: sunxi: sram: Export the LDO control registerSamuel Holland1-14/+16
2022-09-18soc: sunxi: sram: Save a pointer to the OF match dataSamuel Holland1-3/+3
2022-09-18soc: sunxi: sram: Return void from the release functionSamuel Holland1-5/+3
2022-09-17soc: apple: rtkit: Add apple_rtkit_pollHector Martin1-0/+6
2022-09-17soc: imx: add i.MX93 media blk ctrl driverPeng Fan2-0/+437
2022-09-17soc: imx: add i.MX93 SRC power domain driverPeng Fan4-0/+206
2022-09-17soc: imx: imx8m-blk-ctrl: Use genpd_xlate_onecellPeng Fan2-28/+0
2022-09-17soc: imx: imx8mp-blk-ctrl: handle PCIe PHY resetsLucas Stach1-0/+10
2022-09-17soc: imx: imx8m-blk-ctrl: add i.MX8MP VPU blk ctrlPeng Fan1-0/+43
2022-09-17soc: imx: add i.MX8MP HDMI blk ctrl HDCP/HRV_MWRPeng Fan1-0/+30
2022-09-17soc: imx: add icc paths for i.MX8MP hsio/hdmi blk ctrlPeng Fan1-0/+35
2022-09-17soc: imx: add icc paths for i.MX8MP media blk ctrlPeng Fan1-0/+39
2022-09-16soc: mediatek: Add mmsys func to adapt to dpi output for MT8186Xinlei Lee2-0/+26
2022-09-15Merge tag 'ffa-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann4-54/+129
2022-09-15Merge tag 'arm-soc/for-6.1/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann11-20/+32
2022-09-15soc: mediatek: mutex: Add support for MT6795 Helio X10 display mutexAngeloGioacchino Del Regno1-0/+16
2022-09-15soc/tegra: pmc: Check device node status propertyPetlozu Pravareshwar1-1/+1
2022-09-15soc/tegra: pmc: Use devm_clk_get_optional()Christophe JAILLET1-11/+4
2022-09-15soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMADmitry Osipenko1-1/+0
2022-09-15firmware: tegra: Switch over to memdup_user()Qing Wang1-10/+3
2022-09-15soc/tegra: pmc: Add USB port wake events for Tegra194Thierry Reding1-0/+7
2022-09-15soc/tegra: pmc: Add support for simple wake eventsThierry Reding1-0/+19
2022-09-15soc/tegra: pmc: Remove leading spaceThierry Reding1-1/+1
2022-09-15soc/tegra: fuse: Add missing of_node_put()Liang He1-2/+5
2022-09-15soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse()Liang He1-0/+1
2022-09-12Merge tag 'v6.1-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-13/+137
2022-09-12Merge tag 'memory-controller-drv-mediatek-6.1' of https://git.kernel.org/pub/...Arnd Bergmann1-9/+100
2022-09-12Merge tag 'memory-controller-drv-brcm-6.1' of https://git.kernel.org/pub/scm/...Arnd Bergmann3-0/+311
2022-09-12Merge tag 'memory-controller-drv-6.1' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann3-5/+60
2022-09-09soc: rockchip: power-domain: add power domain support for rk3588Finley Xiao1-4/+87
2022-09-09soc: rockchip: power-domain: do not enable domain when adding itElaine Zhang1-9/+1
2022-09-08soc: sunxi: sram: Fix debugfs info for A64 SRAM CSamuel Holland1-2/+2
2022-09-08soc: sunxi: sram: Fix probe function ordering issuesSamuel Holland1-8/+5
2022-09-08soc: sunxi: sram: Prevent the driver from being unboundSamuel Holland1-3/+2
2022-09-08soc: sunxi: sram: Actually claim SRAM regionsSamuel Holland1-0/+1
2022-09-08Merge tag 'amlogic-drivers-for-v6.1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-2/+8
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsSudeep Holla2-17/+32
2022-09-08firmware: arm_ffa: Set up 32bit execution mode flag using partiion propertySudeep Holla1-1/+13
2022-09-08firmware: arm_ffa: Add v1.1 get_partition_info supportSudeep Holla1-8/+35
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsSudeep Holla3-9/+9
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentSudeep Holla2-5/+3
2022-09-08firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supportedSudeep Holla1-6/+16
2022-09-08firmware: arm_ffa: Add support for querying FF-A featuresSudeep Holla1-0/+26
2022-09-08firmware: arm_ffa: Remove ffa_dev_ops_get()Sudeep Holla1-9/+0