aboutsummaryrefslogtreecommitdiffstats
path: root/plat/allwinner
Commit message (Expand)AuthorAgeFilesLines
* allwinner: H6: Fix GPIO and CCU memory map addressesAndre Przywara2020-03-231-2/+2
* Merge "allwinner: Implement PSCI system suspend using SCPI" into integrationOlivier Deprez2020-02-263-12/+202
|\
| * allwinner: Implement PSCI system suspend using SCPISamuel Holland2020-02-123-12/+202
* | Merge "allwinner: Add a msgbox driver for use with SCPI" into integrationOlivier Deprez2020-02-261-0/+1
|\|
| * allwinner: Add a msgbox driver for use with SCPISamuel Holland2020-02-121-0/+1
* | Merge "allwinner: Reserve and map space for the SCP firmware" into integrationOlivier Deprez2020-02-262-2/+9
|\|
| * allwinner: Reserve and map space for the SCP firmwareSamuel Holland2020-02-122-2/+9
* | Merge changes from topic "console_t_cleanup" into integrationMark Dykes2020-02-251-1/+1
|\ \ | |/ |/|
| * 16550: Use generic console_t data structureAndre Przywara2020-02-251-1/+1
* | allwinner: Adjust SRAM A2 base to include the ARISC vectorsSamuel Holland2020-02-124-8/+8
|/
* allwinner: Unify Platform specific defines for PSCI moduleDeepika Bhavnani2020-01-241-3/+3
* allwinner: Clean up MMU setupSamuel Holland2020-01-202-8/+5
* allwinner: Reenable USE_COHERENT_MEMSamuel Holland2020-01-153-4/+5
* Merge "allwinner: Move the NOBITS region to SRAM A1" into integrationAlexei Fedorov2020-01-142-1/+8
|\
| * allwinner: Move the NOBITS region to SRAM A1Samuel Holland2019-12-292-1/+8
* | allwinner: Remove unused include pathSamuel Holland2019-12-291-2/+1
|/
* allwinner: h6: power: Switch to using the AXP driverSamuel Holland2019-12-134-25/+20
* allwinner: Convert AXP803 regulator setup code into a driverSamuel Holland2019-12-132-167/+14
* allwinner: a64: power: Use fdt_for_each_subnodeSamuel Holland2019-12-131-3/+1
* allwinner: a64: power: Remove obsolete register checkSamuel Holland2019-12-131-2/+1
* allwinner: a64: power: Remove duplicate DT checkSamuel Holland2019-12-131-3/+0
* allwinner: Build PMIC bus drivers only in BL31Samuel Holland2019-12-132-4/+4
* allwinner: a64: power: Make sunxi_turn_off_soc staticSamuel Holland2019-12-131-1/+1
* allwinner: Merge duplicate code in sunxi_power_downSamuel Holland2019-12-134-13/+9
* allwinner: Clean up PMIC-related error handlingSamuel Holland2019-12-132-22/+34
* allwinner: Synchronize PMIC enumerationsSamuel Holland2019-12-132-11/+9
* allwinner: Enable clock before resetting I2C/RSBSamuel Holland2019-12-131-4/+4
* Merge "allwinner: Fix incorrect ARISC code patch offset check" into integrationSoby Mathew2019-12-133-9/+6
|\
| * allwinner: Fix incorrect ARISC code patch offset checkSamuel Holland2019-12-043-9/+6
* | allwinner: power: Add DLDO4 power railStefan Mavrodiev2019-11-261-0/+1
|/
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-2/+0
* allwinner: Disable unused features to save spaceSamuel Holland2019-06-081-0/+9
* plat: allwinner: common: use r_wdog instead of wdogClément Péron2019-04-111-3/+3
* allwinner: regulators: pick correct DT subnodeAndre Przywara2019-03-081-4/+8
* allwinner: Clean up CPU ops functionsSamuel Holland2019-02-174-21/+30
* allwinner: Constify data structuresSamuel Holland2019-02-173-4/+4
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-049-44/+66
* drivers/console: Link console framework code by defaultJulius Werner2018-12-061-2/+1
* allwinner: power: Add DCDC6 power railAndre Przywara2018-11-141-0/+1
* allwinner: power: add enable switches for DCDC1/5Andre Przywara2018-11-141-2/+2
* allwinner: power: fix DRIVEVBUS pin setupAndre Przywara2018-11-141-4/+10
* allwinner: A64/H5: setup missing bus clocksAndre Przywara2018-11-141-0/+20
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-087-21/+21
* allwinner: Use the arisc to turn off ARM coresAndre Przywara2018-10-205-7/+237
* allwinner: Prepare for executing code on the management processorAndre Przywara2018-10-202-0/+53
* allwinner: PMIC: AXP803: Delay activation of DC1SW switchAndre Przywara2018-10-201-2/+11
* allwinner: PMIC: AXP803: Setup basic voltage railsAndre Przywara2018-10-201-0/+86
* allwinner: Scan AXP803 FDT node to setup initial power railsAndre Przywara2018-10-201-0/+50
* allwinner: Pass FDT address to sunxi_pmic_setup()Andre Przywara2018-10-204-4/+4
* allwinner: Find DTB in BL33 imageAndre Przywara2018-10-203-1/+58