aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-12hrcon: Add fan controllersDirk Eibach1-0/+28
2015-11-12hrcon: 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-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
2015-11-12cfi_flash: convert to driver modelThomas Chou2-0/+89
2015-11-12dm: implement a MTD uclassThomas Chou3-0/+34
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini11-3/+34
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini7-220/+122
2015-11-06net: altera_tse: get numbers of fdt address and size cellsThomas Chou1-6/+8
2015-11-06net: altera_tse: use BIT macroThomas Chou1-15/+15
2015-11-06net: altera_tse: remove the useless parenthesisThomas Chou1-15/+15
2015-11-06net: altera_tse: fix packed and aligned attributeThomas Chou1-1/+1
2015-11-06net: altera_tse: use data type u32 for regs and descThomas Chou2-60/+60
2015-11-06net: altera_tse: remove unused macro and regs defThomas Chou1-101/+3
2015-11-06altera_uart: Adjust the declaration of debug_uart_init()Thomas Chou1-1/+1
2015-11-06altera_jtag_uart: Adjust the declaration of debug_uart_init()Thomas Chou1-1/+1
2015-11-06spi: altera_spi: minor clean upThomas Chou1-2/+2
2015-11-06misc: altera_sysid: minor clean upThomas Chou1-2/+2
2015-11-06timer: altera_timer: minor clean upThomas Chou1-7/+7
2015-11-06timer: altera_timer: use BIT macroThomas Chou1-3/+3
2015-11-06serial: altera_uart: minor clean upThomas Chou1-11/+10
2015-11-06serial: altera_uart: use BIT macroThomas Chou1-3/+3
2015-11-06serial: altera_jtag_uart: minor clean upThomas Chou1-14/+13
2015-11-06serial: altera_jtag_uart: use BIT macroThomas Chou1-3/+3
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam3-2/+34
2015-11-05sf: Add SPI protection mechanism from the kernelFabio Estevam2-0/+173
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam2-2/+2
2015-11-05Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-6/+5
2015-11-05Merge git://git.denx.de/u-boot-samsungTom Rini12-7/+862
2015-11-05Merge git://git.denx.de/u-boot-usbTom Rini8-18/+22
2015-11-05Merge git://git.denx.de/u-boot-socfpgaTom Rini2-13/+21
2015-11-05video: Drop DEV_EXT_VIDEO flagBin Meng1-1/+0
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng5-5/+5
2015-11-05spi: cadence_qspi: Ensure check for max frequency in placeChin Liang See1-0/+3
2015-11-05spi: cadence_qspi: Fix fdt read of spi-max-frequencyChin Liang See1-4/+4
2015-11-05spi: cadence_qspi: Ensure spi_calibration is run when sclk changeChin Liang See2-9/+14