1. 49e3ca6 mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser by Tudor Ambarus · Wed Nov 13 15:42:52 2019 +0000
  2. 4b4a605 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Mon Dec 09 13:48:22 2019 -0500
  3. 3934989 dma: ti: k3-udma: Implement dma_get_cfg() interface by Vignesh Raghavendra · Wed Dec 04 22:17:21 2019 +0530
  4. c9b214c linux/types.h: fix typo unchar by Heinrich Schuchardt · Sun Dec 08 00:22:01 2019 +0100
  5. 5492364 lib: add oid registry utility by AKASHI Takahiro · Wed Nov 13 09:44:57 2019 +0900
  6. f702526 cmd: add asn1_compiler by AKASHI Takahiro · Wed Nov 13 09:44:53 2019 +0900
  7. 9825d55 linux/time.h: include vsprintf.h by AKASHI Takahiro · Wed Nov 13 09:44:52 2019 +0900
  8. 0037a3d include: kernel.h: include printk.h by AKASHI Takahiro · Wed Nov 13 09:44:51 2019 +0900
  9. 80a75bc lib: add mktime64() for linux compatibility by AKASHI Takahiro · Wed Nov 13 09:44:50 2019 +0900
  10. 617fd79 cmd: nand/sf: isolate legacy code by Miquel Raynal · Fri Oct 25 19:39:29 2019 +0200
  11. caefa32 common: Move mii_init() function out of common.h by Simon Glass · Thu Nov 14 12:57:31 2019 -0700
  12. ca9b0af common: Drop linux/crc8.h by Simon Glass · Thu Nov 14 12:57:14 2019 -0700
  13. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · Tue Nov 19 13:56:20 2019 +0530
  14. a59f612 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Nov 08 14:05:07 2019 -0500
  15. b5a044e linux err: make ERR_PTR/PTR_ERR architecture specific by Simon Goldschmidt · Tue Oct 22 21:29:47 2019 +0200
  16. 851bddd usb: composite: add BOS descriptor support to composite framework by T Karthik Reddy · Mon Oct 14 14:52:50 2019 +0200
  17. 828da47 usb: udc: Introduce ->udc_set_speed() method by Sherry Sun · Tue Oct 01 17:26:32 2019 +0530
  18. cb39a96 usb: gadget: Add match_ep() op to usb_gadget_ops by Vignesh Raghavendra · Tue Oct 01 17:26:31 2019 +0530
  19. e959b3b bitmaps: import for_each_set_bit() macro by Vignesh Raghavendra · Tue Oct 01 17:26:30 2019 +0530
  20. 0e3ec36 list: import list_first_entry_or_null() by Vignesh Raghavendra · Tue Oct 01 17:26:29 2019 +0530
  21. 89117ac fdt: Add INT32_MAX to kernel.h for libfdt by Simon Glass · Sun Oct 27 09:47:39 2019 -0600
  22. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 01 09:34:35 2019 -0400
  23. 7f34517 linux/types.h: Surround 'struct ustat' with __linux__ by Bin Meng · Sun Oct 27 05:19:43 2019 -0700
  24. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · Tue Oct 22 10:05:22 2019 +0200
  25. bdb4016 mtd: spi: Add 'struct spi_flash {' to the code by Simon Glass · Wed Sep 25 08:11:13 2019 -0600
  26. 3d5f27c kconfig: doc: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPL by Lukasz Majewski · Tue Sep 03 15:43:55 2019 +0200
  27. 04a11a6 mtd: spi-nor: add missing SST26* flash IC protection ops by Eugeniy Paltsev · Mon Sep 09 22:33:14 2019 +0300
  28. 3b7f3ae clk: gate: support sandbox by Peng Fan · Wed Jul 31 07:01:57 2019 +0000
  29. 2d9bd93 clk: add composite clk support by Peng Fan · Wed Jul 31 07:01:54 2019 +0000
  30. 519eefb clk-provider: include clk-uclass.h by Peng Fan · Wed Jul 31 07:01:52 2019 +0000
  31. ec424a7 clk: fixed_rate: export clk_fixed_rate by Peng Fan · Wed Jul 31 07:01:39 2019 +0000
  32. 0f08515 clk: add clk-gate support by Peng Fan · Wed Jul 31 07:01:34 2019 +0000
  33. 46ed266 clk: export mux/divider ops by Peng Fan · Wed Jul 31 07:01:31 2019 +0000
  34. 6a8c2ad clk: mux: add set parent support by Peng Fan · Wed Jul 31 07:01:28 2019 +0000
  35. 0c9c3e2 Merge branch '2019-07-26-ti-imports' by Tom Rini · Sat Jul 27 19:50:52 2019 -0400
  36. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 27 09:35:05 2019 -0400
  37. 0d0412a firmware: ti_sci: Add a command for releasing all exclusive devices by Lokesh Vutla · Fri Jun 07 19:24:41 2019 +0530
  38. ca08cb3 firmware: ti_sci: Add processor shutdown API method by Andreas Dannenberg · Fri Jun 07 19:24:40 2019 +0530
  39. f561300 firmware: ti_sci: Allow for device shared and exclusive requests by Lokesh Vutla · Fri Jun 07 19:24:39 2019 +0530
  40. 669b773 clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HW by Lukasz Majewski · Mon Jun 24 15:50:49 2019 +0200
  41. bb18f1b clk: sandbox: Adjust clk-divider to emulate reading its value from HW by Lukasz Majewski · Mon Jun 24 15:50:48 2019 +0200
  42. 4de44bb clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12) by Lukasz Majewski · Mon Jun 24 15:50:45 2019 +0200
  43. cd457c4 clk: Introduce clk-provider.h to store Common Clock Framework's internals by Lukasz Majewski · Mon Jun 24 15:50:41 2019 +0200
  44. 6f7b5a2 clk: sifive: Sync-up WRPLL library with upstream Linux by Anup Patel · Tue Jun 25 06:31:08 2019 +0000
  45. 00a156d clk: sifive: Factor-out PLL library as separate module by Anup Patel · Tue Jun 25 06:31:02 2019 +0000
  46. f056182 lib: Implement strndup() by Thierry Reding · Mon Apr 15 11:32:14 2019 +0200
  47. 84eb431 mpc83xx: Introduce ARCH_MPC836* by Mario Six · Mon Jan 21 09:17:28 2019 +0100
  48. be07e55 mpc83xx: Introduce ARCH_MPC832* by Mario Six · Mon Jan 21 09:17:26 2019 +0100
  49. b2e701c mpc83xx: Introduce ARCH_MPC830* by Mario Six · Mon Jan 21 09:17:24 2019 +0100
  50. e87e200 lib: add Zstandard decompression support by Marek Behún · Mon Apr 29 22:40:44 2019 +0200
  51. b139a7f lib: Add xxhash support by Marek Behún · Mon Apr 29 22:40:43 2019 +0200
  52. 7aa9a08 firmware: ti_sci: Modify auth_boot TI-SCI API to match new version by Andrew F. Davis · Fri Apr 12 12:54:44 2019 -0400
  53. 2aafc0c firmware: ti_sci: Add support for firewall management by Andrew F. Davis · Fri Apr 12 12:54:43 2019 -0400
  54. 5db365d compat linux: import completion from linux 4.18 by Philippe Reynes · Fri Mar 15 15:14:35 2019 +0100
  55. 98f5043 include: linux: io: define devm_ioremap on board with ioremap by Philippe Reynes · Fri Mar 15 15:14:34 2019 +0100
  56. 16ee8f6 mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · Fri Mar 15 15:14:32 2019 +0100
  57. ac350f5 mtd: nand: import nand_hw_control_init() by Marc Gonzalez · Fri Mar 15 15:14:31 2019 +0100
  58. 05c5a56 mtd: add get/set of_node/flash_node helpers by Brian Norris · Fri Mar 15 15:14:30 2019 +0100
  59. d5cdfd5 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Sun Apr 14 00:03:06 2019 -0400
  60. 032dce8 firmware: Add support for querying msmc memory by Lokesh Vutla · Fri Mar 08 11:47:32 2019 +0530
  61. b4c6fb2 mtd: fix mtd_oobavail() incoherent returned value by Miquel Raynal · Sun Nov 18 21:11:46 2018 +0100
  62. 3a9dbf3 dma: ti: add driver to K3 UDMA by Vignesh R · Tue Feb 05 17:31:24 2019 +0530
  63. e85901c soc: ti: k3: add CPPI5 description and helpers by Grygorii Strashko · Tue Feb 05 17:31:23 2019 +0530
  64. 1c5258f soc: ti: k3: add navss ringacc driver by Grygorii Strashko · Tue Feb 05 17:31:22 2019 +0530
  65. d64c5b2 firmware: ti_sci: Add support for NAVSS resource management by Grygorii Strashko · Tue Feb 05 17:31:21 2019 +0530
  66. 7b3626f mtd: spi: spi-nor-core: Add back U-Boot specific features by Vignesh R · Tue Feb 05 11:29:21 2019 +0530
  67. 3a8c62c mtd: spi: Port SPI NOR framework from Linux by Vignesh R · Tue Feb 05 11:29:17 2019 +0530
  68. 1b084b2 bitops: Fix GENMASK definition for Sandbox by Vignesh R · Tue Feb 05 11:29:11 2019 +0530
  69. 8b21844 linux/kernel.h: import DIV_ROUND_CLOSEST_ULL from Linux by Masahiro Yamada · Wed Dec 19 20:03:16 2018 +0900
  70. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · Fri Nov 23 17:36:19 2018 +0100
  71. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · Thu Nov 29 10:52:43 2018 +0100
  72. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · Thu Nov 29 10:52:41 2018 +0100
  73. 33aeaaf Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Dec 05 20:32:25 2018 -0500
  74. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Dec 05 15:06:24 2018 -0500
  75. 7dfad31 mtd: Don't stop MTD partition creation when it fails on one device by Boris Brezillon · Sun Dec 02 10:54:30 2018 +0100
  76. db0d805 mtd: Delete partitions attached to the device when a device is deleted by Boris Brezillon · Sun Dec 02 10:54:24 2018 +0100
  77. 059e4a6 mtd: Add a function to report when the MTD dev list has been updated by Boris Brezillon · Sun Dec 02 10:54:22 2018 +0100
  78. 0d477ae Add UINT32_MAX and UINT64_MAX by Simon Glass · Fri Nov 23 21:29:42 2018 -0700
  79. e1e4cb3 time: Update mdelay() to delay in one large chunk by Simon Glass · Fri Nov 23 21:29:40 2018 -0700
  80. 26f09d0 efi_loader: PSCI reset and shutdown by Heinrich Schuchardt · Thu Oct 18 12:29:40 2018 +0200
  81. e539a7c linux/sizes.h: sync from kernel by Baruch Siach · Sun Nov 11 12:31:03 2018 +0200
  82. 4864f30 linux/const.h: import from kernel by Baruch Siach · Sun Nov 11 12:31:00 2018 +0200
  83. b95e9db kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · Mon Oct 15 02:21:15 2018 -0700
  84. dacfde8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 11 15:28:32 2018 -0400
  85. e82a227 linux/if_ether.h: Add VLAN related macros by Bin Meng · Tue Jul 31 02:55:23 2018 -0700
  86. 2c9299d linux/if_ether.h: Initial import from Linux kernel v4.17 by Bin Meng · Tue Jul 31 02:55:21 2018 -0700
  87. 5efc2c4 linux/compat.h: Add netdev_### log macros by Bin Meng · Thu Jul 26 03:15:58 2018 -0700
  88. 0f836d3 linux/mdio.h: Sync with Linux kernel v4.17 by Bin Meng · Thu Jul 26 02:39:40 2018 -0700
  89. 1321da9 linux/mii.h: Sync with Linux kernel v4.17 by Bin Meng · Thu Jul 26 02:39:39 2018 -0700
  90. 126f0d2 ctags: Minor changes to fix ctags output by Simon Glass · Mon Oct 01 12:22:42 2018 -0600
  91. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · Thu Aug 16 18:05:08 2018 +0200
  92. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · Sat Sep 29 12:58:27 2018 +0200
  93. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · Sat Sep 29 12:58:26 2018 +0200
  94. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · Sat Sep 29 12:58:25 2018 +0200
  95. fa46525 mtd: spinand: Add initial support for the MX35LF1GE4AB chip by Boris Brezillon · Thu Aug 16 17:30:15 2018 +0200
  96. ea4d7c8 mtd: spinand: Add initial support for Winbond W25M02GV by Frieder Schrempf · Thu Aug 16 17:30:14 2018 +0200
  97. df1859e mtd: spinand: Add initial support for Micron MT29F2G01ABAGD by Peter Pan · Thu Aug 16 17:30:13 2018 +0200
  98. 47e9045 mtd: nand: Add core infrastructure to support SPI NANDs by Peter Pan · Thu Aug 16 17:30:12 2018 +0200
  99. fe0a20d mtd: nand: Pass mode information to nand_page_io_req by Boris Brezillon · Thu Aug 16 17:30:10 2018 +0200
  100. 894380f mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · Thu Aug 16 17:30:09 2018 +0200