1. 3621b3b usb: dwc3: Correct clean up code for requests by Lukasz Majewski · 10 years ago
  2. afa093b usb: dwc3: gadget: Set non EP0 max packet limit to 512B by Lukasz Majewski · 10 years ago
  3. 29e7fc1 usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST by Lukasz Majewski · 10 years ago
  4. 137f7c5 usb: dwc3: optimize interrupt loop by Marek Szyprowski · 10 years ago
  5. 16bece5 usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver by Marek Szyprowski · 10 years ago
  6. 5dc4538 usb: dwc3: add a workaround for too small OUT requests by Marek Szyprowski · 10 years ago
  7. 7e9cb79 usb: dwc3: make dwc3_set_mode to static by Joonyoung Shim · 10 years ago
  8. 2252d15 usb: dwc3: Remove BIT(x) macro from DWC3's gadget code by Lukasz Majewski · 10 years ago
  9. 6d69173 usb: composite: Add .reset callback to usb_gadget_driver structure by Lukasz Majewski · 10 years ago
  10. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  11. 04afd5b usb: gadget: defer setting maxpacket till ->setup() by Kishon Vijay Abraham I · 10 years ago
  12. 5b9ce0e usb: dwc3: Makefile: Make dwc3 driver compile in u-boot by Kishon Vijay Abraham I · 10 years ago
  13. 8d488f3 usb: dwc3: Add chained TRB support for ep0 by Kishon Vijay Abraham I · 10 years ago
  14. 1f78f8f usb: dwc3: ep0: preparation for implementing chained TRB by Kishon Vijay Abraham I · 10 years ago
  15. 526a50f dwc3: flush the buffers before using it by Kishon Vijay Abraham I · 10 years ago
  16. 6900aed usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · 10 years ago
  17. 53de33f usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · 10 years ago
  18. 5720765 dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · 10 years ago
  19. c241d7e usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  20. 93c3763 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · 10 years ago
  21. 3f52e1b usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · 10 years ago
  22. 27d3b89 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · 10 years ago
  23. 793d347 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · 10 years ago
  24. 8e1906a dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  25. 71744d0 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · 10 years ago
  26. b6d959a usb: dwc3: ep0: make dwc3 ep0 build in uboot by Kishon Vijay Abraham I · 10 years ago
  27. 747a0a5 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · 10 years ago
  28. 18be4cb usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy by Kishon Vijay Abraham I · 10 years ago
  29. 027b610 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  30. 9848e57 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · 10 years ago
  31. 9de1115 usb: dwc3: remove trace_* APIs from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  32. 30c31d5 usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · 10 years ago
  33. 97798eb usb: dwc3: remove un-used files from dwc3 folder by Kishon Vijay Abraham I · 10 years ago
  34. 85d5e70 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  35. 103fa06 usb: gadget: udc: make udc-core compile in u-boot build by Kishon Vijay Abraham I · 10 years ago
  36. a139b96 usb: gadget: udc: add udc-core from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago
  37. 5877de9 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · 9 years ago
  38. e236519 usb: dwc2: implement interrupt transfers by Stephen Warren · 9 years ago
  39. ed9bcbc usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · 9 years ago
  40. 4748cce usb: dwc2: detect device speed correctly by Stephen Warren · 10 years ago
  41. 5c0beb5 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  42. 927c1fa Create API to map between CPU physical and bus addresses by Stephen Warren · 10 years ago
  43. fc909c0 usb: dwc2: fix bulk transfers by Stephen Warren · 10 years ago
  44. 805b67e usb: dwc2: remove restriction on buffer length by Stephen Warren · 10 years ago
  45. d1c880c usb: dwc2: fix aligned buffer usage by Stephen Warren · 10 years ago
  46. 66ffc87 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · 10 years ago
  47. 282685e usb: dwc2: remove control_data_toggle[] by Stephen Warren · 10 years ago
  48. ee83755 usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · 10 years ago
  49. 7b5e504 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · 10 years ago
  50. 4a1d21f usb: dwc2: unify waiting for transfer completion by Stephen Warren · 10 years ago
  51. 421a5a0 usb: 64-bit architectures support for xHCI by Sergey Temerkhanov · 10 years ago
  52. ec5e78c usb: mass-storage: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  53. 96df9c7 usb: ehci-tegra: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  54. 98ae840 ehci-hcd: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  55. f72d832 usb: ci_udc: fix warnings on 64-bit builds by Rob Herring · 10 years ago
  56. 4c5998b usb: eth: asix: Build warning fixes for 64-bit by Thierry Reding · 10 years ago
  57. 24d528e dtt: add ds620 support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  58. 981219e lpc32xx: add LPC32xx SSP support (SPI mode) by Albert ARIBAUD \(3ADEV\) · 10 years ago
  59. 606f704 lpc32xx: add GPIO support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  60. 5e862b9 lpc32xx: i2c: add LPC32xx I2C interface support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  61. c8381bf lpc32xx: mtd: nand: add MLC NAND controller by Albert ARIBAUD \(3ADEV\) · 10 years ago
  62. ac2916a lpc32xx: add Ethernet support by Albert ARIBAUD \(3ADEV\) · 10 years ago
  63. 8f6e183 ahci: Fix a wrong parameter pass by Tang Yuantian · 10 years ago
  64. 55e7092 video: parade: configure SLP and RST GPIOs if specified in DT by Ajay Kumar · 10 years ago
  65. 9018efa video: exynos_fb: configure backlight GPIOs if specified in DT by Ajay Kumar · 10 years ago
  66. 01496c4 serial-arc: switch to DM by Alexey Brodkin · 10 years ago
  67. 36d6866 serial/serial_arc: set registers address during compilation by Alexey Brodkin · 10 years ago
  68. 1069770 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  69. da78fb5 ARM: at91: atmel_nand: Support flash based BBT by David Dueck · 10 years ago
  70. 482cbd5 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 10 years ago
  71. 9da7e3d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  72. 55765b1 mtd: vf610_nfc: specify transfer size before each transfer by Stefan Agner · 10 years ago
  73. 7653fc2 mtd: vf610_nfc: mark page as dirty on block erase by Stefan Agner · 10 years ago
  74. 004a1fd nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · 10 years ago
  75. 073adf9 nand: Remove CONFIG_MTD_NAND_VERIFY_WRITE by Peter Tyser · 10 years ago
  76. 9ac71f1 dfu: nand: Verify writes by Peter Tyser · 10 years ago
  77. 59b5a2a nand: Add verification functions by Peter Tyser · 10 years ago
  78. 88a2cbb mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf() by Luca Ellero · 10 years ago
  79. 5263a02 mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf() by Luca Ellero · 10 years ago
  80. 52091ad spi: designware_spi: revisit FIFO size detection again by Axel Lin · 10 years ago
  81. 1478aeb spi: cf_spi: Staticize local functions by Axel Lin · 10 years ago
  82. bb16627 spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slave by Axel Lin · 10 years ago
  83. 4612296 qspi: dra7x: enable quad mode read for ti-qspi driver by Ravi Babu · 10 years ago
  84. 81a6644 spi: ftssp010_spi: Use to_ftssp010_spi() to ensure free correct address by Axel Lin · 10 years ago
  85. aa8306a spi: davinci: Remove duplicate code to set bus and cs for slave by Axel Lin · 10 years ago
  86. a46988f spi: cf_qspi: Fixup to_cf_qspi_slave macro by Axel Lin · 10 years ago
  87. 246e3b8 sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · 10 years ago
  88. d6c418e ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach by Masahiro Yamada · 10 years ago
  89. 3f54dc4 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  90. f2137c2 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  91. 99deda1 sunxi: axp209: fix incorrect limits on ldo3 by Iain Paton · 10 years ago
  92. 891ee87 dm: serial: remove bogus include <ns16550.h> by Masahiro Yamada · 10 years ago
  93. 5cab874 watchdog/imx_watchdog: do not set WCR_WDW by Sebastian Siewior · 10 years ago
  94. 8ee443b net: Add Intel Topcliff GMAC driver by Bin Meng · 10 years ago
  95. a7c3d5e net: Add ethernet FCS length macro in net.h by Bin Meng · 10 years ago
  96. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  97. 8a440b0 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · 10 years ago
  98. e6f4042 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  99. c83cb5f Net: macb: reset GBE bit when fallback checking by Bo Shen · 10 years ago
  100. 8c8dc4c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago