1. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · Thu Aug 16 16:52:57 2018 +0100
  2. 59385d0 Remove .func and .endfunc assembler directives by Roberto Vargas · Tue Apr 17 11:31:43 2018 +0100
  3. e0f2c3b rockchip: Move stdint header to the offending header file by Paul Kocialkowski · Wed Jun 13 20:37:25 2018 +0200
  4. f900a06 rockchip/rk3399: Add watchdog support in pmusram by Derek Basehore · Mon Apr 23 14:49:22 2018 -0700
  5. 00960ba rockchip/rk3399: Split M0 binary into two by Lin Huang · Fri Apr 20 15:55:21 2018 +0800
  6. 86a45d9 rockchip/rk3399: improve pmu powermode configure when suspend by Lin Huang · Fri Apr 20 15:40:15 2018 +0800
  7. e3691fa rockchip/rk3399: Fix sram_udelay by Derek Basehore · Fri Apr 06 16:45:24 2018 -0700
  8. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · Wed Mar 14 15:24:00 2018 +0000
  9. 0f92b0a Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdog by Dimitris Papastamos · Mon Mar 26 10:53:24 2018 +0100
  10. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · Wed Mar 21 10:49:27 2018 +0000
  11. 825f273 rockchip/rk3399: save/restore watchdog register correctly by Lin Huang · Tue Mar 20 09:37:21 2018 +0800
  12. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · Thu Feb 01 23:29:34 2018 +0000
  13. bedba01 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · Tue Jan 30 09:11:24 2018 +0800
  14. 2707c3d rockchip/rk3399: Save and restore GIC by Derek Basehore · Tue Jan 23 17:18:57 2018 -0800
  15. 1d605f7 rockchip/rk3399: Add udelay to wait loops by Derek Basehore · Tue Jan 23 16:24:43 2018 -0800
  16. 9b7a1a6 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · Tue Jan 23 16:02:27 2018 -0800
  17. 4ab3a96 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · Tue Jan 23 15:44:31 2018 -0800
  18. b162fb4 rockchip/rk3399: reinitilize secure sgrf when resume by Lin Huang · Wed Jun 14 17:24:29 2017 +0800
  19. a14b8a3 rockchip/rk3399: do secure timer init in pmusram by Lin Huang · Sat May 27 17:47:01 2017 +0800
  20. 94bdbc4 rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4 by Lin Huang · Fri May 26 16:17:11 2017 +0800
  21. 127527f rockchip/rk3399: disable more powerdomain prepare for shutdown logic rail by Lin Huang · Mon May 22 10:29:59 2017 +0800
  22. 2c60b5f rockchip/rk3399: save and restore pd_alive register by Lin Huang · Thu May 18 18:04:25 2017 +0800
  23. 1f8fdeb rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · Wed May 17 16:14:37 2017 +0800
  24. 5a5c2bb rockchip/rk3399: reinitilize debug uart when resume by Lin Huang · Fri Jun 16 10:43:40 2017 +0800
  25. e363146 Fix order of remaining platform #includes by Isla Mitchell · Fri Jul 14 10:46:32 2017 +0100
  26. 00be6b6 Merge pull request #1012 from rockchip-linux/rk3399/l2cache by davidcunado-arm · Mon Jul 10 18:37:18 2017 +0100
  27. 4060cfd rockchip: implement hdcp key decryption feature for rk3399 by Ziyuan Xu · Fri Feb 10 11:54:52 2017 +0800
  28. 51d3c10 rockchip/rk3399: fixes the typo and the WARNINGS during suspend/resume by Caesar Wang · Mon Jun 19 14:02:52 2017 +0800
  29. 48890e2 rockchip: include hdcp.bin and declare hdcp key decryption handler by Ziyuan Xu · Thu Oct 27 19:07:35 2016 +0800
  30. 88dd123 rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend by Lin Huang · Tue May 16 16:40:46 2017 +0800
  31. bfb73e6 rockchip/rk3399: Move DRAM restore to PMUSRAM by Derek Basehore · Mon May 15 21:18:28 2017 -0700
  32. 7b4d898 rockchip/rk3399: convert to for-loops to save code space by Derek Basehore · Fri May 12 21:29:13 2017 -0700
  33. b175d02 rockchip/rk3399: Remove unneeded if statement by Derek Basehore · Wed May 10 23:22:02 2017 -0700
  34. 20110a2 rockchip/rk3399: Remove unneeded register sets by Derek Basehore · Wed May 10 21:59:31 2017 -0700
  35. 80b0176 rockchip/rk3399: remove unneeded DDR restore function by Derek Basehore · Sat May 06 23:22:23 2017 -0700
  36. 6af5af0 rockchip/rk3399: Save space for DRAM suspend data by Derek Basehore · Fri May 05 17:53:33 2017 -0700
  37. 30e4339 rockchip: add pmusram section by Lin Huang · Thu May 04 16:02:45 2017 +0800
  38. e22d31a rockchip/rk3399: fix DRAM gate training issue by Lin Huang · Wed Feb 22 18:24:55 2017 +0800
  39. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  40. 509f379 rockchip/rk3399: changed printf/tf_printf for console output by Caesar Wang · Thu Apr 06 08:40:24 2017 +0800
  41. 87f0fa8 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · Fri Mar 03 23:29:01 2017 +0000
  42. 422d51c rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · Wed Mar 01 11:05:17 2017 +0800
  43. e8f7e1d Merge pull request #835 from rockchip-linux/rk3399-atf-cleanup-20170210 by davidcunado-arm · Mon Feb 27 15:25:45 2017 +0000
  44. d81abf1 rockchip: rk3399: enable secure accessing for SRAM by Xing Zheng · Tue Feb 14 18:03:20 2017 +0800
  45. be2a895 rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · Thu Feb 09 22:08:48 2017 -0800
  46. b07dfeb rockchip: rk3399: Fix CAS latency setting by Derek Basehore · Thu Feb 09 22:02:42 2017 -0800
  47. 035d6d6 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · Thu Feb 09 14:51:38 2017 +0800
  48. 397046c rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · Wed Feb 01 18:09:13 2017 -0800
  49. b734ba5 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · Tue Jan 31 16:37:01 2017 -0800
  50. 04c74b9 rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · Tue Jan 31 00:20:19 2017 -0800
  51. 84afaaf rockchip: Add MIN() and MAX() macros back to M0 code by Julius Werner · Mon Jan 30 18:26:07 2017 -0800
  52. f585246 rockchip: Clean up M0 Makefile, clarify float-abi by Julius Werner · Mon Jan 30 16:13:21 2017 -0800
  53. 22a9871 rockchip: rk3399: Clean up and seprate secure parts from SoC codes by Xing Zheng · Fri Feb 24 14:56:41 2017 +0800
  54. 5e1e48f rockchip: rk3399: configure the DDR secure region for BL31 image by Xing Zheng · Fri Feb 24 14:47:51 2017 +0800
  55. b4bcc1d rockchip: Clean up header and referenced files by Xing Zheng · Fri Feb 24 16:26:11 2017 +0800
  56. fc0552d rockchip: rk3399: Don't wait for vblank in M0 for ddrfreq by Derek Basehore · Mon Jan 09 15:38:57 2017 -0800
  57. 2510366 rockchip: rk3399: restore PMU_CRU_GATEDIS_CON0 value after ddr dvfs by Lin Huang · Fri Dec 30 11:50:01 2016 +0800
  58. 8140b7d rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error by Lin Huang · Fri Dec 30 13:53:25 2016 +0800
  59. 61230b0 FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init by Xing Zheng · Tue Dec 20 20:44:41 2016 +0800
  60. b4a7676 rockchip: rk3399: improve the m0 enable flow by Lin Huang · Mon Dec 12 15:18:08 2016 +0800
  61. 3b0eb7e rockchip: rk3399: check vop status when we wait dma finish flag by Lin Huang · Thu Dec 01 16:55:05 2016 +0800
  62. e7c2422 rockchip: rk3399: add stopwatch functions to m0 by Lin Huang · Wed Nov 30 16:57:08 2016 +0800
  63. 52512c2 rockchip: rk3399: dram: set all ddr frequency pll_postdiv values to 0 by Lin Huang · Thu Dec 15 15:08:47 2016 +0800
  64. dc8e82e rockchip: rk3399: enable CA training when do ddr dfs by Lin Huang · Fri Dec 16 13:59:07 2016 +0800
  65. c8e5c78 rockchip: rk3399: fix hang in ddr set rate by Derek Basehore · Fri Feb 24 14:33:03 2017 +0800
  66. 0e8909d rockchip: rk3399: Enable per CS training at 666MHz by Derek Basehore · Wed Nov 09 18:28:19 2016 -0800
  67. e13bc54 rockchip: rk3399: add support for ddrfreq suspend/resume by Derek Basehore · Fri Feb 24 14:31:36 2017 +0800
  68. 93280b7 rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · Wed Oct 26 21:25:26 2016 +0800
  69. aae6be4 rockchip: update the raw read/write APIs for M0 by Xing Zheng · Mon Oct 24 21:06:25 2016 +0800
  70. b106512 rk3399: dram: making phy into dll bypass mode at low frequency by Derek Basehore · Thu Oct 20 22:09:22 2016 -0700
  71. ff461d0 rockchip: rk3399: dram: remove dram_init and dts_timing_receive function by Derek Basehore · Thu Oct 20 20:46:43 2016 -0700
  72. a8954fc Replace some memset call by zeromem by Douglas Raillard · Thu Jan 26 15:54:44 2017 +0000
  73. 73dfd2e utils: move BIT(n) macro to utils.h by Masahiro Yamada · Mon Dec 05 14:28:59 2016 +0900
  74. 5c979f1 rockchip: Build m0 firmware without standard libraries by Patrick Georgi · Wed Jan 04 19:06:14 2017 +0100
  75. 493bf33 Fix incorrect copyright notices by Antonio Nino Diaz · Wed Dec 14 14:31:32 2016 +0000
  76. 89dfb97 rk3399: Add CFI debug information to SRAM functions by Soren Brinkmann · Thu Nov 24 14:04:38 2016 -0800
  77. da44d42 Merge pull request #752 from rockchip-linux/rk3399/fixes-s2r-1107 by danh-arm · Tue Nov 08 12:17:44 2016 +0000
  78. 140974b Merge pull request #750 from jwerner-chromium/m0_build by danh-arm · Tue Nov 08 11:29:43 2016 +0000
  79. 667e484 rockchip: remove no needed code for rk3399 by Caesar Wang · Tue Oct 25 17:14:40 2016 -0700
  80. 813a89a rockchip: disable watchdog during suspend by Caesar Wang · Fri Nov 04 21:13:01 2016 +0800
  81. 844782d rockchip: Add proper dependency tracking to M0 Makefile by Julius Werner · Thu Nov 03 12:25:48 2016 -0700
  82. 705aeeb rockchip: Clean up parent directory creation for M0 by Julius Werner · Mon Oct 31 19:18:47 2016 -0700
  83. 5339d18 rockchip: close the PD center logic during suspend by Caesar Wang · Thu Oct 27 01:13:34 2016 +0800
  84. f33eb2c rockchip: add support save/restore configuration for DDR during enter S3 by Caesar Wang · Thu Oct 27 01:13:16 2016 +0800
  85. 8bc1667 rockchip: Change dmc register accesses to ATF style for rk3399 by Caesar Wang · Thu Oct 27 01:12:47 2016 +0800
  86. a845690 rockchip: Break out common dram code for rk3399 by Caesar Wang · Thu Oct 27 01:12:34 2016 +0800
  87. 0620bb8 rockchip: move pmu registers into another header for rk3399 by Caesar Wang · Thu Oct 27 01:10:28 2016 +0800
  88. c9ed717 Merge pull request #724 from rockchip-linux/support-rk3399-sdram by davidcunado-arm · Wed Oct 26 09:54:36 2016 +0100
  89. bb22862 rockchip: clear the power mode status via M0 by Caesar Wang · Wed Oct 12 01:47:51 2016 +0800
  90. b400374 rockchip: add M0 source code and build system for RK3399 by Caesar Wang · Wed Oct 12 08:10:12 2016 +0800
  91. d90f43e rockchip: optimize the link mechanism for SRAM code by Caesar Wang · Tue Oct 11 09:36:00 2016 +0800
  92. a883702 rockchip: fixes the wrong CLKSEL_CON count for CRU by Caesar Wang · Thu Oct 20 14:14:45 2016 -0700
  93. 47e157c rockchip: fixes the clock select and divide register for rk3399 by Caesar Wang · Tue Sep 27 18:19:30 2016 -0700
  94. d51f5d3 Merge pull request #700 from rockchip-linux/fixes-typo-and-warnings by davidcunado-arm · Wed Sep 14 17:06:19 2016 +0100
  95. a8216ab rockchip: fixes the gic panic for rk3399 resume by Caesar Wang · Tue Sep 13 11:15:00 2016 +0800
  96. da9e6de rockchip: fixes some typo by Caesar Wang · Sat Sep 10 06:26:11 2016 +0800
  97. 251a34d rockchip: SIP call use 32 bit return value for rk3399 by Caesar Wang · Sat Sep 10 06:25:29 2016 +0800
  98. 5045a1c rockchip: set gpio2 ~ gpio4 to input and pull none mode by Caesar Wang · Sat Sep 10 02:47:53 2016 +0800
  99. ef18007 rockchip: support disable/enable specific gpio when suspend/resume by Caesar Wang · Sat Sep 10 02:43:15 2016 +0800
  100. 884cb26 rockchip/rk3399: improve gpio driver and support get pull mode function by Caesar Wang · Sat Sep 10 02:42:32 2016 +0800