summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada2015-08-313-0/+157
* pinctrl: add pin control uclass supportMasahiro Yamada2015-08-317-0/+709
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-311-2/+4
* dm: tpm: Convert LPC driver to driver modelSimon Glass2015-08-311-155/+131
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-312-346/+203
* dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass2015-08-311-12/+45
* dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass2015-08-317-286/+434
* tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2015-08-312-31/+28
* tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass2015-08-311-55/+58
* tpm: tpm_tis_i2c: Simplify init codeSimon Glass2015-08-311-23/+10
* tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass2015-08-312-335/+335
* tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2015-08-312-15/+10
* tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2015-08-312-44/+25
* tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2015-08-312-60/+35
* tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass2015-08-312-12/+4
* tpm: Move the I2C TPM code into one fileSimon Glass2015-08-314-618/+550
* tpm: Convert drivers to use SPDXSimon Glass2015-08-312-29/+4
* tpm: Add Kconfig options for TPMsSimon Glass2015-08-311-0/+60
* tpm: Remove old pre-driver-model I2C codeSimon Glass2015-08-313-179/+7
* drivers: kconfig: Sort driver menu in alphabetical orderBin Meng2015-08-311-24/+26
* drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menuBin Meng2015-08-311-2/+2
* drivers: kconfig: Move "Generic Driver Options" menu to the topBin Meng2015-08-311-2/+2
* dm: core: Add Kconfig for simple bus driverMarek Vasut2015-08-313-6/+17
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-3120-29/+26
* serial: uniphier: drop platform data supportMasahiro Yamada2015-08-311-26/+15
* mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada2015-08-301-20/+12
* TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xxKishon Vijay Abraham I2015-08-281-4/+11
* usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interruptsKishon Vijay Abraham I2015-08-281-18/+28
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-281-1/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2015-08-2610-413/+423
|\
| * dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng2015-08-261-5/+14
| * dm: pci: Optimize pci_uclass_post_bind()Bin Meng2015-08-261-0/+7
| * video: ct69000: Remove unused codesBin Meng2015-08-261-21/+0
| * video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng2015-08-261-6/+5
| * x86: i8042: Correctly initialize the controllerBin Meng2015-08-261-22/+21
| * x86: i8042: Clean up the driver per coding conventionBin Meng2015-08-261-112/+118
| * x86: i8042: Reorder static functionsBin Meng2015-08-261-268/+222
| * x86: i8042: Remove unused codesBin Meng2015-08-261-17/+0
| * x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass2015-08-261-3/+3
| * x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass2015-08-261-2/+2
| * dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng2015-08-261-2/+2
| * x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng2015-08-261-1/+12
| * x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng2015-08-261-0/+21
| * dm: pci: Support selected device/driver binding before relocationBin Meng2015-08-261-11/+30
| * x86: Set up video framebuffer for coreboot before loading kernelBin Meng2015-08-261-2/+0
| * video: coreboot: Save VESA mode for future useBin Meng2015-08-262-1/+25
| * net: e1000: Fix build warnings for 32-bitBin Meng2015-08-261-4/+5
* | Merge git://git.denx.de/u-boot-nand-flashTom Rini2015-08-2617-630/+2350
|\ \ | |/ |/|
| * mtd: nand: mxs invalidate dcache before DMA readPeng Fan2015-08-251-0/+6
| * mtd: nand: mxs support oobsize bigger than 512Peng Fan2015-08-251-9/+23
OpenPOWER on IntegriCloud