1. 3696c09 psci: add features/reset2 support by Igor Opaniuk · Thu Apr 01 02:01:53 2021 +0300
  2. 76c2852 psci: add v1.0/v1.1 definitions from Linux by Igor Opaniuk · Thu Apr 01 02:01:52 2021 +0300
  3. 9297a7f lib: string: Implement strlcat by Sean Anderson · Thu Mar 11 00:15:42 2021 -0500
  4. 5474457 arm: socfpga: smc: Add function to get usercode by Siew Chin Lim · Thu Mar 25 14:07:45 2021 +0800
  5. 2bbb62a arm: socfpga: smc: Remove unused SMC function ID by Siew Chin Lim · Fri Mar 12 17:51:10 2021 +0800
  6. b95c7b9 clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · Mon Mar 15 17:25:23 2021 +1300
  7. 8712391 log: convert pr_*() to logging by Heinrich Schuchardt · Mon Jan 04 08:02:55 2021 +0100
  8. 9016304 mtd: spi-nor-core: Fix typo in documentation by Sean Anderson · Thu Feb 04 23:11:08 2021 -0500
  9. 090d762 mtd: spi-nor.h: Change spaces to tabs by Bin Meng · Wed Jan 06 20:58:54 2021 +0800
  10. 4bc10ec clk: remove a redundant header by Dario Binacchi · Sun Feb 14 15:17:42 2021 +0100
  11. adb1c32 usb: gadget: add super speed support by Li Jun · Mon Jan 25 21:43:54 2021 +0800
  12. 68bda3a usb: gadget: OS Feature Descriptors support by Li Jun · Mon Jan 25 21:43:49 2021 +0800
  13. e787da4 usb: gadget: move utf8_to_utf16le to header file by Li Jun · Mon Jan 25 21:43:47 2021 +0800
  14. 2a16354 usb: gadget: OS String support by Li Jun · Mon Jan 25 21:43:46 2021 +0800
  15. d22fb8a usb: gadget: Add ep_config call back to usb_gadget_ops by Ye Li · Mon Jan 25 21:43:44 2021 +0800
  16. 94924a6 smccc: fix sign bit expansion by Volodymyr Babchuk · Tue Jan 05 20:03:11 2021 +0000
  17. ac24b70 arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP services by Chee Hong Ang · Thu Dec 24 18:21:01 2020 +0800
  18. 39fc7a6 clk: export generic routines by Dario Binacchi · Wed Dec 30 00:06:27 2020 +0100
  19. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  20. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  21. beddd7a dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · Mon Dec 28 20:35:01 2020 -0700
  22. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  23. b33cd25 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · Sat Dec 19 10:40:01 2020 -0700
  24. 1b349e3 spi: Tidy up get/set of device node by Simon Glass · Sat Dec 19 10:40:00 2020 -0700
  25. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  26. e4b5636 linux/compat.h: Remove debug() from spin_lock_irqsave() by Andy Shevchenko · Thu Nov 19 21:26:20 2020 +0200
  27. 2337838 Add an assembly guard around linux/bitops.h by Simon Glass · Wed Nov 04 09:57:14 2020 -0700
  28. b758158 usb: common: add define of usb_speed_string() by developer · Wed Oct 14 15:08:28 2020 +0800
  29. 64bb6ce usb: add USB_SPEED_SUPER_PLUS by developer · Wed Oct 14 15:08:27 2020 +0800
  30. 9a80624 linux/compat.h: Remove redefinition of dev_xxx macros by Sean Anderson · Sun Oct 04 21:39:56 2020 -0400
  31. 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · Mon Oct 05 10:54:27 2020 -0400
  32. 3fe9807 linux/compat.h: Remove netdev_xxx functions by Sean Anderson · Tue Sep 15 10:44:58 2020 -0400
  33. 793c745 clk: at91: add pre-requisite headers for AT91 clock architecture by Claudiu Beznea · Mon Sep 07 17:46:37 2020 +0300
  34. b314e4b include: kernel.h: define SSIZE_MAX by Heinrich Schuchardt · Sun Aug 23 09:54:44 2020 +0200
  35. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · Thu Aug 06 12:42:51 2020 +0300
  36. 4303396 clk: Drop dm.h header file in clk-provider.h by Simon Glass · Sun Jul 19 10:15:56 2020 -0600
  37. 92ecb1a mtd: spinand: micron: identify SPI NAND device with Continuous Read mode by Shivamurthy Shastri · Tue Jul 07 22:04:11 2020 +0200
  38. 9a7ad5e soc: ti: k3-ringacc: Add an API to request pair of rings by Vignesh Raghavendra · Mon Jul 06 13:26:23 2020 +0530
  39. 4effd27 Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · Fri Jul 10 14:31:22 2020 -0400
  40. ea90192 linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian by Nicolas Saenz Julienne · Mon May 25 13:39:56 2020 +0200
  41. fd5709f linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED by Rasmus Villemoes · Fri Jul 03 10:37:06 2020 -0600
  42. c111615 linux/kconfig.h: remove unused helper macros by Rasmus Villemoes · Fri Jul 03 10:37:05 2020 -0600
  43. f6de07e linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* by Rasmus Villemoes · Fri Jul 03 10:37:04 2020 -0600
  44. ea55ba0 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · Thu May 14 08:30:08 2020 -0400
  45. 5cbb29e compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · Thu May 14 08:30:07 2020 -0400
  46. 7c34ae4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · Thu May 14 08:30:06 2020 -0400
  47. 66c5174 psci: add 'static inline' to invoke_psci_fn() stub by Masahiro Yamada · Wed May 20 09:32:39 2020 +0900
  48. 1a64760 dma-mapping: Add header file for ARCH_DMA_MINALIGN by Simon Glass · Sat May 30 10:29:04 2020 -0600
  49. a4a2912 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · Tue May 26 11:34:30 2020 +0800
  50. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  51. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  52. 1e26864 arm: Don't include common.h in header files by Simon Glass · Sun May 10 11:39:55 2020 -0600
  53. 7d74144 iopoll: Add readl_poll_sleep_timeout by Jagan Teki · Sat May 02 12:45:03 2020 +0530
  54. c50ae32 iopoll: Add dealy to read poll by Jagan Teki · Sat May 02 12:45:02 2020 +0530
  55. 9a4c65b iopoll: Add read_poll_timeout common API by Jagan Teki · Sat May 02 12:45:01 2020 +0530
  56. 355db10 mtd: spi-nor: Enable QE bit for ISSI flash by Jagan Teki · Mon Apr 20 15:36:06 2020 +0530
  57. 24cb409 mtd: spi-nand: Import Toshiba SPI-NAND support by Robert Marko · Tue Mar 03 20:25:40 2020 +0100
  58. 6dd1052 libfdt: split fdt_region declarations out to <fdt_region.h> by Masahiro Yamada · Thu Apr 16 18:30:18 2020 +0900
  59. b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · Tue Mar 31 17:24:19 2020 -0400
  60. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · Wed Mar 04 08:59:50 2020 +0800
  61. b5981d6 firmware: tisci: Drop all deprecated messages by Lokesh Vutla · Fri Feb 28 17:54:48 2020 +0530
  62. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  63. fb6f482 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · Mon Feb 03 07:36:17 2020 -0700
  64. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  65. 0765036 sandbox: Rename strdup() functions by Simon Glass · Mon Feb 03 07:36:01 2020 -0700
  66. 9e8f6d6 string: Allow arch override of strndup() also by Simon Glass · Mon Feb 03 07:36:00 2020 -0700
  67. 62fd1a4 mtd: Rename free() to rfree() by Simon Glass · Mon Feb 03 07:35:56 2020 -0700
  68. c063ee3 mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · Thu Dec 05 15:46:05 2019 +0530
  69. 6814a5c clk: Include missing headers for linux/clk-provider.h by Sean Anderson · Tue Dec 24 23:56:22 2019 -0500
  70. 3a7cb13 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Jan 20 14:54:55 2020 -0500
  71. 18fd00b lib: Import few bitmap functions from Linux by Vignesh Raghavendra · Mon Dec 09 10:25:31 2019 +0530
  72. 64b8fe1 common: Move ROUND() into kernel.h by Simon Glass · Sat Dec 28 10:45:09 2019 -0700
  73. 84c48c3 common: Move check_member() to kernel.h by Simon Glass · Sat Dec 28 10:45:08 2019 -0700
  74. a7c2d8a common: Move type declarations to linux/types.h by Simon Glass · Sat Dec 28 10:44:53 2019 -0700
  75. 49e3ca6 mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser by Tudor Ambarus · Wed Nov 13 15:42:52 2019 +0000
  76. 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
  77. 3934989 dma: ti: k3-udma: Implement dma_get_cfg() interface by Vignesh Raghavendra · Wed Dec 04 22:17:21 2019 +0530
  78. c9b214c linux/types.h: fix typo unchar by Heinrich Schuchardt · Sun Dec 08 00:22:01 2019 +0100
  79. 5492364 lib: add oid registry utility by AKASHI Takahiro · Wed Nov 13 09:44:57 2019 +0900
  80. f702526 cmd: add asn1_compiler by AKASHI Takahiro · Wed Nov 13 09:44:53 2019 +0900
  81. 9825d55 linux/time.h: include vsprintf.h by AKASHI Takahiro · Wed Nov 13 09:44:52 2019 +0900
  82. 0037a3d include: kernel.h: include printk.h by AKASHI Takahiro · Wed Nov 13 09:44:51 2019 +0900
  83. 80a75bc lib: add mktime64() for linux compatibility by AKASHI Takahiro · Wed Nov 13 09:44:50 2019 +0900
  84. 617fd79 cmd: nand/sf: isolate legacy code by Miquel Raynal · Fri Oct 25 19:39:29 2019 +0200
  85. caefa32 common: Move mii_init() function out of common.h by Simon Glass · Thu Nov 14 12:57:31 2019 -0700
  86. ca9b0af common: Drop linux/crc8.h by Simon Glass · Thu Nov 14 12:57:14 2019 -0700
  87. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · Tue Nov 19 13:56:20 2019 +0530
  88. a59f612 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Nov 08 14:05:07 2019 -0500
  89. b5a044e linux err: make ERR_PTR/PTR_ERR architecture specific by Simon Goldschmidt · Tue Oct 22 21:29:47 2019 +0200
  90. 851bddd usb: composite: add BOS descriptor support to composite framework by T Karthik Reddy · Mon Oct 14 14:52:50 2019 +0200
  91. 828da47 usb: udc: Introduce ->udc_set_speed() method by Sherry Sun · Tue Oct 01 17:26:32 2019 +0530
  92. cb39a96 usb: gadget: Add match_ep() op to usb_gadget_ops by Vignesh Raghavendra · Tue Oct 01 17:26:31 2019 +0530
  93. e959b3b bitmaps: import for_each_set_bit() macro by Vignesh Raghavendra · Tue Oct 01 17:26:30 2019 +0530
  94. 0e3ec36 list: import list_first_entry_or_null() by Vignesh Raghavendra · Tue Oct 01 17:26:29 2019 +0530
  95. 89117ac fdt: Add INT32_MAX to kernel.h for libfdt by Simon Glass · Sun Oct 27 09:47:39 2019 -0600
  96. 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
  97. 7f34517 linux/types.h: Surround 'struct ustat' with __linux__ by Bin Meng · Sun Oct 27 05:19:43 2019 -0700
  98. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · Tue Oct 22 10:05:22 2019 +0200
  99. bdb4016 mtd: spi: Add 'struct spi_flash {' to the code by Simon Glass · Wed Sep 25 08:11:13 2019 -0600
  100. 3d5f27c kconfig: doc: Update comment regarding CONFIG_IS_ENABLED(FOO) for TPL by Lukasz Majewski · Tue Sep 03 15:43:55 2019 +0200