summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08net: remove scary warning about EEPROM provided MAC addressAndre Przywara
2016-01-08arm64: Juno/FVP: adjust kernel load addressAndre Przywara
2016-01-08arm, Makefile: correct compilation flag for u-boot-dtbAneesh Bansal
2016-01-08bootcount: Correct #endif comment to match, other aestheticsRobert P. J. Day
2016-01-08doc: Tidy up first part of top-level README fileRobert P. J. Day
2016-01-08powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xxRobert P. J. Day
2016-01-08include: Correct "requset" typoes in misc.hRobert P. J. Day
2016-01-08Merge git://git.denx.de/u-boot-dmTom Rini
2016-01-07net: Fix delay in net_retry testJoe Hershberger
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak
2016-01-07dm: usb: Add a remove() method for USB keyboardsSimon Glass
2016-01-07Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2016-01-07usb: Allow up to 7 storage devicesSimon Glass
2016-01-07dm: Disable all SPI and SPI flash testsSimon Glass
2016-01-07dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()Bin Meng
2016-01-07dm: eth: Test 'ethrotate' before changing current ethernet deviceBin Meng
2016-01-07test: add sandbox timer to test.dtsThomas Chou
2016-01-07Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2016-01-07spi: fsl_qspi: fix an error of using GENMASKGong Qianyu
2016-01-07spi: spi_flash: Fix the arguments of stm_is_locked_sr()Fabio Estevam
2016-01-05powerpc, mpc5xxx: fix missing bootflag initHeiko Schocher
2016-01-04Prepare v2016.01-rc4Tom Rini
2016-01-04common: nvedit: use snprintf instead of sprintfPeng Fan
2016-01-04common: env: initialize scalar variablePeng Fan
2016-01-04common: cli: avoid memory leakPeng Fan
2016-01-04net: e1000: use correct helper to do endianness conversionMiao Yan
2016-01-04qemu-ppce500: pass 'range_id' around in pci_map_regionMiao Yan
2016-01-04checkpatch: fix left brace warningHeiko Schocher
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson
2016-01-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2016-01-04UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG definedLadislav Michl
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-01-03imx: mx6qsabreauto: support lvds displayPeng Fan
2016-01-03i2c: mxc: add a condition in case the parameter is NULLGong Qianyu
2016-01-03imx_common: check for Serial Downloader in spl_boot_deviceStefano Babic
2016-01-03ARM: mxs: allow boards to select DC-DC switching clock sourceMichael Heimpold
2016-01-03cgtqmx6eval: fix pad configuration for SPI busMichael Schanz
2016-01-03net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård
2016-01-03net: fec_mxc: configure MDIO hold timeMåns Rullgård
2016-01-03serial_mxc: Fix setup of UARTx_UFCR registerMaximilian Schwerin
2016-01-03ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson
2016-01-03imx: ddr: drop duplicated debug infoPeng Fan
2016-01-02Merge git://git.denx.de/u-boot-usbTom Rini
2015-12-31usb: musb: Fix hub port setting for SPLIT transactionsStefan Brüns
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns
2015-12-31usb: dwc2: avoid out of bounds accessStefan Brüns
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns
2015-12-28altera_qspi: allow ctrl-c to abort the erase opsThomas Chou
2015-12-28altera_qspi: show erase progressThomas Chou
2015-12-28altera_qspi: skip erase if the sector is blankThomas Chou