summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-19net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias3-0/+204
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-5/+12
2015-11-18altera_pio: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_qspi: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-18altera_tse: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-18altera_sysid: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_spi: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_timer: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_uart: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18altera_jtag_uart: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-18arm: mvebu: Fix SAR1_CPU_CORE_MASKDirk Eibach1-5/+2
2015-11-18arm: mvebu: a38x: Remove unsupported topologiesKevin Smith2-77/+0
2015-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-1/+25
2015-11-13Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparcTom Rini2-3/+22
2015-11-13sf: Fix NULL pointer exception for flashes without lock methodsBin Meng1-6/+12
2015-11-13sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief1-0/+8
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom1-1/+1
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom1-2/+13
2015-11-13Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini4-6/+502
2015-11-13pengwyn: nand and ethernet fixesVincent BENOIT1-2/+43
2015-11-13block: ahci: Remove dead codeFabio Estevam1-36/+0
2015-11-13i2c: Fix pca953x endianess issueDirk Eibach1-1/+3
2015-11-13i2c: soft_i2c: Fix bus indizesDirk Eibach1-10/+10
2015-11-13hrcon: Add fan controllersDirk Eibach1-0/+28
2015-11-13hrcon: Add support for the DH variantDirk Eibach1-0/+28
2015-11-12i2c: ihs_i2c: Fix hold_bus controlDirk Eibach1-1/+1
2015-11-12i2c: ihs_i2c: Use macro bestpracticesDirk Eibach1-10/+14
2015-11-12i2c: ihs_i2c: Dual channel supportDirk Eibach1-13/+63
2015-11-12driver: net: Fix pointer conversion warnings for xilinx_zynqmp_epPrabhakar Kushwaha1-8/+8
2015-11-12driver: usb: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha1-4/+5
2015-11-12driver: dwmmc: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha2-4/+4
2015-11-12pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()Cheng Gu1-2/+2
2015-11-12fastboot: Implement NAND backendMaxime Ripard1-0/+11
2015-11-12fastboot: Implement flashing session counterMaxime Ripard1-1/+13
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard1-8/+19
2015-11-12mtd: uboot: Add meaningful error messageMaxime Ripard1-1/+1
2015-11-12video: mxsfb: introduce lcdif_power_downPeng Fan1-0/+17
2015-11-12mxs: add parameter base_addr for mxs_set_lcdclkPeng Fan1-1/+1
2015-11-12Tegra: T210: Add QSPI driverTom Warren3-0/+425
2015-11-12pci: tegra: add/enable support for Tegra210Stephen Warren1-0/+22
2015-11-12pci: tegra: call tegra_pcie_board_init() earlierStephen Warren1-2/+2
2015-11-12pci: tegra: implement PCA enable workaroundStephen Warren1-0/+14
2015-11-12pci: tegra: use #address-/size-cells from DTStephen Warren1-3/+30
2015-11-12pci: tegra: clip RAM size to 32-bitsStephen Warren1-1/+9
2015-11-12Merge git://git.denx.de/u-bootStefano Babic84-576/+2638
2015-11-12net: altera_tse: add mSG-DMA supportThomas Chou2-0/+191
2015-11-12net: altera_tse: add priv ops to prepare msgdma supportThomas Chou2-25/+81
2015-11-12net: altera_tse: wait sgdma in altera_tse_recvThomas Chou1-1/+1
2015-11-12net: altera_tse: factor out stop mac funcThomas Chou1-15/+21
2015-11-12mtd: add altera quadspi driverThomas Chou3-0/+283