summaryrefslogtreecommitdiffstats
path: root/drivers/soc/sunxi/sunxi_sram.c
Commit message (Expand)AuthorAgeFilesLines
* soc: sunxi: sram: export register 0 for THS on H616Andre Przywara2024-03-111-0/+22
* soc: sunxi: Explicitly include correct DT includesRob Herring2023-08-061-1/+1
* kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-141-1/+0
* soc: sunxi: sram: Only iterate over SRAM childrenSamuel Holland2023-01-121-0/+3
* soc: sunxi: sram: Add support for the D1 system controlSamuel Holland2022-09-181-0/+9
* soc: sunxi: sram: Export the LDO control registerSamuel Holland2022-09-181-14/+16
* soc: sunxi: sram: Save a pointer to the OF match dataSamuel Holland2022-09-181-3/+3
* soc: sunxi: sram: Return void from the release functionSamuel Holland2022-09-181-5/+3
* soc: sunxi: sram: Fix debugfs info for A64 SRAM CSamuel Holland2022-09-081-2/+2
* soc: sunxi: sram: Fix probe function ordering issuesSamuel Holland2022-09-081-8/+5
* soc: sunxi: sram: Prevent the driver from being unboundSamuel Holland2022-09-081-3/+2
* soc: sunxi: sram: Actually claim SRAM regionsSamuel Holland2022-09-081-0/+1
* soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing2021-09-131-3/+1
* soc: sunxi: sram: Add support for more than one EMAC clockAndre Przywara2021-01-281-8/+23
* soc: sunxi: sram: remove unneeded semicolonJason Yan2020-09-111-1/+1
* soc: sunxi: sram: Add support for the H5 SoC system controlPaul Kocialkowski2018-12-051-0/+4
* soc: sunxi: sram: Enable EMAC clock access for H3 variantPaul Kocialkowski2018-12-051-1/+5
* soc: sunxi: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-221-11/+1
* soc: sunxi: Add the A13, A23 and H3 system control compatiblesMaxime Ripard2018-07-191-0/+12
* drivers: soc: sunxi: Add support for the C1 SRAM regionMaxime Ripard2018-07-111-0/+10
* soc: sunxi: sram: Add dt match for the A10 system-control compatiblePaul Kocialkowski2018-07-111-0/+4
* soc: sunxi: sram: Add updated compatible string for A64 system controlChen-Yu Tsai2018-06-191-0/+4
* soc: sunxi: export a regmap for EMAC clock reg on A64Icenowy Zheng2018-06-191-2/+55
* drivers: soc: sunxi: add support for A64 and its SRAM CIcenowy Zheng2017-08-181-0/+11
* drivers: soc: sunxi: add support for remapping func value to reg valueIcenowy Zheng2017-08-181-9/+34
* drivers: soc: sunxi: fix error processing on base address when claimingIcenowy Zheng2017-08-181-0/+3
* drivers: soc: sunxi: Fix mask generation for SRAM mappingJens Kuske2016-01-271-2/+3
* drivers: soc: sunxi: Introduce SoC driver to map SRAMsMaxime Ripard2015-06-011-0/+284