1. 741f4c7 cmd: mtd: add 'mtd' command by Miquel Raynal · Sat Sep 29 12:58:28 2018 +0200
  2. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · Sat Sep 29 12:58:27 2018 +0200
  3. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · Sat Sep 29 12:58:26 2018 +0200
  4. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · Sat Sep 29 12:58:25 2018 +0200
  5. aa168ac mtd: uclass: add probe function by Miquel Raynal · Sat Sep 29 12:58:24 2018 +0200
  6. f78a12b mtd: mtdpart: balance debug messages by Miquel Raynal · Thu Aug 16 17:30:19 2018 +0200
  7. d31c478 mtd: declare MTD_PARTITIONS symbol in Kconfig by Miquel Raynal · Thu Aug 16 17:30:18 2018 +0200
  8. 02b4979 mtd: spinand: Add initial support for the MX35LF2GE4AB chip by Miquel Raynal · Thu Aug 16 17:30:16 2018 +0200
  9. fa46525 mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · Thu Aug 16 17:30:15 2018 +0200
  10. ea4d7c8 mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · Thu Aug 16 17:30:14 2018 +0200
  11. df1859e mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · Thu Aug 16 17:30:13 2018 +0200
  12. 47e9045 mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · Thu Aug 16 17:30:12 2018 +0200
  13. 32473fe spi: Extend the core to ease integration of SPI memory controllers by Boris Brezillon · Thu Aug 16 17:30:11 2018 +0200
  14. 894380f mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · Thu Aug 16 17:30:09 2018 +0200
  15. 8115c45 mtd: rename nand into rawnand in Kconfig prompt by Miquel Raynal · Thu Aug 16 17:30:08 2018 +0200
  16. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · Thu Aug 16 17:30:07 2018 +0200
  17. a4e7e21 mtd: move all flash categories inside MTD submenu by Miquel Raynal · Thu Aug 16 17:30:06 2018 +0200
  18. fff4be3 mtd: move definitions to enlarge their range by Miquel Raynal · Thu Aug 16 17:30:05 2018 +0200
  19. 19ea925 mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing by Miquel Raynal · Thu Aug 16 17:30:02 2018 +0200
  20. b74b94f mtd: Add sanity checks in mtd_write/read_oob() by Boris Brezillon · Thu Aug 16 17:30:01 2018 +0200
  21. 18e7541 mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · Thu Aug 16 17:30:00 2018 +0200
  22. 6c20df7 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · Thu Aug 16 17:29:59 2018 +0200
  23. 2dc9eba Merge git://git.denx.de/u-boot-marvell by Tom Rini · Wed Sep 19 20:35:05 2018 -0400
  24. 320bd15 phy: marvell: add SATA comphy RX/TX polarity invert support by Rabeeh Khoury · Thu Sep 06 12:37:48 2018 +0300
  25. 2087f7e fix: nand: pxa3xx: Add WA for eliminating flash ready timeout by David Sniatkiwicz · Wed Aug 29 11:56:18 2018 +0300
  26. e0e232e nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND by Konstantin Porotchkin · Wed Aug 29 11:56:17 2018 +0300
  27. a692cde nand: pxa3xx: cosmetic: add comments to the timing layout structures by Konstantin Porotchkin · Wed Aug 29 11:56:16 2018 +0300
  28. 06f9b6b fix: nand: Replace hardcoded page chunk size with calculated one by Konstantin Porotchkin · Wed Aug 29 11:56:15 2018 +0300
  29. 029be94 mtd: nand: pxa3xx: add support for Toshiba flash by Konstantin Porotchkin · Wed Aug 29 11:56:14 2018 +0300
  30. fdf9dfb mtd: nand: pxa3xx: add support for 2KB 8-bit flash by Victor Axelrod · Wed Aug 29 11:56:13 2018 +0300
  31. a558a39 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · Wed Aug 29 11:56:12 2018 +0300
  32. 191b5be mtd: nand: pxa3xx_nand: add support for partial chunks by Ofer Heifetz · Wed Aug 29 11:56:09 2018 +0300
  33. 268979f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ofer Heifetz · Wed Aug 29 11:56:08 2018 +0300
  34. 531816e mtd: pxa3xx_nand: Fix initial controller configuration by Ofer Heifetz · Wed Aug 29 11:56:07 2018 +0300
  35. 0f0d382 mtd: pxa3xx_nand: Increase the initial chunk size by Ofer Heifetz · Wed Aug 29 11:56:06 2018 +0300
  36. 4a574aa nand: pxa3xx: Increase READ_ID buffer and make the size static by Ofer Heifetz · Wed Aug 29 11:56:05 2018 +0300
  37. de32316 mtd: nand: pxa3xx-nand: fix random command timeouts by Ofer Heifetz · Wed Aug 29 11:56:04 2018 +0300
  38. d92d899 mtd: nand: pxa3xx_nand: fix early spurious interrupt by Ofer Heifetz · Wed Aug 29 11:56:03 2018 +0300
  39. 8f8d458 mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() by Ofer Heifetz · Wed Aug 29 11:56:02 2018 +0300
  40. 0da35df mtd: nand: pxa3xx_nand: use nand_to_mtd() by Ofer Heifetz · Wed Aug 29 11:56:01 2018 +0300
  41. fdf5b23 mtd: nand: pxa3xx_nand: Increase initial buffer size by Ofer Heifetz · Wed Aug 29 11:56:00 2018 +0300
  42. 7bafd04 clk: armada-37xx-periph: Support changing clock parent and rate by Marek Behún · Fri Aug 17 12:58:52 2018 +0200
  43. 19ce44c phy: marvell: Support changing SERDES map in board file by Marek Behún · Fri Aug 17 12:58:51 2018 +0200
  44. 7b68dad ofnode: add ofnode_by_prop_value() by Jens Wiklander · Mon Aug 20 11:09:58 2018 +0200
  45. c0fb7e6 dm: core: fix devfdt_remap_addr_index() by Cédric Le Goater · Tue Aug 14 12:48:11 2018 +0200
  46. e9fc81d dm: core: Scan "/firmware" node by default by Rajan Vaja · Fri Aug 10 01:45:34 2018 -0700
  47. fac6463 dm: core: Move "/clock" node scan into function by Rajan Vaja · Fri Aug 10 01:45:33 2018 -0700
  48. 7fdcf28 misc: Add MPC83xx serdes driver by Mario Six · Mon Aug 06 10:23:46 2018 +0200
  49. 28fbefa cpu: Add MPC83xx CPU driver by Mario Six · Mon Aug 06 10:23:45 2018 +0200
  50. dea5df7 test: Add tests for CPU uclass by Mario Six · Mon Aug 06 10:23:44 2018 +0200
  51. 0263b43 cpu: Add cpu_probe_all method by Mario Six · Mon Aug 06 10:23:43 2018 +0200
  52. 3c51655 timer: Add MPC83xx timer driver by Mario Six · Mon Aug 06 10:23:38 2018 +0200
  53. 14442be timer: Sort Makefile entries by Mario Six · Mon Aug 06 10:23:37 2018 +0200
  54. 7cab147 clk: Add MPC83xx clock driver by Mario Six · Mon Aug 06 10:23:36 2018 +0200
  55. 82ef4ba mpc83xx: Add sysreset driver by Mario Six · Mon Aug 06 10:23:35 2018 +0200
  56. b6da1fb test: Add tests for sysreset_get_status by Mario Six · Mon Aug 06 10:23:33 2018 +0200
  57. 265f82a sysreset: Add get_status method by Mario Six · Mon Aug 06 10:23:32 2018 +0200
  58. 538b575 ram: Add driver for MPC83xx by Mario Six · Mon Aug 06 10:23:30 2018 +0200
  59. 0e41c44 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Sun Sep 16 10:30:16 2018 -0400
  60. fc42468 usb: ehci-generic: Add vbus-supply regulator support by Patrice Chotard · Tue Sep 04 11:37:25 2018 +0200
  61. 897dbd7 socfpga: stratix10: fix sdram_calculate_size by Dalon Westergreen · Tue Sep 11 10:06:14 2018 -0700
  62. 53bdf4e gpio: dwapb_gpio: Change to use dev_read_addr() by Ley Foon Tan · Thu Aug 16 02:05:54 2018 +0800
  63. a804dd0 gpio: dwapb_gpio: Add reset ctrl to driver by Ley Foon Tan · Tue Sep 04 14:04:58 2018 +0800
  64. a4f80b7 gpio: dwapb_gpio: Enable get_function support by Ley Foon Tan · Thu Aug 16 13:46:30 2018 +0800
  65. 62d3695 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Fri Sep 14 09:33:01 2018 -0400
  66. 1b9f319 i2c: Drop CONFIG_SYS_I2C_MXS by Tuomas Tynkkynen · Thu Aug 16 02:08:11 2018 +0300
  67. 7d9bdcc MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROL by Adam Ford · Mon Sep 03 03:47:52 2018 -0500
  68. 8ce7bdd MMC: Enable DM_MMC for Davinci by Adam Ford · Thu Aug 09 06:15:12 2018 -0500
  69. 6122af4 mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIO by Adam Ford · Tue Aug 21 07:16:56 2018 -0500
  70. 49b7776 DM: omap_gpio: Reduce overhead when used with OF_PLATDATA by Adam Ford · Mon Aug 20 20:27:48 2018 -0500
  71. 1f09846 DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATA by Adam Ford · Mon Aug 20 20:24:35 2018 -0500
  72. 1004fcd DM: I2C: Reduce overhead when used with OF_PLATDATA by Adam Ford · Mon Aug 20 20:24:34 2018 -0500
  73. b40404e regulator: pbias: Add additional compatible flags by Adam Ford · Sun Aug 19 20:54:00 2018 -0500
  74. e387e45 GPIO: omap_gpio: Fix gpio name names with device tree by Adam Ford · Fri Aug 17 14:37:58 2018 -0500
  75. a4cb26d dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGH by Adam Ford · Thu Aug 16 23:21:57 2018 -0500
  76. a112939 DM: GPIO: Fix da8xx GPIO indexing over GPIO 32 by Adam Ford · Thu Aug 16 23:13:34 2018 -0500
  77. 7b26168 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Tue Sep 11 08:50:10 2018 -0400
  78. 9428305 Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblaze by Tom Rini · Tue Sep 11 08:49:21 2018 -0400
  79. bc9979f mmc: k3_arasan: Add sdhci driver support for K3 family SoCs by Lokesh Vutla · Mon Aug 27 15:57:54 2018 +0530
  80. 1a6f8e0 spl: Allow remoteproc drivers to be used within SPL by Lokesh Vutla · Mon Aug 27 15:57:53 2018 +0530
  81. fdae32e remoteproc: Introduce K3 remoteproc driver by Lokesh Vutla · Mon Aug 27 15:57:52 2018 +0530
  82. 7eb1357 remoteproc: Introduce K3 system controller by Lokesh Vutla · Mon Aug 27 15:57:51 2018 +0530
  83. ddca80e remoteproc: Allow for individual remoteproc initialization by Lokesh Vutla · Mon Aug 27 15:57:50 2018 +0530
  84. 2aeb934 spl: Allow mailbox drivers to be used within SPL by Lokesh Vutla · Mon Aug 27 15:57:49 2018 +0530
  85. bb6d08d mailbox: Introduce K3 Secure Proxy Driver by Lokesh Vutla · Mon Aug 27 15:57:48 2018 +0530
  86. ebc6879 sysreset: Add TI System Control Interface (TI SCI) sysreset driver by Andreas Dannenberg · Mon Aug 27 15:57:46 2018 +0530
  87. 24c6e91 power domain: Introduce TI System Control Interface (TI SCI) power domain driver by Andreas Dannenberg · Mon Aug 27 15:57:45 2018 +0530
  88. c411c67 power domain: Add support for multiple powerdomains per device by Lokesh Vutla · Mon Aug 27 15:57:44 2018 +0530
  89. 1530e35 clk: Introduce TI System Control Interface (TI SCI) clock driver by Andreas Dannenberg · Mon Aug 27 15:57:43 2018 +0530
  90. 4cfdf4d reset: Introduce TI System Control Interface (TI SCI) reset driver by Andreas Dannenberg · Mon Aug 27 15:57:41 2018 +0530
  91. e2bc740 dm: reset: Update uclass to allow querying reset status by Andreas Dannenberg · Mon Aug 27 15:57:39 2018 +0530
  92. 8508324 dm: firmware: Automatically bind child devices by Andreas Dannenberg · Mon Aug 27 15:57:38 2018 +0530
  93. b8856af firmware: ti_sci: Add support for processor control services by Lokesh Vutla · Mon Aug 27 15:57:37 2018 +0530
  94. 5bd0837 firmware: ti_sci: Add support for reboot core service by Andreas Dannenberg · Mon Aug 27 15:57:36 2018 +0530
  95. d10c80c firmware: ti_sci: Add support for clock control by Lokesh Vutla · Mon Aug 27 15:57:35 2018 +0530
  96. 24a4d5e firmware: ti_sci: Add support for device control by Andreas Dannenberg · Mon Aug 27 15:57:34 2018 +0530
  97. 5299c4c firmware: ti_sci: Add support for board configuration by Andreas Dannenberg · Mon Aug 27 15:57:33 2018 +0530
  98. 5af02db firmware: Add basic support for TI System Control Interface (TI SCI) protocol by Lokesh Vutla · Mon Aug 27 15:57:32 2018 +0530
  99. 9bdec00 arm: K3: Add initial support for TI's K3 generation of SoCs by Lokesh Vutla · Mon Aug 27 15:57:08 2018 +0530
  100. 6c7ad4d mmc: uniphier-sd: sync with Linux by Masahiro Yamada · Mon Sep 10 12:58:35 2018 +0900