summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-08-31pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada
2015-08-31dm: tpm: Convert LPC driver to driver modelSimon Glass
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass
2015-08-31dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass
2015-08-31tpm: tpm_tis_i2c: Tidy up delaysSimon Glass
2015-08-31tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass
2015-08-31tpm: tpm_tis_i2c: Simplify init codeSimon Glass
2015-08-31tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass
2015-08-31tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass
2015-08-31tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass
2015-08-31tpm: Move the I2C TPM code into one fileSimon Glass
2015-08-31tpm: Convert drivers to use SPDXSimon Glass
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-30serial: 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-26mtd: nand: mxs invalidate dcache before DMA readPeng Fan
2015-08-26mtd: nand: mxs support oobsize bigger than 512Peng Fan