summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass
2015-08-31tpm: Remove old pre-driver-model I2C codeSimon Glass
2015-08-31drivers: kconfig: Sort driver menu in alphabetical orderBin Meng
2015-08-31drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menuBin Meng
2015-08-31drivers: kconfig: Move "Generic Driver Options" menu to the topBin Meng
2015-08-31dm: core: Add Kconfig for simple bus driverMarek Vasut
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass
2015-08-31serial: uniphier: drop platform data supportMasahiro Yamada
2015-08-30mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada
2015-08-28TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xxKishon Vijay Abraham I
2015-08-28usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interruptsKishon Vijay Abraham I
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2015-08-26Merge git://git.denx.de/u-boot-x86Tom Rini
2015-08-26dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng
2015-08-26video: ct69000: Remove unused codesBin Meng
2015-08-26video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng
2015-08-26x86: i8042: Correctly initialize the controllerBin Meng
2015-08-26x86: i8042: Clean up the driver per coding conventionBin Meng
2015-08-26x86: i8042: Reorder static functionsBin Meng
2015-08-26x86: i8042: Remove unused codesBin Meng
2015-08-26x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass
2015-08-26x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass
2015-08-26dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng
2015-08-26x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng
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-26Merge git://git.denx.de/u-boot-nand-flashTom Rini
2015-08-25mtd: nand: mxs invalidate dcache before DMA readPeng Fan
2015-08-25mtd: nand: mxs support oobsize bigger than 512Peng Fan
2015-08-25mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driverStefan Roese
2015-08-25nand: Sync with Linux v4.1Scott Wood
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2015-08-25nand: Remove __UBOOT__ ifdefsScott Wood
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