summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | tee: change return code for REE FS supplicant cmdIgor Opaniuk2018-12-152-2/+3
|/ /
* | Merge tag 'dm-pull-14dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-1465-928/+2916
|\ \ | |/ |/|
| * dm: sound: Use the correct number of channels for soundSimon Glass2018-12-133-10/+14
| * dm: sandbox: Allow selection of sample rate and channelsSimon Glass2018-12-133-10/+8
| * dm: sound: max98095: Tidy up error codesSimon Glass2018-12-131-24/+23
| * dm: sound: Fix license headersSimon Glass2018-12-132-9/+3
| * dm: sound: Complete migration to driver modelSimon Glass2018-12-1318-475/+16
| * dm: exynos: Drop CONFIG_DM_I2C_COMPATSimon Glass2018-12-136-6/+0
| * dm: sandbox: sound: Convert to use driver modelSimon Glass2018-12-133-11/+55
| * dm: exynos: sound: Convert to use driver modelSimon Glass2018-12-1315-22/+145
| * dm: sound: exynos: Add support for max98090Simon Glass2018-12-134-0/+1049
| * dm: sound: Move common code out of maxim98095Simon Glass2018-12-135-135/+204
| * exynos: Add support for exynos5420 i2s pinmuxSimon Glass2018-12-133-2/+39
| * exynos: Add proid_is_exynos542x() for common 542xSimon Glass2018-12-137-13/+15
| * dm: sound: Add conversion to driver modelSimon Glass2018-12-138-17/+320
| * dm: sound: Start i2c IDs from 0Simon Glass2018-12-133-6/+4
| * dm: core: Add a function to read into a unsigned intSimon Glass2018-12-134-0/+118
| * dm: sound: Create a uclass for soundSimon Glass2018-12-1310-4/+351
| * dm: sandbox: Update sound to use two buffersSimon Glass2018-12-131-25/+63
| * dm: sound: Create a uclass for i2sSimon Glass2018-12-139-6/+163