aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-15serial: serial_stm32: Add reset supportPatrice Chotard1-0/+9
2018-12-15poplar: fix boot failure caused by serial driver changeShawn Guo2-8/+4
2018-12-15poplar: add a co-maintainer for poplar boardShawn Guo1-0/+1
2018-12-15tools: add a generic config for native tools buildingOtavio Salvador4-1/+30
2018-12-15test: Only descend into test/ when CONFIG_UNIT_TEST is enabledTom Rini1-2/+1
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini3-1/+1
2018-12-15hashtable: fix length calculation in hexport_rAKASHI Takahiro1-1/+1
2018-12-15tee: change return code for REE FS supplicant cmdIgor Opaniuk2-2/+3
2018-12-14Merge tag 'dm-pull-14dec18' of git://git.denx.de/u-boot-dmTom Rini65-928/+2916
2018-12-14usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev1-2/+6
2018-12-14usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu1-2/+15
2018-12-14configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPlJean-Jacques Hiblot1-0/+10
2018-12-14configs: am335x_evm: Do not disable DM_USB in SPLJean-Jacques Hiblot1-1/+0
2018-12-14arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROLJean-Jacques Hiblot1-8/+50
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot5-48/+159
2018-12-14usb: musb-new: Allow the diver not to use the set_phy_power() callbackJean-Jacques Hiblot2-8/+8
2018-12-14configs: am43xx: Enable RNDIS support in SPLJean-Jacques Hiblot1-0/+11
2018-12-14configs: am43xx_evm: Enable DM_USB and DM_USB_GADGETJean-Jacques Hiblot1-0/+8
2018-12-14dts: am4372: Enable USB1 in SPLJean-Jacques Hiblot1-0/+20
2018-12-14dts: Add a u-boot specific dtsi file for the am4372Jean-Jacques Hiblot5-0/+28
2018-12-14board: ti: am43xx: turn on USB clocksJean-Jacques Hiblot1-0/+22
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot1-0/+1
2018-12-14phy: omap_usb2: Add support for am437xJean-Jacques Hiblot1-11/+34
2018-12-14spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot1-1/+3
2018-12-14spl: drivers: Link usb common library to SPL if USB gadget is enabledJean-Jacques Hiblot1-0/+1
2018-12-14configs: k2g_evm: Enable DFU on K2G EVMJean-Jacques Hiblot3-0/+24
2018-12-14usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot11-248/+54
2018-12-14PHY: Add phy driver for the keystone USB PHYJean-Jacques Hiblot3-0/+120
2018-12-14ARM: dts: k2g-evm: enable USB0 and USB1Jean-Jacques Hiblot2-0/+84
2018-12-14board: ks2_evm: Enable the USB clocks if DM_USB is usedJean-Jacques Hiblot1-0/+12
2018-12-14usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot1-0/+1
2018-12-14usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford3-132/+0
2018-12-14usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford5-202/+0
2018-12-14usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPLMartyn Welch1-1/+1
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski14-46/+28
2018-12-14usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar1-0/+5
2018-12-13dm: sound: Use the correct number of channels for soundSimon Glass3-10/+14
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass3-10/+8
2018-12-13dm: sound: max98095: Tidy up error codesSimon Glass1-24/+23
2018-12-13dm: sound: Fix license headersSimon Glass2-9/+3
2018-12-13dm: sound: Complete migration to driver modelSimon Glass18-475/+16
2018-12-13dm: exynos: Drop CONFIG_DM_I2C_COMPATSimon Glass6-6/+0
2018-12-13dm: sandbox: sound: Convert to use driver modelSimon Glass3-11/+55
2018-12-13dm: exynos: sound: Convert to use driver modelSimon Glass15-22/+145
2018-12-13dm: sound: exynos: Add support for max98090Simon Glass4-0/+1049
2018-12-13dm: sound: Move common code out of maxim98095Simon Glass5-135/+204
2018-12-13exynos: Add support for exynos5420 i2s pinmuxSimon Glass3-2/+39
2018-12-13exynos: Add proid_is_exynos542x() for common 542xSimon Glass7-13/+15
2018-12-13dm: sound: Add conversion to driver modelSimon Glass8-17/+320
2018-12-13dm: sound: Start i2c IDs from 0Simon Glass3-6/+4