aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-24serial: pxa: clean-up include file orderMarcel Ziswiler1-2/+2
2015-08-24arm: pxa: mmc: clean-up include file orderMarcel Ziswiler1-5/+3
2015-08-23Merge git://git.denx.de/u-boot-socfpgaTom Rini4-2/+177
2015-08-23gpio: Add DW APB GPIO driverMarek Vasut3-0/+175
2015-08-23ddr: altera: Repair uninited variableMarek Vasut1-1/+1
2015-08-23ddr: altera: Replace float multiplication with integer oneMarek Vasut1-1/+1
2015-08-21net: e1000: Add Kconfig optionsSimon Glass2-7/+32
2015-08-21net: e1000: Convert to driver modelSimon Glass2-0/+142
2015-08-21net: e1000: Prepare for driver model conversionSimon Glass2-200/+245
2015-08-21net: e1000: Move #include of common.h to the C filesSimon Glass3-1/+2
2015-08-21net: e1000: Support 64-bit physical addressMingkai Hu1-4/+4
2015-08-19usb: dwc2: Rename to dwc2_usbMarek Vasut1-1/+1
2015-08-19usb: dwc2: Add original Synopsys compat stringMarek Vasut1-0/+1
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I1-0/+1
2015-08-19usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stopKishon Vijay Abraham I1-0/+1
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I1-0/+4
2015-08-19usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov1-5/+14
2015-08-19usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese1-3/+35
2015-08-19imx: usb: ehci-mx6: wait_for_bit to check reg statusAdrian Alonso1-4/+33
2015-08-19imx: usb: ehci-mx6: add usb support for imx7d socAdrian Alonso2-19/+82
2015-08-19imx: usb: ehci-mx6: document board specific functionsAdrian Alonso1-0/+31
2015-08-19imx: usb: ehci-mx6: reg accessor cleanupsAdrian Alonso1-33/+18
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada33-47/+47
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada3-6/+6
2015-08-18led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entriesMasahiro Yamada1-2/+1
2015-08-18led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada2-2/+2
2015-08-18ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entriesMasahiro Yamada1-2/+1
2015-08-18ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAMMasahiro Yamada2-2/+2
2015-08-18clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entriesMasahiro Yamada1-2/+1
2015-08-18clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLKMasahiro Yamada2-2/+2
2015-08-18dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entriesMasahiro Yamada1-2/+2
2015-08-18spl: move SPL driver entries to driver/MakefileMasahiro Yamada1-0/+37
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy1-11/+11
2015-08-18usb: lpc32xx: add host USB driverSylvain Lemieux2-0/+232
2015-08-18i2c: lpc32xx: add support for OTG I2CSylvain Lemieux1-3/+17
2015-08-18nand: lpc32xx: add ECC layout for small page NANDSylvain Lemieux1-1/+17
2015-08-18nand: lpc32xx: add hardware ECC supportSylvain Lemieux1-4/+409
2015-08-18dma: lpc32xx: add DMA driverSylvain Lemieux2-0/+148
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-2/+130
2015-08-18Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini1-1/+1
2015-08-17spi: ti_qspi: Use DMA to read from qspi flashVignesh R1-0/+25
2015-08-17dma: ti-edma3: Add helper function to support edma3 transferVignesh R1-0/+78
2015-08-17sf: ops: Add spi_flash_copy_mmap functionTom Rini1-1/+7
2015-08-17ti: qspi: set flash quad bit based on quad support flagvishalm@ti.com1-1/+1
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert2-0/+424
2015-08-17arm: mvebu: Add complete SDRAM ECC scrubbingStefan Roese2-2/+2
2015-08-17arm: mvebu: add multiple usb-hostcontroller support for AXPAnton Schubert1-8/+11
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese1-1/+8
2015-08-17arm: mvebu: Enable NAND controller on MVEBU SoC'sStefan Roese1-1/+0
2015-08-17arm: mvebu: sdram: Enable ECC support on Armada XPStefan Roese1-1/+1