summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-11Prepare v2016.05-rc1v2016.05-rc1Tom Rini
2016-04-11fastboot: sparse: remove unnecessary loggingSteve Rae
2016-04-11fastboot: sparse: fix block addressing for don't care chunk typeSteve Rae
2016-04-11Merge branch 'master' of git://git.denx.de/u-boot-arcTom Rini
2016-04-11spl: mmc: raw: Try to load u-boot if Linux image is not foundLokesh Vutla
2016-04-11arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_INVAL_ALL) with asm codeHans de Goede
2016-04-11arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm codeHans de Goede
2016-04-11lib/crc8: Add crc start valueStefan Roese
2016-04-11test/py: README: link to example hook scriptsStephen Warren
2016-04-11bootcounter_ram: Flush dcache after data is written into SDRAMStefan Roese
2016-04-11disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORTMichal Simek
2016-04-11am33xx changed BOOT_DEVICE_SPI to correct valueVogt, Christof
2016-04-11rpi: remove redundant board filesStephen Warren
2016-04-11stm32: stm32_flash: add memory barrier during flash writeVikas Manocha
2016-04-11test/py: Add support for loading image via tftp to specified locationMichal Simek
2016-04-11spmi: Fix sandbox spmi driver memory corruptionMateusz Kulikowski
2016-04-11test/py: pass -v option when executing sandboxStephen Warren
2016-04-11board: ti: am57xx: Prevent init_sata() from being called twiceRoger Quadros
2016-04-11arc: Add virt_to_phys() stubAlexey Brodkin
2016-04-11arc: get rid of running_on_hwAlexey Brodkin
2016-04-11README: Specify the full path for README.videoFabio Estevam
2016-04-11drivers: block: fix placement of parametersEric Nelson
2016-04-11cmd: blkcache: simplify sub-command handlingEric Nelson
2016-04-11cmd: blkcache: remove indentation from output of 'show'Eric Nelson
2016-04-11ARM: rpi: add some missing Kconfig help textStephen Warren
2016-04-11ARM: add Raspberry Pi 3 64-bit configStephen Warren
2016-04-11ARM: allow CONFIG_GICV* not to be definedStephen Warren
2016-04-11arm: socfpga: sr1500: Remove USB_GADGETSam Protsenko
2016-04-11env_eeprom invalidates gd->env_addr by setting it to an offset valueGuy Thouret
2016-04-11fastboot: sparse: fix sparse blocks calculationJeffy Chen
2016-04-10Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2016-04-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-04-10arm: socfpga: Drop space after 'loadaddr=' in extra envMarek Vasut
2016-04-10arm: socfpga: Nuke useless includeMarek Vasut
2016-04-10arm: socfpga: migration of CONFIG_SPI_FLASH_BARDenis Bakhvalov
2016-04-10arm: socfpga: sockit: Use more relaxed DRAM timingsMarek Vasut
2016-04-10arm: socfpga: Handle phy-mode OF property for GMACsMarek Vasut
2016-04-10dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede
2016-04-10musb: Properly call musb_stop() on probe failureHans de Goede
2016-04-10musb: sunxi: Do not allocate musb struct multiple timesHans de Goede
2016-04-10usb: bcm_udc_otg: enable clocksSteve Rae
2016-04-10drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash
2016-04-10drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash
2016-04-10drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash
2016-04-10drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede
2016-04-10usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski
2016-04-10board: pic32mzda: enable USB-host, USB-storage support.Purna Chandra Mandal
2016-04-10drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal
2016-04-10drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal