aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-28TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xxKishon Vijay Abraham I1-4/+11
2015-08-28usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interruptsKishon Vijay Abraham I1-18/+28
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler1-1/+1
2015-08-26Merge git://git.denx.de/u-boot-x86Tom Rini10-413/+423
2015-08-26dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng1-5/+14
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng1-0/+7
2015-08-26video: ct69000: Remove unused codesBin Meng1-21/+0
2015-08-26video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng1-6/+5
2015-08-26x86: i8042: Correctly initialize the controllerBin Meng1-22/+21
2015-08-26x86: i8042: Clean up the driver per coding conventionBin Meng1-112/+118
2015-08-26x86: i8042: Reorder static functionsBin Meng1-268/+222
2015-08-26x86: i8042: Remove unused codesBin Meng1-17/+0
2015-08-26x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass1-3/+3
2015-08-26x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass1-2/+2
2015-08-26dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng1-2/+2
2015-08-26x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng1-1/+12
2015-08-26x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng1-0/+21
2015-08-26dm: pci: Support selected device/driver binding before relocationBin Meng1-11/+30
2015-08-26x86: Set up video framebuffer for coreboot before loading kernelBin Meng1-2/+0
2015-08-26video: coreboot: Save VESA mode for future useBin Meng2-1/+25
2015-08-26net: e1000: Fix build warnings for 32-bitBin Meng1-4/+5
2015-08-26Merge git://git.denx.de/u-boot-nand-flashTom Rini17-630/+2350
2015-08-25mtd: nand: mxs invalidate dcache before DMA readPeng Fan1-0/+6
2015-08-25mtd: nand: mxs support oobsize bigger than 512Peng Fan1-9/+23
2015-08-25mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driverStefan Roese4-0/+1693
2015-08-25nand: Sync with Linux v4.1Scott Wood11-193/+573
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia4-2/+53
2015-08-25nand: Remove __UBOOT__ ifdefsScott Wood3-428/+4
2015-08-24lcd: pxa: clean-up include file orderMarcel Ziswiler1-5/+4
2015-08-24usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler1-3/+2
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