1. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  2. a84f559 input: indicate that code page 437 is used by Heinrich Schuchardt · 7 years ago
  3. de2069c pinctrl: Kconfig: Fix typo by Marek Behún · 7 years ago
  4. 1e5f898 gpio: pca953x_gpio: Support label setting from DT by Mario Six · 7 years ago
  5. b432b1e spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · 7 years ago
  6. b3f4070 Atmel TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  7. afe0e6b Infineon TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  8. 12e0ab3 STMicro TPM: Fix potential buffer overruns by Jeremy Boone · 7 years ago
  9. 3ccc207 mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQ by Vipul Kumar · 7 years ago
  10. 5dc5a53 mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQ by Vipul Kumar · 7 years ago
  11. 71d5a14 microblaze: Added Kconfig support for CONFIG_XILINX_GPIO by Vipul Kumar · 7 years ago
  12. e885b42 i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1 by Vipul Kumar · 7 years ago
  13. 5c32de2 i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET by Vipul Kumar · 7 years ago
  14. ce3c9a5 i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED by Vipul Kumar · 7 years ago
  15. e7affad i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE by Vipul Kumar · 7 years ago
  16. 38a69e9 i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ by Vipul Kumar · 7 years ago
  17. 3990c9d arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPL by Vipul Kumar · 7 years ago
  18. f415834 fpga: Added Kconfig support for FPGA_SPARTAN3 by Vipul Kumar · 7 years ago
  19. a0fd381 net: phy: smsc: Add SMSC LAN8741 support by Arno Steffens · 7 years ago
  20. 8f5672e net: e1000: Fix e1000_igb semaphore handling by Bernhard Messerklinger · 7 years ago
  21. 1693a57 NET: designware: fix clock enable by Eugeniy Paltsev · 7 years ago
  22. 8d63120 phy: Fix style violations by Mario Six · 7 years ago
  23. 431be62 net: phy: marvell 88e151x: Fix handling of bare RGMII interface type by Mario Six · 7 years ago
  24. 76f11d3 net: phy: marvell: Fix style violations by Mario Six · 7 years ago
  25. 1313aaf net: tsec: Make live-tree compatible by Mario Six · 7 years ago
  26. 5775f00 net: tsec: Fix memory leak in error path by Mario Six · 7 years ago
  27. d38de33 net: tsec: Fix style violations by Mario Six · 7 years ago
  28. 4bafcef Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  29. beac7d3 mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified by Jean-Jacques Hiblot · 7 years ago
  30. 27a4b3b mmc: omap_hsmmc: make it possible to compile out ADMA support by Jean-Jacques Hiblot · 7 years ago
  31. c7d08d8 mmc: omap_hsmmc: compile out write support if not needed by Jean-Jacques Hiblot · 7 years ago
  32. 45530e3 mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_plat by Jean-Jacques Hiblot · 7 years ago
  33. 85447f7 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  34. 39bcbb7 bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR by Tom Rini · 7 years ago
  35. 434d5a0 rockchip: clk: rk3399: handle set_rate/get_rate for PLL_PPLL by Philipp Tomsich · 7 years ago
  36. 35a69a3 rockchip: clk: rk3368: handle clk_enable requests for GMAC by Philipp Tomsich · 7 years ago
  37. a9bdd67 rockchip: clk: rk3399: handle clk_enable requests for GMAC by Philipp Tomsich · 7 years ago
  38. 4bc4f8a Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig by Alex Kiernan · 7 years ago
  39. aa5a863 Migrate generic bootcount to Kconfig by Alex Kiernan · 7 years ago
  40. bec8c64 Integrate AT91 bootcount driver by Alex Kiernan · 7 years ago
  41. 6cdd70e Convert CONFIG_BOOTCOUNT_I2C to Kconfig by Alex Kiernan · 7 years ago
  42. ff5410d Convert CONFIG_BOOTCOUNT_RAM to Kconfig by Alex Kiernan · 7 years ago
  43. 04c96ed Convert CONFIG_BOOTCOUNT_ENV to Kconfig by Alex Kiernan · 7 years ago
  44. c35e2d9 Convert CONFIG_BOOTCOUNT_AM33XX to Kconfig by Alex Kiernan · 7 years ago
  45. c1e1c1e Prepare for multiple bootcount drivers by Alex Kiernan · 7 years ago
  46. 3dccc10 Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMIT by Alex Kiernan · 7 years ago
  47. 0bb430c Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  48. 5de0b5a rockchip: video: rk_vop: migrate to livetree by Philipp Tomsich · 7 years ago
  49. 18e4877 rockchip: video: rk_hdmi: migrate to livetree by Philipp Tomsich · 7 years ago
  50. b4f2076 core: add ofnode_get_by_phandle() api by Kever Yang · 7 years ago
  51. e2d5997 core: ofnode: add ofnode_get_parent function by Philipp Tomsich · 7 years ago
  52. 0c0eaee Merge git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  53. 1c124d3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  54. 0a84925 sf: Add ISSI IS25LP256 entry by Marek Vasut · 7 years ago
  55. 744247d net: Remove Xilinx ll_temac driver by Michal Simek · 7 years ago
  56. 78b7d37 ns16550: Fix mem mapped endian check by Bernhard Messerklinger · 7 years ago
  57. 664758c pci: Fix decode regions for memory banks by Bernhard Messerklinger · 7 years ago
  58. 76584e3 mmc: fix off-by-one bug in mmc_startup_v4() by Alexander Kochetkov · 7 years ago
  59. 8a856db mmc: Drop unnecessary case for mmc_probe() by Faiz Abbas · 7 years ago
  60. 0b75cc3 mmc: uniphier-sd: Add compatible strings for RCar Gen2 by Marek Vasut · 7 years ago
  61. 36dd7e7 dfu: tftp: Fix arm64 build warnings by Marek Vasut · 7 years ago
  62. bb4059a dfu: Rename _FUNCTION_DFU to DFU_OVER_ by Marek Vasut · 7 years ago
  63. 0f44d33 dfu: Fix up the Kconfig mess by Marek Vasut · 7 years ago
  64. 462c117 usb: kbd: select SYS_STDIO_DEREGISTER by Heinrich Schuchardt · 7 years ago
  65. a64a614 usb: gadget: sdp: fix pointer cast warnings for 64bit archs by Andre Heider · 7 years ago
  66. 24ccd0c usb: gadget: sdp: add missing line breaks by Andre Heider · 7 years ago
  67. 1b313aa mmc: synchronize the sequence with enum bus_mode in mmc.h by Jaehoon Chung · 7 years ago
  68. 7b1cfec Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  69. d884c58 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  70. ede52d0 Merge git://git.denx.de/u-boot-ubi by Tom Rini · 7 years ago
  71. 60a5335 Merge git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  72. 4a41fec mmc: Fix uninitialised priv member by Alex Kiernan · 7 years ago
  73. ace1bed mmc: fix bug in mmc_startup_v4() by Jean-Jacques Hiblot · 7 years ago
  74. a0276f3 mmc: Fix bug in sd_set_card_speed() by Jean-Jacques Hiblot · 7 years ago
  75. 04f9f8b mmc: omap_hsmmc: add signal voltage selection support by Jean-Jacques Hiblot · 7 years ago
  76. 90321dc mmc: omap_hsmmc: allow mmc clock to be gated by Kishon Vijay Abraham I · 7 years ago
  77. 42182c9 mmc: omap_hsmmc: implement send_init_stream callback by Jean-Jacques Hiblot · 7 years ago
  78. 3149c13 mmc: omap_hsmmc: update mmc->clock with the actual bus speed by Jean-Jacques Hiblot · 7 years ago
  79. bcc6bd8 mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrl by Jean-Jacques Hiblot · 7 years ago
  80. 2d28eed mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for different hw revisions by Kishon Vijay Abraham I · 7 years ago
  81. 33c1d77 mmc: omap_hsmmc: Add support to set IODELAY values by Kishon Vijay Abraham I · 7 years ago
  82. 2d7482c mmc: omap_hsmmc: use mmc_of_parse to populate mmc_config by Kishon Vijay Abraham I · 7 years ago
  83. a4efd73 mmc: omap_hsmmc: Reduce the max timeout for reset controller fsm by Jean-Jacques Hiblot · 7 years ago
  84. 2faa1a3 mmc: omap_hsmmc: Workaround for errata id i802 by Jean-Jacques Hiblot · 7 years ago
  85. 14761ca mmc: omap_hsmmc: Add tuning support by Jean-Jacques Hiblot · 7 years ago
  86. 9b3fc21 mmc: omap_hsmmc: Enable DDR mode support by Kishon Vijay Abraham I · 7 years ago
  87. 8fc238b mmc: omap_hsmmc: set MMC mode in the UHSMS bit field by Jean-Jacques Hiblot · 7 years ago
  88. b594481 mmc: omap_hsmmc: add support to set default io voltage by Kishon Vijay Abraham I · 7 years ago
  89. 48a2f11 mmc: omap_hsmmc: cleanup omap_hsmmc_set_ios by Kishon Vijay Abraham I · 7 years ago
  90. 5baf543 mmc: omap_hsmmc: cleanup clock configuration by Jean-Jacques Hiblot · 7 years ago
  91. d4d6488 mmc: use pr_* log functions by Masahiro Yamada · 7 years ago
  92. f82290a mtd: ubi: Fix worker handling by Richard Weinberger · 7 years ago
  93. 004b4cd i2c: mvtwsi.c: Fix set speed by Stefan Mavrodiev · 7 years ago
  94. c6b89f3 sandbox: Add 64-bit sandbox by Mario Six · 7 years ago
  95. 995b60b sandbox: Rename 'num-gpios' property to avoid dtc warning by Simon Glass · 7 years ago
  96. 5abcbd7 net: sh_eth: Fix DT base address fetching by Marek Vasut · 7 years ago
  97. 5262767 net: sh_eth: Fix checkpatch warning by Marek Vasut · 7 years ago
  98. 60279b5 net: sh_eth: Return directly from sh_eth_recv_start by Marek Vasut · 7 years ago
  99. 3c5a7b7 net: sh_eth: Zap port variable by Marek Vasut · 7 years ago
  100. f51155e i2c: rcar_iic: Allow IIC on RCar Gen2 by Marek Vasut · 7 years ago