1. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  2. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 5 months ago
  3. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  4. 954df3d include/bcd: move bcd code to commonlib/bsd/include by Ricardo Quesada · 3 years ago
  5. b626513 soc/rockchip: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  6. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  7. c379d46 src/soc/rockchip: Add missing <{stddef,stdint}.h> by Elyes HAOUAS · 4 years ago
  8. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 2 months ago
  9. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  10. bbc99cf soc/rockchip: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  11. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  12. 8d1b0f1 soc/rockchip: Fix typos by Elyes HAOUAS · 4 years, 5 months ago
  13. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 7 months ago
  14. 43d5f7e src/soc/rockchip: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  15. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  16. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  17. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  18. c788ae3 rockchip: Use new buffer_to/from_fifo32(_prefix) helpers by Julius Werner · 5 years ago
  19. 17b1a16 soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  20. 27d02d8 src/soc: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  21. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  22. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  23. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  24. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  25. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  26. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  27. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  28. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  29. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  30. 3d45000 src: Fix typo by Elyes HAOUAS · 6 years ago
  31. ffeee42 rockchip: Add gpio_set() function by Julius Werner · 6 years ago
  32. 6d643cf rockchip: Correct UART reference clock value by Julius Werner · 7 years ago
  33. 25fb09b rockchip/rk3399: support dual mipi dsi by Lin Huang · 7 years ago
  34. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  35. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  36. 7c5eb07 rockchip: gpio: Correct rk3399 pmu gpio pull setting by Lin Huang · 7 years ago
  37. 589474f rockchip: gpio: add gpio_pull argument in gpio_input_irq() function by Lin Huang · 7 years ago
  38. 4ed8b30 rockchip/rk3399: Adjust gpio_t format to match ARM TF by Julius Werner · 7 years ago
  39. 23d5d99 soc/rockchip: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  40. fe122d4 rockchip/rk3399: Add MIPI driver by Nickey Yang · 7 years ago
  41. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  42. 8c5884e lib/edid.c: Differentiate between absent and non-conformant EDID by Arthur Heymans · 7 years ago
  43. b0b5987 rockchip: gpio: add gpio_input_irq & gpio_irq_status by Jeffy Chen · 7 years ago
  44. 9b2fe63 rockchip/rk3288: rtc-rk808: fix rtc time reading issue by Jeffy Chen · 8 years ago
  45. 7e1f68c rockchip/common: Loosen I2C frequency target requirements by Julius Werner · 8 years ago
  46. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  47. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  48. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  49. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  50. 8e42bd1c rockchip/rk3399: Change PLL configuration to match Linux kernel by Julius Werner · 8 years ago
  51. a09b338 soc/rockchip: split edp_enable() function by Lin Huang · 8 years ago
  52. 152e675 rockchip/rk3399: display: Do not allocate framebuffer in coreboot by Lin Huang · 8 years ago
  53. 74fedbe rockchip: spi: Add support for 16-bit APB reads by Simon Glass · 8 years ago
  54. 52669fc rockchip: spi: Set rxd sample delay when using high speed by Simon Glass · 8 years ago
  55. 2768a11 rockchip: Remove pulls for gpio_output(), clean up code by Julius Werner · 8 years ago
  56. 03cd118 rockchip: spi: Improve SPI read efficiency by Simon Glass · 8 years ago
  57. a7a9c46 rockchip/common: Set weekday to unknown in rtc_get() by Martin Roth · 8 years ago
  58. 74bb412 rockchip/rk3399: Fix pinctrl pull bias settings by Shunqian Zheng · 8 years ago
  59. 8f1f982 rockchip: gpio: add macro so we can get gpio number by Lin Huang · 8 years ago
  60. 307ca37 rockchip: revert the common tsadc header by Shunqian Zheng · 8 years ago
  61. fb53329 rockchip: move vop driver from rk3288 to rockchip common by Shunqian Zheng · 8 years ago
  62. b9a7877 rockchip/*: refactor edp driver by Lin Huang · 8 years ago
  63. 50afb06 rockchip/spi: Allow SPI buses > 2 by Patrick Georgi · 8 years ago
  64. 19eb750 rockchip: make sure sdram top does not spill into MMIO space by Lin Huang · 8 years ago
  65. 015ae11 rockchip: refactor gpio driver by Shunqian Zheng · 8 years ago
  66. d3ae4f1 rockchip/rk*: replace UART special snowflake with standard driver by Patrick Georgi · 8 years ago
  67. fbec1ad rockchip/common: do not retrieve register pointer twice by Vadim Bendebury · 8 years ago
  68. 6d6b129 rockchip/rk3288: refactor pwm driver by Lin Huang · 8 years ago
  69. d4c175b rockchip/rk3288: refactor i2c interface to allow support of rk3399 by huang lin · 8 years ago
  70. 0a36022 rockchip: refactor to sharing code among similar SOCs by Vadim Bendebury · 8 years ago