Age | Commit message (Expand) | Author | Files | Lines |
2024-07-11 | soc: sunxi: sram: Constify struct regmap_config | Javier Carrasco | 1 | -1/+1 |
2024-05-28 | soc: sunxi: sram: Remove unused list 'claimed_sram' | Dr. David Alan Gilbert | 1 | -2/+0 |
2024-03-11 | soc: sunxi: sram: export register 0 for THS on H616 | Andre Przywara | 1 | -0/+22 |
2023-10-04 | pmdomain: sunxi: Move Kconfig option to the pmdomain subsystem | Ulf Hansson | 1 | -9/+0 |
2023-08-12 | Merge tag 'sunxi-drivers-for-6.6-1' of https://git.kernel.org/pub/scm/linux/k... | Arnd Bergmann | 1 | -1/+1 |
2023-08-06 | soc: sunxi: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
2023-07-14 | soc: sunxi: Move power-domain driver to the genpd dir | Ulf Hansson | 2 | -208/+0 |
2023-03-14 | kbuild, soc: sunxi: sram: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-03-14 | soc: sunxi: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
2023-02-10 | soc: sunxi: SUN20I_PPU should depend on PM | Randy Dunlap | 1 | -1/+1 |
2023-01-30 | soc: sunxi: select CONFIG_PM | Arnd Bergmann | 1 | -0/+1 |
2023-01-27 | soc: sunxi: Add Allwinner D1 PPU driver | Samuel Holland | 3 | -0/+216 |
2023-01-12 | soc: sunxi: sram: Only iterate over SRAM children | Samuel Holland | 1 | -0/+3 |
2022-09-18 | soc: sunxi: sram: Add support for the D1 system control | Samuel Holland | 1 | -0/+9 |
2022-09-18 | soc: sunxi: sram: Export the LDO control register | Samuel Holland | 1 | -14/+16 |
2022-09-18 | soc: sunxi: sram: Save a pointer to the OF match data | Samuel Holland | 1 | -3/+3 |
2022-09-18 | soc: sunxi: sram: Return void from the release function | Samuel Holland | 1 | -5/+3 |
2022-09-08 | soc: sunxi: sram: Fix debugfs info for A64 SRAM C | Samuel Holland | 1 | -2/+2 |
2022-09-08 | soc: sunxi: sram: Fix probe function ordering issues | Samuel Holland | 1 | -8/+5 |
2022-09-08 | soc: sunxi: sram: Prevent the driver from being unbound | Samuel Holland | 1 | -3/+2 |
2022-09-08 | soc: sunxi: sram: Actually claim SRAM regions | Samuel Holland | 1 | -0/+1 |
2022-07-05 | soc: sunxi: mbus: Only build the driver on ARM/ARM64 | Samuel Holland | 1 | -0/+1 |
2021-09-13 | soc: sunxi_sram: Make use of the helper function devm_platform_ioremap_resour... | Cai Huoqing | 1 | -3/+1 |
2021-02-20 | Merge tag 'arm-drivers-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+23 |
2021-01-28 | soc: sunxi: mbus: Remove DE2 display engine compatibles | Paul Kocialkowski | 1 | -5/+0 |
2021-01-28 | soc: sunxi: sram: Add support for more than one EMAC clock | Andre Przywara | 1 | -8/+23 |
2020-11-24 | soc: sunxi: Fix compilation of sunxi_mbus | Maxime Ripard | 1 | -1/+1 |
2020-11-18 | soc: sunxi: Deal with the MBUS DMA offsets in a central place | Maxime Ripard | 3 | -0/+141 |
2020-09-11 | soc: sunxi: sram: remove unneeded semicolon | Jason Yan | 1 | -1/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-04-30 | soc: sunxi: Fix missing dependency on REGMAP_MMIO | Samuel Holland | 1 | -0/+1 |
2018-12-05 | soc: sunxi: sram: Add support for the H5 SoC system control | Paul Kocialkowski | 1 | -0/+4 |
2018-12-05 | soc: sunxi: sram: Enable EMAC clock access for H3 variant | Paul Kocialkowski | 1 | -1/+5 |
2018-11-22 | soc: sunxi: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 1 | -11/+1 |
2018-07-19 | soc: sunxi: Add the A13, A23 and H3 system control compatibles | Maxime Ripard | 1 | -0/+12 |
2018-07-11 | drivers: soc: sunxi: Add support for the C1 SRAM region | Maxime Ripard | 1 | -0/+10 |
2018-07-11 | soc: sunxi: sram: Add dt match for the A10 system-control compatible | Paul Kocialkowski | 1 | -0/+4 |
2018-06-19 | soc: sunxi: sram: Add updated compatible string for A64 system control | Chen-Yu Tsai | 1 | -0/+4 |
2018-06-19 | soc: sunxi: export a regmap for EMAC clock reg on A64 | Icenowy Zheng | 1 | -2/+55 |
2017-08-18 | drivers: soc: sunxi: add support for A64 and its SRAM C | Icenowy Zheng | 1 | -0/+11 |
2017-08-18 | drivers: soc: sunxi: add support for remapping func value to reg value | Icenowy Zheng | 1 | -9/+34 |
2017-08-18 | drivers: soc: sunxi: fix error processing on base address when claiming | Icenowy Zheng | 1 | -0/+3 |
2016-01-27 | drivers: soc: sunxi: Fix mask generation for SRAM mapping | Jens Kuske | 1 | -2/+3 |
2015-06-01 | drivers: soc: sunxi: Introduce SoC driver to map SRAMs | Maxime Ripard | 3 | -0/+295 |