1. 1efa92c Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  2. 542c1e0 drivers/crypto/fsl: assign job-rings to non-TrustZone by Bryan O'Donoghue · 7 years ago
  3. c414270 mmc: fsl_esdhc: support SDR104 and HS200 by Peng Fan · 7 years ago
  4. b9b4236 mmc: fsl_esdhc: add strobe and tuning entry by Peng Fan · 7 years ago
  5. 20de5b0 rtc: adding RX8010SJ rtc driver by Nandor Han · 7 years ago
  6. 68d31f6 net: e1000: implement eth_write_hwaddr by Hannu Lounento · 7 years ago
  7. f36be3c net: e1000: split e1000_read_mac_addr by Hannu Lounento · 7 years ago
  8. c56999e net: e1000: add support for writing to EEPROM by Hannu Lounento · 7 years ago
  9. 45e9aa1 power: pmic/regulator allow dm be omitted by SPL by Peng Fan · 7 years ago
  10. e267091 net: fec: fix build warnings for 64bits support by Ye Li · 7 years ago
  11. bf8e58b net: fec: do not access reserved register for i.MX8M by Peng Fan · 7 years ago
  12. fa94fb4 gpio: mxc: add i.MX8M support by Peng Fan · 7 years ago
  13. 3364c4b mmc: fsl_esdhc: support i.MX8M by Peng Fan · 7 years ago
  14. 716d496 misc: ocotp: add i.MX8M support by Peng Fan · 7 years ago
  15. 70e35b4 dm: core: Add a function to look up a uclass by name by Simon Glass · 7 years ago
  16. e364e4b Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig by Lukasz Majewski · 7 years ago
  17. 3c32b42 Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to Kconfig by Lukasz Majewski · 7 years ago
  18. b886ed9 Kconfig: usb: Sort USB_FUNCTION_* entries by Lukasz Majewski · 7 years ago
  19. 0129db7 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  20. c96b0f0 Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblaze by Tom Rini · 7 years ago
  21. ed3b082 Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig by Adam Ford · 7 years ago
  22. 74588bb drivers/ddr/fsl: Cleanup unused variable by York Sun · 7 years ago
  23. 194c2f4 drivers/ddr/fsl: Modify binding registers to save time on data init by York Sun · 7 years ago
  24. bc2f32a drivers/ddr/fsl: Add calculation of register control words by York Sun · 7 years ago
  25. 6db4fdd drivers/ddr/fsl: Add 3DS RDIMM support by York Sun · 7 years ago
  26. 2a4859e drivers/ddr/fsl: Fix workaround for A009803 by York Sun · 7 years ago
  27. d9f7fa0 drivers/ddr/fsl: Fix DDR4 RDIMM support by York Sun · 7 years ago
  28. 8dadfb4 driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl by Yogesh Gaur · 7 years ago
  29. 22069e2 x86: qemu: qfw: Implement acpi_get_rsdp_addr() by Bin Meng · 7 years ago
  30. 18a702e nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT by Ezequiel Garcia · 7 years ago
  31. b0a4f13 nand: arasan_nfc: Use the calculated ecc address for updating ecc register by Siva Durga Prasad Paladugu · 7 years ago
  32. 45e512c nand: arasan_nfc: Add support for ondie ecc by Siva Durga Prasad Paladugu · 7 years ago
  33. 80c889c nand: arasan_nfc: Move common ecc struct initialization init routine by Siva Durga Prasad Paladugu · 7 years ago
  34. 88765f9 mvpp2: Fix warning over 32bit vs 64bit targets by Tom Rini · 7 years ago
  35. 24e8578 clk: clk_stm32: Add .set_rate callback by Patrice Chotard · 7 years ago
  36. c8bda54 serial: Make full device search optional by Alexander Graf · 7 years ago
  37. 28f1898 cfi_flash: Always define cfi_flash_num_flash_banks by Mario Six · 7 years ago
  38. dde8550 cfi_flash: Fix indention by Mario Six · 7 years ago
  39. bc762c1 cfi_flash: Fix long lines by Mario Six · 7 years ago
  40. aaf1a4a cfi_flash: Bound-check index before array access by Mario Six · 7 years ago
  41. 324b940 flash: Fix spelling of "ERR_TIMOUT" by Mario Six · 7 years ago
  42. f8783d2 cfi_flash: Rename camel-case variables by Mario Six · 7 years ago
  43. 246e506 cfi_flash: Fix strings split across lines by Mario Six · 7 years ago
  44. f4bab85 cfi_flash: Use u8 pointers instead of void pointers by Mario Six · 7 years ago
  45. 6cf5574 cfi_flash: Remove assignments from if conditions by Mario Six · 7 years ago
  46. d544ddf cfi_flash: Remove return from void function by Mario Six · 7 years ago
  47. c4b85c3 cfi_flash: Fix placement of brace by Mario Six · 7 years ago
  48. 411ede3 cfi_flash: Fix else after break by Mario Six · 7 years ago
  49. acf1208 cfi_flash: Fix spelling of "Unknown" by Mario Six · 7 years ago
  50. 179b8d6 cfi_flash: Add missing braces in blocks by Mario Six · 7 years ago
  51. d1141c5 cfi_flash: Remove unnecessary braces by Mario Six · 7 years ago
  52. 1ec6d34 cfi_flash: Fix comment style by Mario Six · 7 years ago
  53. 9355d55 cfi_flash: Use __func__ macro instead of function name by Mario Six · 7 years ago
  54. 0c9be97 cfi_flash: Fix logical continuations by Mario Six · 7 years ago
  55. cbe41ca cfi_flash: Remove braces for single-statement blocks by Mario Six · 7 years ago
  56. c7e359e cfi_flash: Fix missing/superfluous lines by Mario Six · 7 years ago
  57. a828c1e cfi_flash: Fix spacing around casts/operators by Mario Six · 7 years ago
  58. 76857f0 cfi_flash: Fix indent of case statements by Mario Six · 7 years ago
  59. ae0b9c7 cfi_flash: Fix whitespace with casting by Mario Six · 7 years ago
  60. e2c0746 cfi_flash: Fix Parenthesis spacing by Mario Six · 7 years ago
  61. 88f439f cfi_flash: Fix style of pointer declarations by Mario Six · 7 years ago
  62. fa29069 cfi_flash: Fix space between function name and parenthesis by Mario Six · 7 years ago
  63. 0039d71 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  64. 7fcd313 bcm2835_pinctrl: Probe pre-reloc by Alexander Graf · 7 years ago
  65. a73b0ec bcm2835_pl011_serial: Add BCM2835 specific serial driver by Alexander Graf · 7 years ago
  66. 1b44295 bcm2835_mu_serial: Convert to Kconfig by Alexander Graf · 7 years ago
  67. 633ef89 pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig by Alexander Graf · 7 years ago
  68. 65bfb42 pl011: Convert CONFIG_PL011_SERIAL to Kconfig by Alexander Graf · 7 years ago
  69. 2184ccd pl010: Convert CONFIG_PL010_SERIAL to Kconfig by Alexander Graf · 7 years ago
  70. cce6443 pl01x: Convert to dev_read by Alexander Graf · 7 years ago
  71. ff9fd76 serial_bcm283x_mu: Fail loading if not muxed by Alexander Graf · 7 years ago
  72. c3883e0 serial_bcm283x_mu: Always skip init by Alexander Graf · 7 years ago
  73. 35b31e0 serial_bcm283x_mu: Convert to dev_read by Alexander Graf · 7 years ago
  74. f7c2628 serial: bcm283x_mu: Remove support for post-init disabling by Alexander Graf · 7 years ago
  75. 132ca2d serial: Use next serial device if probing fails by Alexander Graf · 7 years ago
  76. 044725f mmc: Add bcm2835 sdhost controller by Alexander Graf · 7 years ago
  77. fce8e5c bcm283x: Add pinctrl driver by Alexander Graf · 7 years ago
  78. 6dd2fb4 rockchip: clk: guard set_parent implementations against OF_PLATDATA by Philipp Tomsich · 7 years ago
  79. e72793d clk: rockchip: clk_rk3368: Implement "assign-clock-parent" by David Wu · 7 years ago
  80. 879d2fb clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-rate" by David Wu · 7 years ago
  81. adcde49 net: gmac_rockchip: Add support for the RK3228 GMAC by David Wu · 7 years ago
  82. 0bfebea clk: rockchip: Add rk322x gamc clock support by David Wu · 7 years ago
  83. c329842 rockchip: pinctrl: Add rk322x gmac pinctrl support by David Wu · 7 years ago
  84. 14d5cf0 rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driver by David Wu · 7 years ago
  85. bac972b net: gmac_rockchip: Add rk3328 gmac support by David Wu · 7 years ago
  86. f01c581 clk: rockchip: Add rk3328 gamc clock support by David Wu · 7 years ago
  87. b47fc26 rockchip: pinctrl: Add rk3328 gmac pinctrl support by David Wu · 7 years ago
  88. 1a7665f rockchip: pinctrl: rk3328: Move the iomux definitions into pinctrl-driver by David Wu · 7 years ago
  89. 672e4f2 net: gmac_rockchip: Add support for the RV1108 GMAC by David Wu · 7 years ago
  90. 5a04e0c rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver by David Wu · 7 years ago
  91. 2d20a63 rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-node by Philipp Tomsich · 7 years ago
  92. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  93. f4ba6ed rockchip: clk: rk3399: implement set_parent() operation by Philipp Tomsich · 7 years ago
  94. f760434 clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() by Philipp Tomsich · 7 years ago
  95. f8e02b2 clk: add clk_set_parent() by Philipp Tomsich · 7 years ago
  96. d5d3655 clk: clk_stm32f: Fix PLLSAICFGR_PLLSAIP_4 divider value by Patrice Chotard · 7 years ago
  97. e2d564e clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks() by Patrice Chotard · 7 years ago
  98. b710b7f clk: clk_stm32f: Remove STMMAC clock setup by Patrice Chotard · 7 years ago
  99. acd97ca clk: stm32: retrieve external oscillator frequency from DT by Patrice Chotard · 7 years ago
  100. aed664a serial: ns16550: Fix style violation by Mario Six · 7 years ago