1. 9f72021 cfi_flash: Fix spelling of "Unknown" by Mario Six · 7 years ago
  2. 12d7fed cfi_flash: Add missing braces in blocks by Mario Six · 7 years ago
  3. 4f89da4 cfi_flash: Remove unnecessary braces by Mario Six · 7 years ago
  4. a6d18f2 cfi_flash: Fix comment style by Mario Six · 7 years ago
  5. 38d2831 cfi_flash: Use __func__ macro instead of function name by Mario Six · 7 years ago
  6. 88ecd8b cfi_flash: Fix logical continuations by Mario Six · 7 years ago
  7. 0412e90 cfi_flash: Remove braces for single-statement blocks by Mario Six · 7 years ago
  8. 7223a8c cfi_flash: Fix missing/superfluous lines by Mario Six · 7 years ago
  9. 640f4e3 cfi_flash: Fix spacing around casts/operators by Mario Six · 7 years ago
  10. dde0913 cfi_flash: Fix indent of case statements by Mario Six · 7 years ago
  11. db91bb2 cfi_flash: Fix whitespace with casting by Mario Six · 7 years ago
  12. b168386 cfi_flash: Fix Parenthesis spacing by Mario Six · 7 years ago
  13. ca2b07a cfi_flash: Fix style of pointer declarations by Mario Six · 7 years ago
  14. 188a556 cfi_flash: Fix space between function name and parenthesis by Mario Six · 7 years ago
  15. f2ee915 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  16. 9821636 bcm2835_pinctrl: Probe pre-reloc by Alexander Graf · 7 years ago
  17. 6001985 bcm2835_pl011_serial: Add BCM2835 specific serial driver by Alexander Graf · 7 years ago
  18. fa48759 bcm2835_mu_serial: Convert to Kconfig by Alexander Graf · 7 years ago
  19. cf2c778 pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig by Alexander Graf · 7 years ago
  20. d10fc50 pl011: Convert CONFIG_PL011_SERIAL to Kconfig by Alexander Graf · 7 years ago
  21. 884f901 pl010: Convert CONFIG_PL010_SERIAL to Kconfig by Alexander Graf · 7 years ago
  22. b311163 pl01x: Convert to dev_read by Alexander Graf · 7 years ago
  23. 9dfeffe serial_bcm283x_mu: Fail loading if not muxed by Alexander Graf · 7 years ago
  24. bceab8d serial_bcm283x_mu: Always skip init by Alexander Graf · 7 years ago
  25. 80d5001 serial_bcm283x_mu: Convert to dev_read by Alexander Graf · 7 years ago
  26. fc8523a serial: bcm283x_mu: Remove support for post-init disabling by Alexander Graf · 7 years ago
  27. 608b0c4 serial: Use next serial device if probing fails by Alexander Graf · 7 years ago
  28. c8a73a2 mmc: Add bcm2835 sdhost controller by Alexander Graf · 7 years ago
  29. caf2233 bcm283x: Add pinctrl driver by Alexander Graf · 7 years ago
  30. 75b381a rockchip: clk: guard set_parent implementations against OF_PLATDATA by Philipp Tomsich · 7 years ago
  31. 64a1220 clk: rockchip: clk_rk3368: Implement "assign-clock-parent" by David Wu · 7 years ago
  32. 01c60ea clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-rate" by David Wu · 7 years ago
  33. d12d7c0 net: gmac_rockchip: Add support for the RK3228 GMAC by David Wu · 7 years ago
  34. 5bb616c clk: rockchip: Add rk322x gamc clock support by David Wu · 7 years ago
  35. 20ee0fd rockchip: pinctrl: Add rk322x gmac pinctrl support by David Wu · 7 years ago
  36. 424324d rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driver by David Wu · 7 years ago
  37. b3d2a6d net: gmac_rockchip: Add rk3328 gmac support by David Wu · 7 years ago
  38. 7cd4eba clk: rockchip: Add rk3328 gamc clock support by David Wu · 7 years ago
  39. dfb886d rockchip: pinctrl: Add rk3328 gmac pinctrl support by David Wu · 7 years ago
  40. 301fff4 rockchip: pinctrl: rk3328: Move the iomux definitions into pinctrl-driver by David Wu · 7 years ago
  41. caf7461 net: gmac_rockchip: Add support for the RV1108 GMAC by David Wu · 7 years ago
  42. 77c4261 rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver by David Wu · 7 years ago
  43. d2f1f1a rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-node by Philipp Tomsich · 7 years ago
  44. f4fcba5 clk: implement clk_set_defaults() by Philipp Tomsich · 7 years ago
  45. a45f17e rockchip: clk: rk3399: implement set_parent() operation by Philipp Tomsich · 7 years ago
  46. 95f9a7e clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() by Philipp Tomsich · 7 years ago
  47. f7d1046 clk: add clk_set_parent() by Philipp Tomsich · 7 years ago
  48. 990dba6 clk: clk_stm32f: Fix PLLSAICFGR_PLLSAIP_4 divider value by Patrice Chotard · 7 years ago
  49. 20fe38e clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks() by Patrice Chotard · 7 years ago
  50. 68a69ed clk: clk_stm32f: Remove STMMAC clock setup by Patrice Chotard · 7 years ago
  51. cb97ff9 clk: stm32: retrieve external oscillator frequency from DT by Patrice Chotard · 7 years ago
  52. 4dbf9be serial: ns16550: Fix style violation by Mario Six · 7 years ago
  53. f5ac4f2 gpio: mpc8xxx: Make live-tree compatible by Mario Six · 7 years ago
  54. f9c7fde gpio: mpc8xxx: Make compatible with more SoCs by Mario Six · 7 years ago
  55. 3c21683 gpio: mpc8xxx: Rename Kconfig option, structures, and functions by Mario Six · 7 years ago
  56. 76d00cc gpio: mpc85xx: Rename driver file to mpc8xxx by Mario Six · 7 years ago
  57. aadc5e6 gpio: mpc85xx_gpio: Fix style violations by Mario Six · 7 years ago
  58. f62ca2cd gpio: pca953x_gpio: Make live-tree compatible by Mario Six · 7 years ago
  59. fb01e07 gpio: pca953x_gpio: Fix style violations by Mario Six · 7 years ago
  60. 40b6118 usb: host: Drop unused hcd_name from r8a66597-hcd.c by Tom Rini · 7 years ago
  61. 1c0ae00 usb: Remove isp116x-hcd support by Tom Rini · 7 years ago
  62. 9c486e7 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  63. f95a4b3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  64. d61639e Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  65. 3192026 net: sh_eth: Add DM and DT support by Marek Vasut · 7 years ago
  66. a220784 net: sh_eth: Clump legacy functions together by Marek Vasut · 7 years ago
  67. 013af64 net: sh_eth: Split sh_eth_init by Marek Vasut · 7 years ago
  68. 68ac92e net: sh_eth: Separate out MAC address programming by Marek Vasut · 7 years ago
  69. 52c15e2 net: sh_eth: Split sh_eth_recv by Marek Vasut · 7 years ago
  70. dca221b net: sh_eth: Pass sh_eth_dev around by Marek Vasut · 7 years ago
  71. effb790 net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2 by Marek Vasut · 7 years ago
  72. e3105ea net: ravb: staticize ravb_start by Marek Vasut · 7 years ago
  73. 5f14f7d pci: rmobile: Add RCar Gen2 PCIe controller driver by Marek Vasut · 7 years ago
  74. 8b05436 gpio: rmobile: Add RCar Gen2 compatible string by Marek Vasut · 7 years ago
  75. 748277c4 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  76. a6968ec gpio: sunxi: Add compatible string for H5 PIO by Chris Blake · 7 years ago
  77. 0a319b6 video: bpp16: Disable by default on sunXi by Maxime Ripard · 7 years ago
  78. 2e8f1dd video: bpp8: Disable by default on sunXi by Maxime Ripard · 7 years ago
  79. 70c56c1 dfu: select HASH by Maxime Ripard · 7 years ago
  80. fc04bd8 Merge git://git.denx.de/u-boot-mips by Tom Rini · 7 years ago
  81. 1d12a7c Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  82. a80bf5e dm: ram: bmips: add BCM6318 support by Álvaro Fernández Rojas · 7 years ago
  83. 70d30d8 dm: cpu: bmips: add BCM6318 support by Álvaro Fernández Rojas · 7 years ago
  84. 8c8ef2e dm: cpu: bmips: add BCM6368 support by Álvaro Fernández Rojas · 7 years ago
  85. 58c125b DW SPI: Get clock value from Device Tree by Eugeniy Paltsev · 7 years ago
  86. 6f7c92d usb: ehci: mxs: fix swapped argument in ehci_writel() by Daniel Schwierzeck · 7 years ago
  87. eacccbd usb: xhci: Fix bool initialization in xhci_bulk_tx by Gustavo A. R. Silva · 7 years ago
  88. 92962b3 ddr: altera: silence PHY calibration unless in debug mode by Goldschmidt Simon · 7 years ago
  89. 34e9360 pinctrl: rmobile: Import R8A7794 E2 PFC tables by Marek Vasut · 7 years ago
  90. ab2d09b4 pinctrl: rmobile: Import R8A7792 V2H PFC tables by Marek Vasut · 7 years ago
  91. 427c75d pinctrl: rmobile: Import R8A7791/R8A7793 M2 PFC tables by Marek Vasut · 7 years ago
  92. 7547ad4 pinctrl: rmobile: Import R8A7790 H2 PFC tables by Marek Vasut · 7 years ago
  93. 19b1a8b clk: renesas: Import R8A7794 E2 clock tables by Marek Vasut · 7 years ago
  94. ce43893 clk: renesas: Import R8A7792 V2H clock tables by Marek Vasut · 7 years ago
  95. 67dbebe clk: renesas: Import R8A7791/R8A7793 M2 clock tables by Marek Vasut · 7 years ago
  96. 75a5096 clk: renesas: Import R8A7790 H2 clock tables by Marek Vasut · 7 years ago
  97. dedb60f clk: renesas: Add Gen2 clock core by Marek Vasut · 7 years ago
  98. 28b8f22 clk: renesas: Add DIV6P1 clock type by Marek Vasut · 7 years ago
  99. d262867 clk: renesas: Split out code shared between Gen2 and Gen3 by Marek Vasut · 7 years ago
  100. 65f1bbf clk: renesas: Make clock tables Kconfig configurable by Marek Vasut · 7 years ago