summaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3399/drivers
Commit message (Expand)AuthorAgeFilesLines
* fix(tree): correct some typosElyes Haouas2023-05-096-6/+6
* fix(rockchip): use semicolon instead of commaElyes Haouas2023-05-091-1/+1
* style: remove useless trailing semicolon and line continuationsElyes Haouas2023-03-091-1/+1
* build: always prefix section names with `.`Chris Kay2023-02-201-1/+1
* refactor(plat/rockchip/rk3399/drivers/gpio): reduce code duplicationJona Stubbe2022-01-042-188/+172
* fix(rk3399/suspend): correct LPDDR4 resume sequenceJimmy Brisson2021-07-193-8/+60
* fix(rockchip/rk3399): fix dram section placementPatrick Georgi2021-06-231-1/+1
* Merge "plat/rockchip: enable power domains of rk3399 before reset" into integ...Soby Mathew2019-12-173-0/+22
|\
| * plat/rockchip: enable power domains of rk3399 before resetPiotr Szczepanik2019-12-103-0/+22
* | rockchip: really use base+size for secure ddr regionsHeiko Stuebner2019-12-171-2/+5
* | rockchip: Prevent macro expansion in pathsJoshua Watt2019-12-132-14/+12
|/
* Enable -Wshadow alwaysJustin Chadwell2019-11-191-3/+3
* rockchip: rk3399: store actual debug uart information on suspendHeiko Stuebner2019-08-091-17/+26
* plat/rockchip: Switch to use new common BL aux parameter libraryJulius Werner2019-07-232-8/+8
* Update rockchip platform to not rely on undefined overflow behaviourJustin Chadwell2019-07-113-53/+53
* rk3399: m0: Fix compiler warnings.Christoph Müllner2019-04-243-5/+5
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0411-41/+64
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-0812-36/+41
* Ensure the flow through switch statements is clearDaniel Boulby2018-09-211-0/+2
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-0/+1
* Remove .func and .endfunc assembler directivesRoberto Vargas2018-07-111-1/+0
* rockchip: Move stdint header to the offending header filePaul Kocialkowski2018-06-131-0/+2
* rockchip/rk3399: Add watchdog support in pmusramDerek Basehore2018-05-156-36/+70
* rockchip/rk3399: Split M0 binary into twoLin Huang2018-05-1511-65/+92
* rockchip/rk3399: improve pmu powermode configure when suspendLin Huang2018-05-151-1/+1
* rockchip/rk3399: Fix sram_udelayDerek Basehore2018-04-061-3/+3
* plat: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-263-19/+11
* Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdogDimitris Papastamos2018-03-261-3/+7
|\
| * rockchip/rk3399: save/restore watchdog register correctlyLin Huang2018-03-201-3/+7
* | Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-211-2/+2
|/
* Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptionsdavidcunado-arm2018-02-011-1/+1
|\
| * rockchip/rk3399: Fix memory corruptions or illegal memory accessCaesar Wang2018-01-301-1/+1
* | rockchip/rk3399: Save and restore GICDerek Basehore2018-01-231-0/+8
* | rockchip/rk3399: Add udelay to wait loopsDerek Basehore2018-01-231-2/+8
* | rockchip/rk3399: Fix QOS save/restoreDerek Basehore2018-01-231-2/+2
* | rockchip/rk3399: Change PD_CTR_LOOP to 10000Derek Basehore2018-01-231-1/+1
|/
* rockchip/rk3399: reinitilize secure sgrf when resumeLin Huang2017-08-291-0/+2
* rockchip/rk3399: do secure timer init in pmusramLin Huang2017-08-293-0/+16
* rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4Lin Huang2017-08-292-7/+6
* rockchip/rk3399: disable more powerdomain prepare for shutdown logic railLin Huang2017-08-293-3/+102
* rockchip/rk3399: save and restore pd_alive registerLin Huang2017-08-293-2/+316
* rockchip/rk3399: set ddr clock source back to dpll when ddr resumeLin Huang2017-08-295-19/+44
* rockchip/rk3399: reinitilize debug uart when resumeLin Huang2017-08-291-0/+58
* Fix order of remaining platform #includesIsla Mitchell2017-07-148-22/+22
* Merge pull request #1012 from rockchip-linux/rk3399/l2cachedavidcunado-arm2017-07-101-5/+9
|\
| * rockchip/rk3399: fixes the typo and the WARNINGS during suspend/resumeCaesar Wang2017-06-301-5/+9
* | rockchip: implement hdcp key decryption feature for rk3399Ziyuan Xu2017-07-052-0/+93
* | rockchip: include hdcp.bin and declare hdcp key decryption handlerZiyuan Xu2017-06-262-0/+19
|/
* rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspendLin Huang2017-06-081-2/+51
* rockchip/rk3399: Move DRAM restore to PMUSRAMDerek Basehore2017-06-083-24/+41