summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash2016-04-101-11/+14
* drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash2016-04-103-18/+19
* drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash2016-04-101-43/+29
* drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash2016-04-104-195/+220
* usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede2016-04-102-2/+3
* usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski2016-04-101-2/+2
* board: pic32mzda: enable USB-host, USB-storage support.Purna Chandra Mandal2016-04-104-0/+29
* drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal2016-04-104-1/+297
* drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal2016-04-102-15/+0
* arm: add missing writes[bwql], reads[bwql].Purna Chandra Mandal2016-04-101-0/+7
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-04-0643-313/+369
|\
| * armv8: LS2080A: Consolidate LS2080A and LS2085AYork Sun2016-04-0636-248/+115
| * armv8: ls1043a: load Fman ucode from SD/MMC under SD bootQianyu Gong2016-04-061-1/+9
| * armv8: ls1043a: load Fman ucode from NAND flash under NAND bootQianyu Gong2016-04-061-1/+5
| * armv8/ls1043aqds: modify CONFIG_SYS_MAX_FLASH_BANKS to 1Wenbin Song2016-04-061-1/+1
| * arm: ls102xa: Fix order of CSU indexes in ns_access.hVincent Siles2016-04-061-3/+3
| * armv8: LSCH2 early and final mmu needs matching NS attributeEd Swarthout2016-04-061-4/+8
| * armv8: ls1043aqds: make sure fixed-link property is big endianShaohui Xie2016-04-061-6/+6
| * drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports onlyCodrin Ciubotariu2016-04-061-1/+1
| * drivers: net: vsc9953: Do not configure disabled portsCodrin Ciubotariu2016-04-061-4/+8
| * fsl: esdhc: consolidate fsl_esdhc_cfg structurePeng Fan2016-04-061-5/+1
| * fsl: esdhc: support driver modelPeng Fan2016-04-061-40/+213
* | kirkwood_nand: claim MPP pins on the flyChris Packham2016-04-061-0/+19
* | spi: kirkwood_spi: Add support for multiple chip-selects on MVEBUStefan Roese2016-04-062-5/+26
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-04-0427-318/+1962
|\
| * ARM64: zynqmp: Enable EFI partition supportMichal Simek2016-04-041-0/+1
| * net: zynq_gem: Add SGMII support for zynqMPSiva Durga Prasad Paladugu2016-04-041-2/+11
| * net: phy: Add SGMII support for TI phySiva Durga Prasad Paladugu2016-04-041-1/+38
| * net: zynq_gem: Return error incase of invalid phy addressSiva Durga Prasad Paladugu2016-04-041-3/+1
| * ARM: zynq: Add uEnv.txt supportMichal Simek2016-04-041-0/+26
| * ARM: zynq: Enable FLASH_BAR for microzed and zyboMichal Simek2016-04-042-0/+2
| * block: Add support for Ceva sataMichal Simek2016-04-044-1/+119
| * ARM64: zynqmp: Simplify MAINTAINERS file to support more boardsMichal Simek2016-04-041-4/+3
| * ARM64: zynqmp: Read RAM information from DTMichal Simek2016-04-043-8/+127
| * ARM64: Move HUSH enabling from board file to defconfigMichal Simek2016-04-042-1/+1
| * ARM64: zynqmp: Select SYS_CONFIG_NAME via KconfigMichal Simek2016-04-042-9/+7
| * ARM64: zynqmp: Enable FAT write and EXT4 write for USB tooMichal Simek2016-04-041-0/+3
| * ARM64: zynqmp: Decrease boot delaySoren Brinkmann2016-04-041-1/+1
| * net: axi_emac: Report phy-node error message permanentlyMichal Simek2016-04-041-1/+1
| * microblaze: Remove !OF_CONTROL code for timer and interruptMichal Simek2016-04-044-45/+1
| * microblaze: Read information about timer/interrupts from DTMichal Simek2016-04-042-1/+63
| * ARM: zynq: Fix default ps7_init_gpl.c/h for ZYBOMichal Simek2016-04-042-244/+1342
| * ARM: zynq: zybo: Enabling reading MAC address from EEPROMMichal Simek2016-04-041-0/+3
| * net: gem: Allow to set the MAC from an EEPROMJoe Hershberger2016-04-043-0/+33
| * ARM: zynq: Enable option to overwrite default variablesMichal Simek2016-04-041-0/+2
| * net: xilinx_axi: Clear Isolate bit if found during phy setupSiva Durga Prasad Paladugu2016-04-041-1/+19
| * net: xilinx_axi: Use interface type instead of zeroSiva Durga Prasad Paladugu2016-04-041-1/+1
| * zynq-common: Enable phy driver for Xilinx PCS/PMA coreSiva Durga Prasad Paladugu2016-04-041-0/+1
| * net: zynq_gem: Add support for SGMII interfaceSiva Durga Prasad Paladugu2016-04-041-7/+19
| * phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu2016-04-044-0/+149
OpenPOWER on IntegriCloud