aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-28board: ti: invoke clock API to enable and disable clocksKishon Vijay Abraham I4-0/+10
2015-08-28ARM: AM43xx: Add functions to enable and disable USB clocksKishon Vijay Abraham I2-0/+73
2015-08-28ARM: OMAP5: Add functions to enable and disable USB clocksKishon Vijay Abraham I2-0/+101
2015-08-28board: ti: OMAP5: added USB initializtion codeKishon Vijay Abraham I2-0/+81
2015-08-28board: ti: beagle_x15: added USB initializtion codeKishon Vijay Abraham I2-1/+112
2015-08-28include: configs: am43xx_evm: add 'usb stop' in usbboot envKishon Vijay Abraham I1-0/+2
2015-08-28board: ti: remove duplicate initialization of vbus_id_statusKishon Vijay Abraham I2-4/+0
2015-08-28TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xxKishon Vijay Abraham I1-4/+11
2015-08-28ARM: DRA7: Enable clocks for USB OTGSS2 and USB PHY2Kishon Vijay Abraham I4-0/+23
2015-08-28usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interruptsKishon Vijay Abraham I1-18/+28
2015-08-28Makefile: fix SOURCE_DATE_EPOCH for *BSD hostAndreas Bießmann1-3/+15
2015-08-28picosam9g45: adopt CONFIG_SYS_PROMPTAndreas Bießmann2-1/+1
2015-08-28at91sam9260ek: add missing files to MAINTAINERSAndreas Bießmann1-0/+1
2015-08-28at91sam9rlek: add missing files to MAINTAINERSAndreas Bießmann1-0/+1
2015-08-28omap-common: SYS_BOOT fallback logic correction and support for more devicesPaul Kocialkowski1-10/+22
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler7-7/+19
2015-08-28arm: spear: Some changes / updates to the x600 config headerStefan Roese1-5/+16
2015-08-28arm: spear: Enable caches on SPEArStefan Roese1-0/+10
2015-08-28arm: spear: Move to common SPL infrastructureStefan Roese8-271/+85
2015-08-28arm: spear: Fix booting - relocate vector table to 0 (low-vector)Stefan Roese1-5/+0
2015-08-28ARM: k2l: Fix device speedsLokesh Vutla2-3/+3
2015-08-28ARM: keystone2: Update READMELokesh Vutla1-11/+15
2015-08-28ARM: keystone2: Build MLO by defaultLokesh Vutla1-0/+4
2015-08-28ARM: keystone2: Rename u-boot-nand.gph to MLOLokesh Vutla2-7/+9
2015-08-28ARM: keystone2: move the custom build rules out to keystone specific makefileNishanth Menon2-16/+22
2015-08-28ARM: keystone2: configs: Move SP to end of u-boot sectionLokesh Vutla1-2/+2
2015-08-28env_mmc: Properly prefix mmc errors with '!'Hans de Goede1-3/+3
2015-08-28malloc_simple: Correct the alignment logic in memalign_simple()Simon Glass1-1/+1
2015-08-28kconfiglib: update to the latest versionUlf Magnusson1-2252/+1906
2015-08-28ARM: DRA74-evm: Use SMA_1 spare register to workaround DP83865 phy on SR2.0Nishanth Menon5-0/+19
2015-08-28ARM: DRA74-evm: Add iodelay values for SR2.0Nishanth Menon2-11/+83
2015-08-28ARM: DRA7: Add detection of ES2.0Nishanth Menon5-0/+11
2015-08-28Makefile: Use correct timezone for U_BOOT_TZChris Packham1-4/+10
2015-08-28lib/display_options: Fix print_freqSuriyan Ramasami1-9/+1
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang21-1731/+0
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang14-427/+104
2015-08-28rpi: set fdt_addr_r to 0x00000100 to match default device_tree_addressJonathan Liu1-2/+2
2015-08-28image: Fix loop condition to avoid warningThierry Reding1-2/+2
2015-08-26Merge git://git.denx.de/u-boot-x86Tom Rini56-635/+5954
2015-08-26dm: pci: Document binding of pci device driversBin Meng1-3/+68
2015-08-26x86: crownbay: Support Topcliff integrated pci uart devices with driver modelBin Meng1-5/+10
2015-08-26dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng1-5/+14
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng1-0/+7
2015-08-26video: ct69000: Remove unused codesBin Meng1-21/+0
2015-08-26x86: crownbay: Enable on-board SMSC superio keyboard controllerBin Meng3-7/+5
2015-08-26video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng1-6/+5
2015-08-26x86: i8042: Correctly initialize the controllerBin Meng1-22/+21
2015-08-26x86: i8042: Clean up the driver per coding conventionBin Meng2-156/+177
2015-08-26x86: i8042: Reorder static functionsBin Meng1-268/+222
2015-08-26x86: i8042: Remove unused codesBin Meng1-17/+0