aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-12-01Merge git://git.denx.de/u-boot-fdtTom Rini1-1/+1
2014-12-01Merge git://git.denx.de/u-boot-x86Tom Rini22-213/+665
2014-11-27Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2-9/+48
2014-11-28usb: UniPhier: support OF configurationMasahiro Yamada1-1/+37
2014-11-28serial: UniPhier: support OF configurationMasahiro Yamada1-8/+11
2014-11-27fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada1-1/+1
2014-11-26mtd: nand: s3c: Unify the register definition and namingMarek Vasut1-19/+19
2014-11-26mtd/nand/vf610_nfc: Disable subpage writesSanchayan Maity1-0/+3
2014-11-26mtd: denali: set some registers after nand_scan_ident()Masahiro Yamada1-0/+11
2014-11-26mtd: denali: use CONFIG_SYS_NAND_SELF_INITMasahiro Yamada3-40/+93
2014-11-26nand: reinstate lazy bad block scanningRostislav Lisovy1-3/+7
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini6-4/+152
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2-5/+13
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-samsungTom Rini2-11/+96
2014-11-25bios_emulator: Always print errors when opcode decode failsSimon Glass3-18/+22
2014-11-25bios_emulator: Add an option to enable debuggingSimon Glass9-54/+90
2014-11-25bios_emulator: Allow a custom interrupt handler to be installedSimon Glass2-0/+6
2014-11-25bios_emulator: Add vesa support and allow ROMs to be passed in as dataSimon Glass2-58/+144
2014-11-25bios_emulator: Allow x86 to use the emulatorSimon Glass4-23/+23
2014-11-25x86: video: Add video driver for bare x86 boardsSimon Glass2-0/+38
2014-11-25pci: Add general support for execution of video ROMsSimon Glass2-1/+279
2014-11-25Introduce a header file for the BIOS emulatorSimon Glass2-52/+3
2014-11-25pci: Add functions to read and write a BAR addressSimon Glass1-3/+21
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass2-5/+40
2014-11-25sunxi: video: Add simplefb supportLuc Verhaegen1-0/+41
2014-11-25sunxi: video: Add sun6i supportHans de Goede1-0/+30
2014-11-25sunxi: video: Add cfb console driver for sunxiLuc Verhaegen2-0/+381
2014-11-24drivers : usb: fsl: Implement usb Erratum A007798 workaroundNikhil Badola1-2/+1
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini12-0/+276
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini12-286/+625
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini3-26/+107
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov7-0/+51
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-5/+5
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+3
2014-11-23sata: fix a bug in init_sata() for pci-sata cardli pengbo1-1/+1
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada29-86/+101
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada1-2/+1
2014-11-22dm: core: a trivial clean upMasahiro Yamada1-3/+1
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass1-0/+1
2014-11-22dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2-23/+2
2014-11-22dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2-11/+2
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass1-0/+21
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+5
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass2-6/+19
2014-11-21drivers: usb: fsl: Move USB Errata checking codeNikhil Badola1-1/+1
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li4-0/+217
2014-11-21dm: tegra: Add platform data for the SPL uartSimon Glass1-0/+16
2014-11-21dm: Allow stdio registration to be droppedSimon Glass1-3/+7