aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-07dm: Disable all SPI and SPI flash testsSimon Glass1-2/+2
2016-01-07dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()Bin Meng1-4/+20
2016-01-07dm: eth: Test 'ethrotate' before changing current ethernet deviceBin Meng1-0/+11
2016-01-07test: add sandbox timer to test.dtsThomas Chou1-0/+5
2016-01-07imx_watchdog: always set minimal timeout in reset_cpuAndrey Skvortsov2-1/+2
2016-01-07gpio: mxs: add name_to_gpio() functionMåns Rullgård1-0/+15
2016-01-07imx: mx7: fix the temperature checking for Rev1.1Peng Fan1-8/+15
2016-01-07imx: mx6ul: disable VIDEO for SPLPeng Fan1-0/+2
2016-01-07pfuze: Fix unsigned variable for less-than-zero comparisonYe.Li1-1/+2
2016-01-07wandboard: Simplify the Ethernet PHY configurationFabio Estevam1-34/+2
2016-01-07mx6sabresd: Simplify the Ethernet PHY configurationFabio Estevam1-34/+2
2016-01-07phy: atheros: Use ar8035_config for AR8031Fabio Estevam1-1/+1
2016-01-07Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+2
2016-01-07spi: fsl_qspi: fix an error of using GENMASKGong Qianyu1-1/+1
2016-01-07spi: spi_flash: Fix the arguments of stm_is_locked_sr()Fabio Estevam1-2/+2
2016-01-05powerpc, mpc5xxx: fix missing bootflag initHeiko Schocher1-0/+2
2016-01-04Prepare v2016.01-rc4v2016.01-rc4Tom Rini1-1/+1
2016-01-04common: nvedit: use snprintf instead of sprintfPeng Fan1-1/+1
2016-01-04common: env: initialize scalar variablePeng Fan2-0/+2
2016-01-04common: cli: avoid memory leakPeng Fan1-1/+1
2016-01-04net: e1000: use correct helper to do endianness conversionMiao Yan1-2/+2
2016-01-04qemu-ppce500: pass 'range_id' around in pci_map_regionMiao Yan1-1/+1
2016-01-04checkpatch: fix left brace warningHeiko Schocher1-5/+5
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson2-2/+7
2016-01-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini1-1/+0
2016-01-04UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG definedLadislav Michl1-1/+0
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini18-22/+268
2016-01-03imx: mx6qsabreauto: support lvds displayPeng Fan1-3/+84
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu1-2/+10
2016-01-03imx_common: check for Serial Downloader in spl_boot_deviceStefano Babic2-0/+59
2016-01-03ARM: mxs: allow boards to select DC-DC switching clock sourceMichael Heimpold2-0/+36
2016-01-03cgtqmx6eval: fix pad configuration for SPI busMichael Schanz1-1/+1
2016-01-03net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård1-0/+2
2016-01-03net: fec_mxc: configure MDIO hold timeMåns Rullgård1-3/+15
2016-01-03serial_mxc: Fix setup of UARTx_UFCR registerMaximilian Schwerin1-1/+8
2016-01-03ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson2-2/+15
2016-01-03imx: ddr: drop duplicated debug infoPeng Fan1-1/+0
2016-01-02Merge git://git.denx.de/u-boot-usbTom Rini6-120/+115
2015-12-31usb: musb: Fix hub port setting for SPLIT transactionsStefan Brüns1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns5-101/+80
2015-12-31usb: dwc2: avoid out of bounds accessStefan Brüns1-3/+4
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns2-16/+31
2015-12-28altera_qspi: allow ctrl-c to abort the erase opsThomas Chou1-0/+9
2015-12-28altera_qspi: show erase progressThomas Chou1-0/+14
2015-12-28altera_qspi: skip erase if the sector is blankThomas Chou1-14/+25
2015-12-28altera_qspi: set fail_addr for erase opsThomas Chou1-0/+1
2015-12-28altera_qspi: call callback even if the erase failedThomas Chou1-0/+1
2015-12-27Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2015-12-27sunxi: Reduce Orangepi PC RAM speed to 624 MHzHans de Goede1-1/+1
2015-12-24Merge git://git.denx.de/u-boot-socfpgaTom Rini28-93/+163