summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-08-26x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng
2015-08-26dm: pci: Support selected device/driver binding before relocationBin Meng
2015-08-26x86: Set up video framebuffer for coreboot before loading kernelBin Meng
2015-08-26video: coreboot: Save VESA mode for future useBin Meng
2015-08-26net: e1000: Fix build warnings for 32-bitBin Meng
2015-08-24lcd: pxa: clean-up include file orderMarcel Ziswiler
2015-08-24usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler
2015-08-24serial: pxa: clean-up include file orderMarcel Ziswiler
2015-08-24arm: pxa: mmc: clean-up include file orderMarcel Ziswiler
2015-08-23Merge git://git.denx.de/u-boot-socfpgaTom Rini
2015-08-23gpio: Add DW APB GPIO driverMarek Vasut
2015-08-23ddr: altera: Repair uninited variableMarek Vasut
2015-08-23ddr: altera: Replace float multiplication with integer oneMarek Vasut
2015-08-21net: e1000: Add Kconfig optionsSimon Glass
2015-08-21net: e1000: Convert to driver modelSimon Glass
2015-08-21net: e1000: Prepare for driver model conversionSimon Glass
2015-08-21net: e1000: Move #include of common.h to the C filesSimon Glass
2015-08-21net: e1000: Support 64-bit physical addressMingkai Hu
2015-08-19usb: dwc2: Rename to dwc2_usbMarek Vasut
2015-08-19usb: dwc2: Add original Synopsys compat stringMarek Vasut
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I
2015-08-19usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stopKishon Vijay Abraham I
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I
2015-08-19usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov
2015-08-19usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese
2015-08-19imx: usb: ehci-mx6: wait_for_bit to check reg statusAdrian Alonso
2015-08-19imx: usb: ehci-mx6: add usb support for imx7d socAdrian Alonso
2015-08-19imx: usb: ehci-mx6: document board specific functionsAdrian Alonso
2015-08-19imx: usb: ehci-mx6: reg accessor cleanupsAdrian Alonso
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada
2015-08-18led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entriesMasahiro Yamada
2015-08-18led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada
2015-08-18ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entriesMasahiro Yamada
2015-08-18ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAMMasahiro Yamada
2015-08-18clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entriesMasahiro Yamada
2015-08-18clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLKMasahiro Yamada
2015-08-18dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entriesMasahiro Yamada
2015-08-18spl: move SPL driver entries to driver/MakefileMasahiro Yamada
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy
2015-08-18usb: lpc32xx: add host USB driverSylvain Lemieux
2015-08-18i2c: lpc32xx: add support for OTG I2CSylvain Lemieux
2015-08-18nand: lpc32xx: add ECC layout for small page NANDSylvain Lemieux
2015-08-18nand: lpc32xx: add hardware ECC supportSylvain Lemieux
2015-08-18dma: lpc32xx: add DMA driverSylvain Lemieux
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini
2015-08-17spi: ti_qspi: Use DMA to read from qspi flashVignesh R
2015-08-17dma: ti-edma3: Add helper function to support edma3 transferVignesh R
2015-08-17sf: ops: Add spi_flash_copy_mmap functionTom Rini