1. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  2. 57d1e5f Fix pointer type mismatch of handlers by Masahiro Yamada · 7 years ago
  3. 6ab136c Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 7 years ago
  4. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 7 years ago
  5. 649c48f plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  6. 334e1ce Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 8 years ago
  7. 3284ce1 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 8 years ago
  8. 890abc3 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 8 years ago
  9. 3c250b9 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 8 years ago
  10. a33e763 rockchip: Implement a panic handler that will reboot the system by Julius Werner · 8 years ago
  11. 2adcad6 rockchip/rk3399: save and restore pd_alive register by Lin Huang · 8 years ago
  12. 9aadf25 rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · 8 years ago
  13. 64726e6 Add new alignment parameter to func assembler macro by Julius Werner · 8 years ago
  14. ee1ebbd Fix order of remaining platform #includes by Isla Mitchell · 8 years ago
  15. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 8 years ago
  16. 84597b5 rockchip: check wakeup cpu when resume by Lin Huang · 8 years ago
  17. 4e836d3 rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend by Lin Huang · 8 years ago
  18. bc5c300 rockchip: add pmusram section by Lin Huang · 8 years ago
  19. c3e70be Use SPDX license identifiers for remaining files by dp-arm · 8 years ago
  20. a78b73f Merge pull request #918 from rockchip-linux/rk3328 by davidcunado-arm · 8 years ago
  21. 9bb0b3c Revert "rockchip: Remove unused rockchip_pd_pwr_down_wfi function" by Antonio Nino Diaz · 8 years ago
  22. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  23. 0d5ec95 rockchip: rk3328: support rk3328 by tony.xie · 8 years ago
  24. b6dcbf5 rockchip: Remove unused rockchip_pd_pwr_down_wfi function by Paul Kocialkowski · 8 years ago
  25. 08ba8c6 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · 8 years ago
  26. f32ab444 rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · 8 years ago
  27. 977001a rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · 9 years ago
  28. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  29. f38d93f Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 9 years ago
  30. 4749705 Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 9 years ago
  31. 152c8c1 utils: move BIT(n) macro to utils.h by Masahiro Yamada · 9 years ago
  32. ede939f Fix incorrect copyright notices by Antonio Nino Diaz · 9 years ago
  33. ad09652 Merge pull request #724 from rockchip-linux/support-rk3399-sdram by davidcunado-arm · 9 years ago
  34. 4ea8dc4 rockchip: fix A72 L2CTLR_DATA_RAM_LATENCY to 5 by Caesar Wang · 9 years ago
  35. 7ac5200 rockchip: clear the power mode status via M0 by Caesar Wang · 9 years ago
  36. ec69356 rockchip: optimize the link mechanism for SRAM code by Caesar Wang · 9 years ago
  37. d9738fb Merge pull request #700 from rockchip-linux/fixes-typo-and-warnings by davidcunado-arm · 9 years ago
  38. 7e1bedb rockchip: fixes some typo by Caesar Wang · 9 years ago
  39. 2bff35b rockchip: set gpio2 ~ gpio4 to input and pull none mode by Caesar Wang · 9 years ago
  40. e550c63 rockchip: support disable/enable specific gpio when suspend/resume by Caesar Wang · 9 years ago
  41. 63ebf05 rockchip: fix the scu idle for rk3399 by Tony Xie · 9 years ago
  42. bdb2763 rockchip: handle some interrupt before enter power mode for rk3399 by Caesar Wang · 9 years ago
  43. 545bff0 rockchip: fix the power up/dowm cnt for rk3399 by Caesar Wang · 9 years ago
  44. e6517ab rockchip: fixes typo and some bugs for suspend/resume tests by Caesar Wang · 9 years ago
  45. 84ded36 Merge pull request #654 from rockchip-linux/rk3399-suspend-resume by danh-arm · 9 years ago
  46. 473cae6 Merge pull request #653 from rockchip-linux/support-rockchip-sip-runtime-service by danh-arm · 9 years ago
  47. 9ec78bd rockchip: support the suspend/resume for rk3399 by Tony Xie · 9 years ago
  48. 1760db6 rockchip: support plat SIP runtime service by Caesar Wang · 9 years ago
  49. ed81f3e Introduce utils.h header file by Sandrine Bailleux · 9 years ago
  50. 86c253e rockchip: support system off function for rk3399 by Caesar Wang · 9 years ago
  51. 68ff45f rockchip: add reset or power off gpio configuration for rk3399 by Caesar Wang · 9 years ago
  52. 9901dcf rockchip: support rk3399 gpio driver by Caesar Wang · 9 years ago
  53. 6704f42 Replace Rockchip delay timer by generic one by Antonio Nino Diaz · 9 years ago
  54. f3d3b31 Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 9 years ago
  55. f47a25d rockchip: support the suspend/resume for rk3399 by Caesar Wang · 9 years ago
  56. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 9 years ago
  57. 9ff67fa Dump platform-defined regs in crash reporting by Gerald Lejeune · 10 years ago
  58. 6fba6e0 Support for Rockchip's family SoCs by Tony Xie · 10 years ago