summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini2016-04-25-56/+119
|\
| * dfu: ram: fix number base of RAM entity parametersStephen Warren2016-04-25-2/+2
| * drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info envMugunthan V N2016-04-25-7/+14
| * usb: s3c-otg: Fix remaining bytes in debug messagesRoger Quadros2016-04-25-2/+2
| * usb: s3c-otg: Fix short packet for request size > ep.maxpacketRoger Quadros2016-04-25-1/+1
| * fastboot: Clean up bulk-out logicRoger Quadros2016-04-25-27/+23
| * fastboot: Enable the respective speed endpoints at runtimeRoger Quadros2016-04-25-7/+17
| * fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros2016-04-25-9/+27
| * tests: py: dfu: Provide functionality to set test and dummy files alt settingsLukasz Majewski2016-04-25-5/+21
| * tests: py: dfu: Add functionality to set different u-boot's dfu env variableLukasz Majewski2016-04-25-1/+13
| * tests: py: dfu: Add variables to store dfu alt numbers for test and dummy filesLukasz Majewski2016-04-25-4/+8
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-04-25-46/+698
|\ \
| * | Add initial support for Technexion's PICO-IMX6UL-EMMC boardFabio Estevam2016-04-19-0/+395
| * | MX6UL: Add definition for UART6 base addressFabio Estevam2016-04-19-0/+1
| * | board: ge: bx50v3: Fix to meet LVDS display power on timingAkshay Bhat2016-04-19-0/+7
| * | board: ge: bx50v3: Use pwm for display backlightAkshay Bhat2016-04-19-0/+14
| * | board: ge: bx50v3: Setup LDB_DI_CLK sourceAkshay Bhat2016-04-19-0/+43
| * | board: ge: bx50v3: Split display setup functionAkshay Bhat2016-04-19-45/+67
| * | imx: mx6: Fix procedure to switch the parent of LDB_DI_CLKAkshay Bhat2016-04-19-0/+160
| * | arm: mx5: Fix NAND image generationMarek Vasut2016-04-19-1/+1
| * | board: ge: bx50v3: Disable unused pinsJustin Waters2016-04-19-0/+10
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2016-04-25-160/+371
|\ \ \
| * | | i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese2016-04-25-12/+106
| * | | i2c: designware_i2c: Add DM supportStefan Roese2016-04-25-26/+123
| * | | i2c: designware_i2c: Prepare for DM driver conversionStefan Roese2016-04-25-83/+90
| * | | i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese2016-04-25-24/+13
| * | | i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese2016-04-25-20/+27
| * | | i2c: designware_i2c: Add ic_enable_status to ic_regs structStefan Roese2016-04-25-33/+35
| * | | dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-25-0/+15
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2016-04-25-3/+2
|\ \ \ | |/ / |/| |
| * | ubifs: fix memory corruption in super.cHeiko Schocher2016-04-22-2/+1
| * | mtd, ubi: set free_count to zero before walking through erase listHeiko Schocher2016-04-22-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-04-22-891/+1
|\ \ \
| * | | x86: Correct typo of Miao Yan's email addressBin Meng2016-04-22-1/+1
| * | | x86: qemu: Drop our own ACPI implementationBin Meng2016-04-22-890/+0
| |/ /
* | | arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin2016-04-21-5/+2
|/ /
* | Prepare v2016.05-rc2Tom Rini2016-04-21-1/+1
* | configs: Update some Xilinx configsTom Rini2016-04-20-0/+29
* | cmd/usb_mass_storage.c: Rework ums_init() ret logic slightlyTom Rini2016-04-20-13/+5
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-04-20-354/+711
|\ \
| * | usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko2016-04-20-147/+298
| * | usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to KconfigSam Protsenko2016-04-20-9/+31
| * | usb: dwc3: Move CONFIG_USB_DWC3_OMAP to KconfigSam Protsenko2016-04-20-3/+23
| * | usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to KconfigSam Protsenko2016-04-20-6/+38
| * | usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to KconfigSam Protsenko2016-04-20-45/+102
| * | usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko2016-04-20-103/+166
| * | usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to KconfigSam Protsenko2016-04-20-32/+25
| * | usb: ums - expose selected partition/sJohn Tobias2016-04-20-10/+29
| * | USB: g_dnl: Change device classJohn Tobias2016-04-20-2/+2
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2016-04-20-90/+105
|\ \