1. 38d5e15 Correct UART PL011 initialization calculation by Avinash Mehta · 5 years ago
  2. 243b61d gpio: stm32_gpio: do not mix error code types by Nicolas Le Bayon · 5 years ago
  3. 57f4b6f mmc: increase delay between ACMD41 retries by Yann Gautier · 5 years ago
  4. ace2368 Merge changes from topic "ld/stm32-authentication" into integration by Soby Mathew · 5 years ago
  5. f7fa528 Merge changes from topic "amlogic-g12a" into integration by Soby Mathew · 5 years ago
  6. 1ec3919 Merge "GICv3 driver: Fix support for full SPI range" into integration by Soby Mathew · 5 years ago
  7. 41bda86 Merge changes from topic "mp/giv3-discovery" into integration by Soby Mathew · 5 years ago
  8. 69ef7b7 Merge changes I0283fc2e,Ib476d024,Iada05f7c into integration by Paul Beesley · 5 years ago
  9. ec83492 GICv3: Enable multi socket GIC redistributor frame discovery by Madhukar Pappireddy · 5 years ago
  10. 4bdb1a7 stm32mp1: add authentication support for stm32image by Lionel Debieve · 5 years ago
  11. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 5 years ago
  12. b1e0b11 crypto: stm32_hash: Add HASH driver by Lionel Debieve · 5 years ago
  13. f8631f5 drivers: partition: support different block size by Haojian Zhuang · 5 years ago
  14. 26d9439 amlogic: sha_dma: Move register mappings to platform header by Carlo Caione · 5 years ago
  15. 990ab78 rpi3: Move rng driver to drivers by Andre Przywara · 5 years ago
  16. c003118 rpi3: Move VC mailbox driver into generic drivers directory by Andre Przywara · 5 years ago
  17. eb5f0ba GICv3 driver: Fix support for full SPI range by Alexei Fedorov · 5 years ago
  18. 42cdeb9 Merge "stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver" into integration by Soby Mathew · 5 years ago
  19. 6a415a5 Remove RSA PKCS#1 v1.5 support from cert_tool by Justin Chadwell · 5 years ago
  20. aacff74 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 5 years ago
  21. f38e518 Merge changes I072c0f61,I798401f4,I9648ef55,I7225d9fa,Ife682288, ... into integration by Soby Mathew · 5 years ago
  22. 9af73b3 Merge changes from topic "amlogic-refactoring" into integration by Soby Mathew · 5 years ago
  23. ebf851e stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 5 years ago
  24. 01b2a7f amlogic: Move the SHA256 DMA driver to common directory by Carlo Caione · 5 years ago
  25. 4a079c7 meson: Rename platform directory to amlogic by Carlo Caione · 5 years ago
  26. d9d803e mmc: stm32_sdmmc2: correctly manage block size by Yann Gautier · 5 years ago
  27. 2c2c9f1 mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 5 years ago
  28. 1e91952 stm32mp1: move check_header() to common code by Yann Gautier · 6 years ago
  29. 4b549b2 stm32mp1: add support for LpDDR3 by Yann Gautier · 6 years ago
  30. e463d3f stm32mp1: use a common function to check spinlock is available by Yann Gautier · 5 years ago
  31. 6cb45f8 clk: stm32mp: enable RTCAPB clock for dual-core chips by Yann Gautier · 5 years ago
  32. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 5 years ago
  33. fbee88f rcar_gen3: drivers: ddr_b: Update DDR setting for H3, M3, M3N by Chiaki Fujii · 5 years ago
  34. bf88183 rcar_gen3: drivers: qos: update QoS setting by Yoshifumi Hosoya · 5 years ago
  35. f3f5aba rcar_gen3: drivers: ddr_b: Fix checkpatch errors in headers by Marek Vasut · 5 years ago
  36. 4ca57ba rcar_gen3: drivers: ddr_b: Fix line-over-80s by Marek Vasut · 5 years ago
  37. 0875614 rcar_gen3: drivers: ddr_b: Further checkpatch cleanups by Marek Vasut · 5 years ago
  38. fcd81d6 rcar_gen3: drivers: ddr_b: Clean up camel case by Marek Vasut · 5 years ago
  39. a8497fd rcar_get3: drivers: ddr_b: Basic checkpatch fixes by Marek Vasut · 5 years ago
  40. f12039b rcar_get3: drivers: ddr: Partly unify register macros between DDR A and B by Marek Vasut · 5 years ago
  41. 40c711a rcar_get3: drivers: ddr: Clean up common code by Marek Vasut · 5 years ago
  42. 7cc287d Merge "rcar_gen3: plat: Rename RCAR_PRODUCT_* to PRR_PRODUCT_*" into integration by Paul Beesley · 5 years ago
  43. 44f4bb2 Merge "rcar_gen3: plat: Factor out PRR_ macros into rcar_def.h" into integration by Paul Beesley · 5 years ago
  44. f51df47 console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · 5 years ago
  45. df51d8f rcar_gen3: plat: Rename RCAR_PRODUCT_* to PRR_PRODUCT_* by Marek Vasut · 5 years ago
  46. 7c103d6 rcar_gen3: plat: Factor out PRR_ macros into rcar_def.h by Marek Vasut · 5 years ago
  47. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  48. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  49. 76f3c7d cryptocell: add product version awareness support by Gilad Ben-Yossef · 5 years ago
  50. 36ec2bb cryptocell: move Cryptocell specific API into driver by Gilad Ben-Yossef · 5 years ago
  51. df5bd3b Merge "console: update skeleton" into integration by Soby Mathew · 5 years ago
  52. 7cdd55a Merge changes I68941876,Ib7961812,I758661d3,I4f3e3812,I9b26b838, ... into integration by Soby Mathew · 5 years ago
  53. f769416 Merge "rcar_gen3: drivers: ddr: Replace BITn with BIT(n) macro" into integration by Soby Mathew · 5 years ago
  54. 52e9108 console: update skeleton by Ambroise Vincent · 5 years ago
  55. d0d0f17 Merge changes from topic "jc/shift-overflow" into integration by Soby Mathew · 5 years ago
  56. c85f8f0 rcar_gen3: drivers: ddr-a: Fix E3 DDR init coding style by Marek Vasut · 5 years ago
  57. 2c400e9 rcar_gen3: drivers: ddr-a: Pass ddrBackup around by Marek Vasut · 5 years ago
  58. 32e6b50 rcar_gen3: drivers: ddr-a: Inline ddr_init_e3.h by Marek Vasut · 5 years ago
  59. 8bfca58 rcar_gen3: drivers: ddr-a: Fix V3M DDR init coding style by Marek Vasut · 5 years ago
  60. d2ee6e0 rcar_gen3: drivers: ddr-a: Fix D3 DDR init coding style by Marek Vasut · 5 years ago
  61. dfd8094 rcar_gen3: drivers: ddr-a: Replace {Read,Write}Reg_32() with mmio_{read,write}_32() by Marek Vasut · 5 years ago
  62. efe6eaa rcar_gen3: drivers: ddr-a: Unify register definitions by Marek Vasut · 5 years ago
  63. 8ddd91b rcar_gen3: drivers: ddr: Replace BITn with BIT(n) macro by Marek Vasut · 5 years ago
  64. c186ec5 rcar_gen3: drivers: rpc: Modify PFC code by Toshiyuki Ogasahara · 5 years ago
  65. a3aa877 rcar_gen3: drivers: rpc: Change RPC PHY calibration setting by Toshiyuki Ogasahara · 5 years ago
  66. 783c530 rcar_gen3: drivers: ddr-b: Update DDR setting for H3, M3, M3N by Chiaki Fujii · 5 years ago
  67. 9264f08 Update synopsys drivers to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  68. 4b5c1f3 rcar_gen3: drivers: ddr-a: Update E3 DDR setting by Hiroyuki Nakano · 5 years ago
  69. 673406b Update renesas platform to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  70. 1578169 Update meson platform to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  71. b19498b Update marvell platform to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  72. 9ce41ec driver: synopsys: emmc: Do not change FIFO TH as this breaks some platforms by Tien Hock, Loh · 5 years ago
  73. 39c92b6 Merge changes from topic "av/console-port" into integration by Paul Beesley · 5 years ago
  74. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
  75. 93c7762 Merge changes from topic "pull-out-drivers" into integration by Paul Beesley · 5 years ago
  76. bf719f6 intel: Pull out common drivers into platform common by Hadi Asyrafi · 5 years ago
  77. 51e24ec Console: removed legacy console API by Ambroise Vincent · 6 years ago
  78. f361639 rcar_gen3: drivers: pfc: E3: Replace REVERCED with REVERSED by Marek Vasut · 5 years ago
  79. 2a690b6 rcar_gen3: drivers: pfc: Move PFC drivers out of staging by Marek Vasut · 5 years ago
  80. 2789982 rcar_gen3: drivers: pfc: Checkpatch cleanup by Marek Vasut · 5 years ago
  81. 2e05b08 rcar_gen3: drivers: pfc: V3M: Fix camel case by Marek Vasut · 5 years ago
  82. 2d2123d rcar_gen3: drivers: pfc: V3M: Drop forward declarations by Marek Vasut · 5 years ago
  83. b4732f0 rcar_gen3: drivers: pfc: V3M: Switch to BIT() macro by Marek Vasut · 5 years ago
  84. 4891ca8 rcar_gen3: drivers: pfc: V3M: Checkpatch cleanup by Marek Vasut · 5 years ago
  85. 5b0dccd rcar_gen3: drivers: pfc: V3M: Switch to common register header file by Marek Vasut · 5 years ago
  86. 6e6845b rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration by Marek Vasut · 5 years ago
  87. 5bfad2f rcar_gen3: drivers: pfc: E3: Switch to BIT() macro by Marek Vasut · 5 years ago
  88. 85f293e rcar_gen3: drivers: pfc: E3: Checkpatch cleanup by Marek Vasut · 5 years ago
  89. e4bc39f rcar_gen3: drivers: pfc: E3: Switch to common register header file by Marek Vasut · 5 years ago
  90. abf70c8 rcar_gen3: drivers: pfc: D3: Switch to BIT() macro by Marek Vasut · 5 years ago
  91. c885b69 rcar_gen3: drivers: pfc: D3: Drop unused macros by Marek Vasut · 5 years ago
  92. d0f7fd3 rcar_gen3: drivers: pfc: D3: Checkpatch cleanup by Marek Vasut · 5 years ago
  93. 77eaa9f rcar_gen3: drivers: pfc: D3: Switch to common register header file by Marek Vasut · 5 years ago
  94. ea839fb rcar_gen3: drivers: pfc: M3N: Drop forward declarations by Marek Vasut · 5 years ago
  95. bf324de rcar_gen3: drivers: pfc: M3N: Switch to BIT() macro by Marek Vasut · 5 years ago
  96. 2ce5983 rcar_gen3: drivers: pfc: M3N: Checkpatch cleanup by Marek Vasut · 5 years ago
  97. deacb2b rcar_gen3: drivers: pfc: M3N: Switch to common register header file by Marek Vasut · 5 years ago
  98. 39f2b94 rcar_gen3: drivers: pfc: M3W: Fix camel case by Marek Vasut · 5 years ago
  99. 13e5572 rcar_gen3: drivers: pfc: M3W: Drop forward declarations by Marek Vasut · 5 years ago
  100. ae82596 rcar_gen3: drivers: pfc: M3W: Switch to BIT() macro by Marek Vasut · 5 years ago