summaryrefslogtreecommitdiffstats
path: root/drivers/soc/sunxi
AgeCommit message (Expand)AuthorLines
2025-09-10soc: sunxi: sram: register regmap as sysconChen-Yu Tsai-0/+6
2025-09-10soc: sunxi: sram: add entry for a523Chen-Yu Tsai-0/+8
2024-07-11soc: sunxi: sram: Constify struct regmap_configJavier Carrasco-1/+1
2024-05-28soc: sunxi: sram: Remove unused list 'claimed_sram'Dr. David Alan Gilbert-2/+0
2024-03-11soc: sunxi: sram: export register 0 for THS on H616Andre Przywara-0/+22
2023-10-04pmdomain: sunxi: Move Kconfig option to the pmdomain subsystemUlf Hansson-9/+0
2023-08-12Merge tag 'sunxi-drivers-for-6.6-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-1/+1
2023-08-06soc: sunxi: Explicitly include correct DT includesRob Herring-1/+1
2023-07-14soc: sunxi: Move power-domain driver to the genpd dirUlf Hansson-208/+0
2023-03-14kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-03-14soc: sunxi: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-02-10soc: sunxi: SUN20I_PPU should depend on PMRandy Dunlap-1/+1
2023-01-30soc: sunxi: select CONFIG_PMArnd Bergmann-0/+1
2023-01-27soc: sunxi: Add Allwinner D1 PPU driverSamuel Holland-0/+216
2023-01-12soc: sunxi: sram: Only iterate over SRAM childrenSamuel Holland-0/+3
2022-09-18soc: sunxi: sram: Add support for the D1 system controlSamuel Holland-0/+9
2022-09-18soc: sunxi: sram: Export the LDO control registerSamuel Holland-14/+16
2022-09-18soc: sunxi: sram: Save a pointer to the OF match dataSamuel Holland-3/+3
2022-09-18soc: sunxi: sram: Return void from the release functionSamuel Holland-5/+3
2022-09-08soc: sunxi: sram: Fix debugfs info for A64 SRAM CSamuel Holland-2/+2
2022-09-08soc: sunxi: sram: Fix probe function ordering issuesSamuel Holland-8/+5
2022-09-08soc: sunxi: sram: Prevent the driver from being unboundSamuel Holland-3/+2
2022-09-08soc: sunxi: sram: Actually claim SRAM regionsSamuel Holland-0/+1
2022-07-05soc: sunxi: mbus: Only build the driver on ARM/ARM64Samuel Holland-0/+1
2021-09-13soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing-3/+1
2021-02-20Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+23
2021-01-28soc: sunxi: mbus: Remove DE2 display engine compatiblesPaul Kocialkowski-5/+0
2021-01-28soc: sunxi: sram: Add support for more than one EMAC clockAndre Przywara-8/+23
2020-11-24soc: sunxi: Fix compilation of sunxi_mbusMaxime Ripard-1/+1
2020-11-18soc: sunxi: Deal with the MBUS DMA offsets in a central placeMaxime Ripard-0/+141
2020-09-11soc: sunxi: sram: remove unneeded semicolonJason Yan-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-30soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland-0/+1
2018-12-05soc: sunxi: sram: Add support for the H5 SoC system controlPaul Kocialkowski-0/+4
2018-12-05soc: sunxi: sram: Enable EMAC clock access for H3 variantPaul Kocialkowski-1/+5
2018-11-22soc: sunxi: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li-11/+1
2018-07-19soc: sunxi: Add the A13, A23 and H3 system control compatiblesMaxime Ripard-0/+12
2018-07-11drivers: soc: sunxi: Add support for the C1 SRAM regionMaxime Ripard-0/+10
2018-07-11soc: sunxi: sram: Add dt match for the A10 system-control compatiblePaul Kocialkowski-0/+4
2018-06-19soc: sunxi: sram: Add updated compatible string for A64 system controlChen-Yu Tsai-0/+4
2018-06-19soc: sunxi: export a regmap for EMAC clock reg on A64Icenowy Zheng-2/+55
2017-08-18drivers: soc: sunxi: add support for A64 and its SRAM CIcenowy Zheng-0/+11
2017-08-18drivers: soc: sunxi: add support for remapping func value to reg valueIcenowy Zheng-9/+34
2017-08-18drivers: soc: sunxi: fix error processing on base address when claimingIcenowy Zheng-0/+3
2016-01-27drivers: soc: sunxi: Fix mask generation for SRAM mappingJens Kuske-2/+3
2015-06-01drivers: soc: sunxi: Introduce SoC driver to map SRAMsMaxime Ripard-0/+295