aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/sunxi
AgeCommit message (Expand)AuthorFilesLines
2024-03-11soc: sunxi: sram: export register 0 for THS on H616Andre Przywara1-0/+22
2023-10-04pmdomain: sunxi: Move Kconfig option to the pmdomain subsystemUlf Hansson1-9/+0
2023-08-12Merge tag 'sunxi-drivers-for-6.6-1' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-1/+1
2023-08-06soc: sunxi: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-14soc: sunxi: Move power-domain driver to the genpd dirUlf Hansson2-208/+0
2023-03-14kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-14soc: sunxi: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-02-10soc: sunxi: SUN20I_PPU should depend on PMRandy Dunlap1-1/+1
2023-01-30soc: sunxi: select CONFIG_PMArnd Bergmann1-0/+1
2023-01-27soc: sunxi: Add Allwinner D1 PPU driverSamuel Holland3-0/+216
2023-01-12soc: sunxi: sram: Only iterate over SRAM childrenSamuel Holland1-0/+3
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-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-07-05soc: sunxi: mbus: Only build the driver on ARM/ARM64Samuel Holland1-0/+1
2021-09-13soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing1-3/+1
2021-02-20Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+23
2021-01-28soc: sunxi: mbus: Remove DE2 display engine compatiblesPaul Kocialkowski1-5/+0
2021-01-28soc: sunxi: sram: Add support for more than one EMAC clockAndre Przywara1-8/+23
2020-11-24soc: sunxi: Fix compilation of sunxi_mbusMaxime Ripard1-1/+1
2020-11-18soc: sunxi: Deal with the MBUS DMA offsets in a central placeMaxime Ripard3-0/+141
2020-09-11soc: sunxi: sram: remove unneeded semicolonJason Yan1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-30soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland1-0/+1
2018-12-05soc: sunxi: sram: Add support for the H5 SoC system controlPaul Kocialkowski1-0/+4
2018-12-05soc: sunxi: sram: Enable EMAC clock access for H3 variantPaul Kocialkowski1-1/+5
2018-11-22soc: sunxi: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2018-07-19soc: sunxi: Add the A13, A23 and H3 system control compatiblesMaxime Ripard1-0/+12
2018-07-11drivers: soc: sunxi: Add support for the C1 SRAM regionMaxime Ripard1-0/+10
2018-07-11soc: sunxi: sram: Add dt match for the A10 system-control compatiblePaul Kocialkowski1-0/+4
2018-06-19soc: sunxi: sram: Add updated compatible string for A64 system controlChen-Yu Tsai1-0/+4
2018-06-19soc: sunxi: export a regmap for EMAC clock reg on A64Icenowy Zheng1-2/+55
2017-08-18drivers: soc: sunxi: add support for A64 and its SRAM CIcenowy Zheng1-0/+11
2017-08-18drivers: soc: sunxi: add support for remapping func value to reg valueIcenowy Zheng1-9/+34
2017-08-18drivers: soc: sunxi: fix error processing on base address when claimingIcenowy Zheng1-0/+3
2016-01-27drivers: soc: sunxi: Fix mask generation for SRAM mappingJens Kuske1-2/+3
2015-06-01drivers: soc: sunxi: Introduce SoC driver to map SRAMsMaxime Ripard3-0/+295