summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong2018-12-207-28/+79
* arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration DriverAng, Chee Hong2018-12-204-0/+304
* arm: socfpga: stratix10: Add macros for mailbox's argumentsAng, Chee Hong2018-12-201-0/+6
* arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10Ang, Chee Hong2018-12-202-1/+50
* Prepare v2019.01-rc2v2019.01-rc2Tom Rini2018-12-171-1/+1
* arm: ti: boot: Increase system partition sizeSam Protsenko2018-12-171-1/+1
* Makefile: output migration warnings to stderrChris Packham2018-12-171-29/+29
* Restore compatibility of image type IDsStefano Babic2018-12-171-5/+10
* Merge tag 'for-master-20181216' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-1611-12/+230
|\
| * ARM: rockchip: Add rv1108-elgin-r1 board supportOtavio Salvador2018-12-169-0/+228
| * rockchip: rk3288-evb: dts: remove 'vmmc' from emmc nodeKever Yang2018-12-151-2/+0
| * rockchip: rk3399-puma: Remove obsolete DTS node 'vcc5v0_host'.Christoph Muellner2018-12-151-10/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-1562-709/+704
|\ \
| * | usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev2018-12-141-2/+6
| * | usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu2018-12-141-2/+15
| * | configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPlJean-Jacques Hiblot2018-12-141-0/+10
| * | configs: am335x_evm: Do not disable DM_USB in SPLJean-Jacques Hiblot2018-12-141-1/+0
| * | arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROLJean-Jacques Hiblot2018-12-141-8/+50
| * | usb: musb-new: Add support for DM_USBJean-Jacques Hiblot2018-12-145-48/+159
| * | usb: musb-new: Allow the diver not to use the set_phy_power() callbackJean-Jacques Hiblot2018-12-142-8/+8
| * | configs: am43xx: Enable RNDIS support in SPLJean-Jacques Hiblot2018-12-141-0/+11
| * | configs: am43xx_evm: Enable DM_USB and DM_USB_GADGETJean-Jacques Hiblot2018-12-141-0/+8
| * | dts: am4372: Enable USB1 in SPLJean-Jacques Hiblot2018-12-141-0/+20
| * | dts: Add a u-boot specific dtsi file for the am4372Jean-Jacques Hiblot2018-12-145-0/+28
| * | board: ti: am43xx: turn on USB clocksJean-Jacques Hiblot2018-12-141-0/+22
| * | dwc3-generic: Add support for the am437xJean-Jacques Hiblot2018-12-141-0/+1
| * | phy: omap_usb2: Add support for am437xJean-Jacques Hiblot2018-12-141-11/+34
| * | spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot2018-12-141-1/+3
| * | spl: drivers: Link usb common library to SPL if USB gadget is enabledJean-Jacques Hiblot2018-12-141-0/+1
| * | configs: k2g_evm: Enable DFU on K2G EVMJean-Jacques Hiblot2018-12-143-0/+24
| * | usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2018-12-1411-248/+54
| * | PHY: Add phy driver for the keystone USB PHYJean-Jacques Hiblot2018-12-143-0/+120
| * | ARM: dts: k2g-evm: enable USB0 and USB1Jean-Jacques Hiblot2018-12-142-0/+84
| * | board: ks2_evm: Enable the USB clocks if DM_USB is usedJean-Jacques Hiblot2018-12-141-0/+12
| * | usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot2018-12-141-0/+1
| * | usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford2018-12-143-132/+0
| * | usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford2018-12-145-202/+0
| * | usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPLMartyn Welch2018-12-141-1/+1
| * | usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-1414-46/+28
| * | usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar2018-12-141-0/+5
* | | Merge branch '2018-12-15-master-imports'Tom Rini2018-12-1517-55/+69
|\ \ \ | |_|/ |/| |
| * | syscon: update syscon_node_to_regmap to use the DM functionsPatrick Delaunay2018-12-151-38/+17
| * | tools: mtk_image: replace strncpy(d, s, sizeof(d)) with snprintf()Andy Shevchenko2018-12-151-2/+2
| * | serial: serial_stm32: Add reset supportPatrice Chotard2018-12-151-0/+9
| * | poplar: fix boot failure caused by serial driver changeShawn Guo2018-12-152-8/+4
| * | poplar: add a co-maintainer for poplar boardShawn Guo2018-12-151-0/+1
| * | tools: add a generic config for native tools buildingOtavio Salvador2018-12-154-1/+30
| * | test: Only descend into test/ when CONFIG_UNIT_TEST is enabledTom Rini2018-12-151-2/+1
| * | cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2018-12-153-1/+1
| * | hashtable: fix length calculation in hexport_rAKASHI Takahiro2018-12-151-1/+1