summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-11-25x86: video: Add video driver for bare x86 boardsSimon Glass
2014-11-25pci: Add general support for execution of video ROMsSimon Glass
2014-11-25Introduce a header file for the BIOS emulatorSimon Glass
2014-11-25pci: Add functions to read and write a BAR addressSimon Glass
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami
2014-11-23pci: Honour pci_skip_dev()Thierry Reding
2014-11-23sata: fix a bug in init_sata() for pci-sata cardli pengbo
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada
2014-11-22dm: core: remove meaningless if conditionalMasahiro Yamada
2014-11-22dm: core: a trivial clean upMasahiro Yamada
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass
2014-11-22dm: spi: Use device_bind_driver() instead of our own functionSimon Glass
2014-11-22dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li
2014-11-21dm: tegra: Add platform data for the SPL uartSimon Glass
2014-11-21dm: Allow stdio registration to be droppedSimon Glass
2014-11-21dm: Allow device removal features to be droppedSimon Glass
2014-11-21dm: serial: Support changing the baud rateSimon Glass
2014-11-21dm: at91: Add driver model support for the serial driverSimon Glass
2014-11-21dm: at91: Refactor serial driver slightly for driver modelSimon Glass
2014-11-21dm: at91: Add driver model support for atmel GPIO driverSimon Glass
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass
2014-11-21dm: serial: Move current serial port pointer to global_dataSimon Glass
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada
2014-11-20replace DIV_ROUND with DIV_ROUND_CLOSESTMasahiro Yamada
2014-11-20ARM: remove CONFIG_ARM920T definesMasahiro Yamada
2014-11-20mmc: fsl_esdhc: Update esdhc driver for iMX6SXYe.Li
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2014-11-19mtd: Handle 29LV800BTDirk Eibach
2014-11-19mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher
2014-11-17net: macb: enable GMAC IP without GE feature supportBo Shen
2014-11-17mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu
2014-11-17spl, mtd, nand, atmel_nand: invert device ready pin logicHeiko Schocher
2014-11-17spl, nand, atmel_nand: add erase one block functionHeiko Schocher
2014-11-17mtd: atmel_nand: add missing includeHeiko Schocher
2014-11-17spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common headerHeiko Schocher
2014-11-17net: macb: write mac address when initializationBo Shen
2014-11-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini