aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-10dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()Simon Glass1-0/+21
2015-06-09tegra: lcd: Tidy up clock initSimon Glass1-3/+1
2015-06-09tegra: spi: Support slow SPI ratesSimon Glass1-3/+15
2015-06-09tegra: spi: Drop the claim_bus() method to correct delaysSimon Glass1-17/+9
2015-06-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini6-1/+189
2015-06-08usb: ehci-vf: Add weak function for board specific initialisationSanchayan Maity1-0/+8
2015-06-08dm: gpio: vf610: Add GPIO driver supportBhuvanchandra DV3-0/+177
2015-06-08dm: gpio: uclass: Add flag to control sequence numberingBhuvanchandra DV1-0/+1
2015-06-06Merge git://git.denx.de/u-boot-sunxiTom Rini2-1/+4
2015-06-05Merge git://git.denx.de/u-boot-dmTom Rini1-0/+1
2015-06-04sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"Hans de Goede1-0/+1
2015-06-04sunxi: mmc: Enable pull-up on card-detect gpio pinHans de Goede1-1/+3
2015-06-04dm: pci: Allow PCI bus numbering aliasesSimon Glass1-0/+1
2015-06-04x86: gpio: add pinctrl support from the device treeGabriel Huau1-28/+229
2015-06-04pci: Do not skip legacy IDE device configurationBin Meng1-14/+0
2015-06-04pci: Allow debug message output in pci_auto.cBin Meng1-1/+0
2015-06-04x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video KconfigBin Meng1-0/+138
2015-06-04video: Kconfig: Make VESA driver avaiable for non-x86 boardsBin Meng1-1/+0
2015-06-04pci: Move pci_hose_phys_to_bus() to pci_common.cBin Meng2-70/+66
2015-05-30Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini8-30/+20
2015-05-30Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2-0/+274
2015-05-31ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada3-11/+10
2015-05-31ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada5-19/+10
2015-05-29sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memoryDaniel Kochmański2-0/+274
2015-05-29Merge git://git.denx.de/u-boot-usbTom Rini4-20/+120
2015-05-29usb: dwc2: Add support for v3 snpsid valuePeter Griffin2-1/+3
2015-05-29ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu2-19/+117
2015-05-28cosmetic: change Author/MAINTAINER Name from Petermaier to SchmelzerHannes Schmelzer3-3/+3
2015-05-28fsl/sata: Replace sprintf() with snprintf()Tang Yuantian1-1/+1
2015-05-28gpio: stm32: add stm32f1 supportMatt Porter1-1/+109
2015-05-28pci: imx: display message if no pcie linkTim Harvey1-1/+3
2015-05-27pci: display header for bus scanTim Harvey1-0/+4
2015-05-27Revert "Revert "stm32f4: fix serial output""Tom Rini1-0/+3
2015-05-26Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini4-38/+60
2015-05-26thermal: imx_thermal: increase critical temperature thresholdTim Harvey1-6/+9
2015-05-26i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher1-25/+24
2015-05-26arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher1-0/+3
2015-05-26pwm: imx: Remove unreachable codeAxel Lin1-4/+0
2015-05-26pwm: imx: Prevent NULL pointer dereferenceAxel Lin1-0/+12
2015-05-24mtd: vf610_nfc: enable ONFI detectionStefan Agner1-18/+49
2015-05-24mtd: vf610_nfc: add 32-error correction option for HW ECCStefan Agner2-5/+50
2015-05-24mtd: vf610_nfc: add Freescale NFC controller configs to KconfigStefan Agner1-0/+30
2015-05-24mtd: vf610_nfc: use in-band bad block tableStefan Agner1-27/+2
2015-05-24mtd: vf610_nfc: implement OOB only readStefan Agner1-59/+40
2015-05-24mtd: vf610_nfc: allow bitflips in an empty pageStefan Agner1-1/+1
2015-05-24mtd: vf610_nfc: remove read on SEQINStefan Agner1-6/+8
2015-05-24mtd: vf610_nfc: remove caching of page in bufferStefan Agner1-10/+1
2015-05-24mtd: nand: mxs: Replace magic number for bits per ECC level with macroJörg Krause1-3/+4
2015-05-24mtd:mxs:nand calculate ecc strength dynamicallyPeng Fan1-18/+12
2015-05-22nand/elbc: Memory leak fixRaghav Dogra1-0/+1