summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-11-12i2c: Fix pca953x endianess issueDirk Eibach
2015-11-12i2c: soft_i2c: Fix bus indizesDirk Eibach
2015-11-12hrcon: Add fan controllersDirk Eibach
2015-11-12hrcon: Add support for the DH variantDirk Eibach
2015-11-12i2c: ihs_i2c: Fix hold_bus controlDirk Eibach
2015-11-12i2c: ihs_i2c: Use macro bestpracticesDirk Eibach
2015-11-12i2c: ihs_i2c: Dual channel supportDirk Eibach
2015-11-12driver: net: Fix pointer conversion warnings for xilinx_zynqmp_epPrabhakar Kushwaha
2015-11-12driver: usb: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha
2015-11-12driver: dwmmc: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha
2015-11-12pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()Cheng Gu
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-11-12fastboot: Implement flashing session counterMaxime Ripard
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard
2015-11-12mtd: uboot: Add meaningful error messageMaxime Ripard
2015-11-12net: altera_tse: add mSG-DMA supportThomas Chou
2015-11-12net: altera_tse: add priv ops to prepare msgdma supportThomas Chou
2015-11-12net: altera_tse: wait sgdma in altera_tse_recvThomas Chou
2015-11-12net: altera_tse: factor out stop mac funcThomas Chou
2015-11-12mtd: add altera quadspi driverThomas Chou
2015-11-12cfi_flash: convert to driver modelThomas Chou
2015-11-12dm: implement a MTD uclassThomas Chou
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2015-11-06net: altera_tse: get numbers of fdt address and size cellsThomas Chou
2015-11-06net: altera_tse: use BIT macroThomas Chou
2015-11-06net: altera_tse: remove the useless parenthesisThomas Chou
2015-11-06net: altera_tse: fix packed and aligned attributeThomas Chou
2015-11-06net: altera_tse: use data type u32 for regs and descThomas Chou
2015-11-06net: altera_tse: remove unused macro and regs defThomas Chou
2015-11-06altera_uart: Adjust the declaration of debug_uart_init()Thomas Chou
2015-11-06altera_jtag_uart: Adjust the declaration of debug_uart_init()Thomas Chou
2015-11-06spi: altera_spi: minor clean upThomas Chou
2015-11-06misc: altera_sysid: minor clean upThomas Chou
2015-11-06timer: altera_timer: minor clean upThomas Chou
2015-11-06timer: altera_timer: use BIT macroThomas Chou
2015-11-06serial: altera_uart: minor clean upThomas Chou
2015-11-06serial: altera_uart: use BIT macroThomas Chou
2015-11-06serial: altera_jtag_uart: minor clean upThomas Chou
2015-11-06serial: altera_jtag_uart: use BIT macroThomas Chou
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam
2015-11-05sf: Add SPI protection mechanism from the kernelFabio Estevam
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam
2015-11-05Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2015-11-05Merge git://git.denx.de/u-boot-samsungTom Rini
2015-11-05Merge git://git.denx.de/u-boot-usbTom Rini
2015-11-05Merge git://git.denx.de/u-boot-socfpgaTom Rini
2015-11-05video: Drop DEV_EXT_VIDEO flagBin Meng
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng
2015-11-05spi: cadence_qspi: Ensure check for max frequency in placeChin Liang See