1. 0d1c29a Merge pull request #892 from rockchip-linux/fixes-a-typo by davidcunado-arm · Fri Apr 07 15:54:14 2017 +0100
  2. 509f379 rockchip/rk3399: changed printf/tf_printf for console output by Caesar Wang · Thu Apr 06 08:40:24 2017 +0800
  3. 45d81a1 rockchip: Remove unused rockchip_pd_pwr_down_wfi function by Paul Kocialkowski · Tue Apr 04 19:15:56 2017 +0200
  4. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · Tue Mar 07 11:02:47 2017 +0000
  5. 87f0fa8 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · Fri Mar 03 23:29:01 2017 +0000
  6. 3ecb021 rockchip: Change the callback implement of power domain for rk3368 by tony.xie · Fri Mar 03 16:22:12 2017 +0800
  7. 422d51c rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · Wed Mar 01 11:05:17 2017 +0800
  8. e8f7e1d Merge pull request #835 from rockchip-linux/rk3399-atf-cleanup-20170210 by davidcunado-arm · Mon Feb 27 15:25:45 2017 +0000
  9. d81abf1 rockchip: rk3399: enable secure accessing for SRAM by Xing Zheng · Tue Feb 14 18:03:20 2017 +0800
  10. be2a895 rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · Thu Feb 09 22:08:48 2017 -0800
  11. b07dfeb rockchip: rk3399: Fix CAS latency setting by Derek Basehore · Thu Feb 09 22:02:42 2017 -0800
  12. 035d6d6 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · Thu Feb 09 14:51:38 2017 +0800
  13. 397046c rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · Wed Feb 01 18:09:13 2017 -0800
  14. b734ba5 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · Tue Jan 31 16:37:01 2017 -0800
  15. 04c74b9 rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · Tue Jan 31 00:20:19 2017 -0800
  16. 84afaaf rockchip: Add MIN() and MAX() macros back to M0 code by Julius Werner · Mon Jan 30 18:26:07 2017 -0800
  17. f585246 rockchip: Clean up M0 Makefile, clarify float-abi by Julius Werner · Mon Jan 30 16:13:21 2017 -0800
  18. 22a9871 rockchip: rk3399: Clean up and seprate secure parts from SoC codes by Xing Zheng · Fri Feb 24 14:56:41 2017 +0800
  19. c39aacd rockchip: rk3399: sperate the BL31 parameters for sharing by Xing Zheng · Thu Dec 22 18:34:14 2016 +0800
  20. 5e1e48f rockchip: rk3399: configure the DDR secure region for BL31 image by Xing Zheng · Fri Feb 24 14:47:51 2017 +0800
  21. b4bcc1d rockchip: Clean up header and referenced files by Xing Zheng · Fri Feb 24 16:26:11 2017 +0800
  22. fc0552d rockchip: rk3399: Don't wait for vblank in M0 for ddrfreq by Derek Basehore · Mon Jan 09 15:38:57 2017 -0800
  23. 2510366 rockchip: rk3399: restore PMU_CRU_GATEDIS_CON0 value after ddr dvfs by Lin Huang · Fri Dec 30 11:50:01 2016 +0800
  24. 8140b7d rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error by Lin Huang · Fri Dec 30 13:53:25 2016 +0800
  25. 61230b0 FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init by Xing Zheng · Tue Dec 20 20:44:41 2016 +0800
  26. b4a7676 rockchip: rk3399: improve the m0 enable flow by Lin Huang · Mon Dec 12 15:18:08 2016 +0800
  27. 3b0eb7e rockchip: rk3399: check vop status when we wait dma finish flag by Lin Huang · Thu Dec 01 16:55:05 2016 +0800
  28. e7c2422 rockchip: rk3399: add stopwatch functions to m0 by Lin Huang · Wed Nov 30 16:57:08 2016 +0800
  29. 52512c2 rockchip: rk3399: dram: set all ddr frequency pll_postdiv values to 0 by Lin Huang · Thu Dec 15 15:08:47 2016 +0800
  30. dc8e82e rockchip: rk3399: enable CA training when do ddr dfs by Lin Huang · Fri Dec 16 13:59:07 2016 +0800
  31. c8e5c78 rockchip: rk3399: fix hang in ddr set rate by Derek Basehore · Fri Feb 24 14:33:03 2017 +0800
  32. 0e8909d rockchip: rk3399: Enable per CS training at 666MHz by Derek Basehore · Wed Nov 09 18:28:19 2016 -0800
  33. e13bc54 rockchip: rk3399: add support for ddrfreq suspend/resume by Derek Basehore · Fri Feb 24 14:31:36 2017 +0800
  34. 93280b7 rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · Wed Oct 26 21:25:26 2016 +0800
  35. b9be54b rockchip/rk3399: Cleanup platform.mk file by Derek Basehore · Thu Oct 20 16:19:22 2016 -0700
  36. aae6be4 rockchip: update the raw read/write APIs for M0 by Xing Zheng · Mon Oct 24 21:06:25 2016 +0800
  37. b106512 rk3399: dram: making phy into dll bypass mode at low frequency by Derek Basehore · Thu Oct 20 22:09:22 2016 -0700
  38. ff461d0 rockchip: rk3399: dram: remove dram_init and dts_timing_receive function by Derek Basehore · Thu Oct 20 20:46:43 2016 -0700
  39. a8954fc Replace some memset call by zeromem by Douglas Raillard · Thu Jan 26 15:54:44 2017 +0000
  40. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · Sun Dec 25 23:36:24 2016 +0900
  41. 8a2a84d Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · Wed Jan 18 13:47:06 2017 +0000
  42. 0fac5af Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · Wed Dec 28 16:11:41 2016 +0900
  43. 73dfd2e utils: move BIT(n) macro to utils.h by Masahiro Yamada · Mon Dec 05 14:28:59 2016 +0900
  44. 5c979f1 rockchip: Build m0 firmware without standard libraries by Patrick Georgi · Wed Jan 04 19:06:14 2017 +0100
  45. 493bf33 Fix incorrect copyright notices by Antonio Nino Diaz · Wed Dec 14 14:31:32 2016 +0000
  46. 89dfb97 rk3399: Add CFI debug information to SRAM functions by Soren Brinkmann · Thu Nov 24 14:04:38 2016 -0800
  47. da44d42 Merge pull request #752 from rockchip-linux/rk3399/fixes-s2r-1107 by danh-arm · Tue Nov 08 12:17:44 2016 +0000
  48. 140974b Merge pull request #750 from jwerner-chromium/m0_build by danh-arm · Tue Nov 08 11:29:43 2016 +0000
  49. 667e484 rockchip: remove no needed code for rk3399 by Caesar Wang · Tue Oct 25 17:14:40 2016 -0700
  50. 813a89a rockchip: disable watchdog during suspend by Caesar Wang · Fri Nov 04 21:13:01 2016 +0800
  51. 844782d rockchip: Add proper dependency tracking to M0 Makefile by Julius Werner · Thu Nov 03 12:25:48 2016 -0700
  52. 705aeeb rockchip: Clean up parent directory creation for M0 by Julius Werner · Mon Oct 31 19:18:47 2016 -0700
  53. 5339d18 rockchip: close the PD center logic during suspend by Caesar Wang · Thu Oct 27 01:13:34 2016 +0800
  54. f33eb2c rockchip: add support save/restore configuration for DDR during enter S3 by Caesar Wang · Thu Oct 27 01:13:16 2016 +0800
  55. 8bc1667 rockchip: Change dmc register accesses to ATF style for rk3399 by Caesar Wang · Thu Oct 27 01:12:47 2016 +0800
  56. a845690 rockchip: Break out common dram code for rk3399 by Caesar Wang · Thu Oct 27 01:12:34 2016 +0800
  57. 0620bb8 rockchip: move pmu registers into another header for rk3399 by Caesar Wang · Thu Oct 27 01:10:28 2016 +0800
  58. c9ed717 Merge pull request #724 from rockchip-linux/support-rk3399-sdram by davidcunado-arm · Wed Oct 26 09:54:36 2016 +0100
  59. acf0e58 Merge pull request #739 from rockchip-linux/fixes-latency by davidcunado-arm · Wed Oct 26 09:53:34 2016 +0100
  60. 11b87ae rockchip: fix A72 L2CTLR_DATA_RAM_LATENCY to 5 by Caesar Wang · Thu Aug 04 20:46:35 2016 +0800
  61. bb22862 rockchip: clear the power mode status via M0 by Caesar Wang · Wed Oct 12 01:47:51 2016 +0800
  62. b400374 rockchip: add M0 source code and build system for RK3399 by Caesar Wang · Wed Oct 12 08:10:12 2016 +0800
  63. d90f43e rockchip: optimize the link mechanism for SRAM code by Caesar Wang · Tue Oct 11 09:36:00 2016 +0800
  64. a883702 rockchip: fixes the wrong CLKSEL_CON count for CRU by Caesar Wang · Thu Oct 20 14:14:45 2016 -0700
  65. 47e157c rockchip: fixes the clock select and divide register for rk3399 by Caesar Wang · Tue Sep 27 18:19:30 2016 -0700
  66. d51f5d3 Merge pull request #700 from rockchip-linux/fixes-typo-and-warnings by davidcunado-arm · Wed Sep 14 17:06:19 2016 +0100
  67. a8216ab rockchip: fixes the gic panic for rk3399 resume by Caesar Wang · Tue Sep 13 11:15:00 2016 +0800
  68. da9e6de rockchip: fixes some typo by Caesar Wang · Sat Sep 10 06:26:11 2016 +0800
  69. 251a34d rockchip: SIP call use 32 bit return value for rk3399 by Caesar Wang · Sat Sep 10 06:25:29 2016 +0800
  70. 5045a1c rockchip: set gpio2 ~ gpio4 to input and pull none mode by Caesar Wang · Sat Sep 10 02:47:53 2016 +0800
  71. ef18007 rockchip: support disable/enable specific gpio when suspend/resume by Caesar Wang · Sat Sep 10 02:43:15 2016 +0800
  72. 884cb26 rockchip/rk3399: improve gpio driver and support get pull mode function by Caesar Wang · Sat Sep 10 02:42:32 2016 +0800
  73. 6d7d93c rockchip: fix the scu idle for rk3399 by Tony Xie · Fri Sep 02 11:13:38 2016 -0700
  74. c31a8c5 Merge pull request #691 from rockchip-linux/fixes-suspend/resume-bugs by davidcunado-arm · Fri Aug 26 11:59:42 2016 +0100
  75. 247aaca Merge pull request #684 from rockchip-linux/add-sdram-for-rk3399 by davidcunado-arm · Thu Aug 25 13:56:25 2016 +0100
  76. e67b1de rockchip: handle some interrupt before enter power mode for rk3399 by Caesar Wang · Wed Aug 17 17:22:10 2016 -0700
  77. 9007ebc rockchip: remove the unused code for rk3399 by Caesar Wang · Tue Aug 23 12:52:59 2016 -0700
  78. 3e8548b rockchip: on rk3399 enable Schmitt trigger on 32 kHz clock by Caesar Wang · Thu Aug 25 06:31:32 2016 +0800
  79. 853559e rockchip: enable or disable auto power down base on frequency by Caesar Wang · Thu Aug 25 08:38:23 2016 +0800
  80. 9740bba rockchip: rk3399: add dram driver by Caesar Wang · Thu Aug 25 08:37:42 2016 +0800
  81. 34d18d3 rockchip: on rk3399 init the PMU counts at boot; set 24M/32k properly by Caesar Wang · Thu Aug 25 06:29:46 2016 +0800
  82. 14ce777 Merge pull request #678 from soby-mathew/sm/PSCI_AArch32 by danh-arm · Thu Aug 18 11:38:19 2016 +0100
  83. c7aaa78 rockchip: fix the reset-hold release for rk3399 resume by Caesar Wang · Tue Aug 09 07:53:41 2016 +0800
  84. fbaa360 rockchip: fix the power up/dowm cnt for rk3399 by Caesar Wang · Tue Aug 09 08:15:44 2016 +0800
  85. ed6b9a5 rockchip: update to handle PWMs for rk3399 by Caesar Wang · Thu Aug 11 02:11:45 2016 +0800
  86. 1723113 Migrate platform makefile to new console driver location by Soby Mathew · Mon Aug 08 12:33:06 2016 +0100
  87. ad39cfe rockchip: fixes typo and some bugs for suspend/resume tests by Caesar Wang · Thu Jul 21 10:36:22 2016 +0800
  88. 0f553dc Merge pull request #667 from soby-mathew/sm/PSCI_lib by danh-arm · Mon Jul 25 12:29:52 2016 +0100
  89. f6c4108 Include `plat_psci_common.c` from the new location by Soby Mathew · Tue May 03 12:31:18 2016 +0100
  90. bcb4aaa Merge pull request #654 from rockchip-linux/rk3399-suspend-resume by danh-arm · Mon Jul 18 16:18:37 2016 +0100
  91. bb6611b Merge pull request #653 from rockchip-linux/support-rockchip-sip-runtime-service by danh-arm · Mon Jul 18 16:18:24 2016 +0100
  92. 42e113e rockchip: support the suspend/resume for rk3399 by Tony Xie · Sat Jul 16 11:16:51 2016 +0800
  93. c1bf646 rockchip: support plat SIP runtime service by Caesar Wang · Tue Jun 21 14:44:01 2016 +0800
  94. 7659a26 Introduce utils.h header file by Sandrine Bailleux · Tue Jul 05 09:55:03 2016 +0100
  95. d1b9d2d rockchip: support system off function for rk3399 by Caesar Wang · Wed May 25 19:05:19 2016 +0800
  96. a5dc64d rockchip: support reset SoC through gpio for rk3399 by Caesar Wang · Wed May 25 19:04:47 2016 +0800
  97. 3e3c5b0 rockchip: add reset or power off gpio configuration for rk3399 by Caesar Wang · Wed May 25 19:03:04 2016 +0800
  98. 038f6aa rockchip: support rk3399 gpio driver by Caesar Wang · Wed May 25 19:21:43 2016 +0800
  99. 2361fcc Replace Rockchip delay timer by generic one by Antonio Nino Diaz · Thu May 05 15:25:02 2016 +0100
  100. e82e29c Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · Thu May 19 10:00:28 2016 +0100