summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-05-31Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini8-30/+20
2015-05-31Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2-0/+274
2015-05-30ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada3-11/+10
2015-05-30ARM: 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-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
2015-05-21nand: fix buffer alignment in new verification featureStephen Warren1-2/+2
2015-05-20Merge git://git.denx.de/u-boot-netTom Rini9-42/+121
2015-05-20net: Remove all calls to net_random_ethaddr()Joe Hershberger2-9/+0
2015-05-19net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger2-14/+3
2015-05-19net: phy: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+16
2015-05-19net/phy: refactor RTL8211F initializationShengzhou Liu1-8/+25
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger3-19/+0
2015-05-19net/phy: Add support for realtek RTL8211FShengzhou Liu1-0/+85
2015-05-19sunxi: video: Fix lvds panel support for sun6i+Hans de Goede1-1/+17
2015-05-19thermal: imx_thermal: use CPU temperature grade for trip pointsTim Harvey1-10/+19
2015-05-18Merge git://git.denx.de/u-boot-samsungTom Rini2-38/+47
2015-05-15bugfix i.mx6 pwm: prevent overflow of period_c * duty_nsBrecht Neyrinck1-1/+1
2015-05-15sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulatorPrzemyslaw Marczak7-1/+634
2015-05-15sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak1-3/+17
2015-05-15dm: regulator: uclass driver code cleanupPrzemyslaw Marczak2-37/+69
2015-05-15dm: pmic: code cleanup of PMIC uclass driverPrzemyslaw Marczak3-28/+20
2015-05-15dm: regulator: add fixed voltage regulator driverPrzemyslaw Marczak3-0/+135
2015-05-15dm: regulator: add max77686 regulator driverPrzemyslaw Marczak4-1/+834