summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini10-83/+228
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini4-1/+34
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-0/+108
2015-02-10lcd: introduce lcd_set_cmapNikita Kiryanov1-0/+11
2015-02-10lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.cNikita Kiryanov1-0/+15
2015-02-10lcd: atmel: introduce lcd_logo_set_cmapNikita Kiryanov1-0/+26
2015-02-10lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.cNikita Kiryanov1-0/+7
2015-02-10lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfbNikita Kiryanov1-0/+9
2015-02-10lcd: split configuration_get_cmapNikita Kiryanov5-0/+40
2015-02-08arm, at91, wdt: make timeout configurableHeiko Schocher1-0/+4
2015-02-08mtd: atmel_nand: according to pmecc version to perform 0xff page correctionWu, Josh2-0/+29
2015-02-08ARM: atmel: cleanup: remove at91cap9 related codeBo Shen1-1/+1
2015-02-06x86: Add SPI support to quark/galileoBin Meng1-1/+2
2015-02-06x86: spi: Support ValleyView in ICH SPI driverSimon Glass2-20/+47
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass2-0/+43
2015-02-06arm: mvebu: drivers/ddr: Add DDR3 driver with training code from Marvell bin_hdrStefan Roese21-0/+15419
2015-02-06x86: bootstage: Add time measurement for vesa start-upSimon Glass1-0/+2
2015-02-06x86: video: Allow video ROM execution to fall back to the other methodSimon Glass2-10/+28
2015-02-06usb: pci: Add XHCI driver for PCISimon Glass2-0/+61
2015-02-06usb: pci: Use pci_find_class() to find the deviceSimon Glass1-52/+1
2015-02-06x86: video: Enable video for Minnowboard MaxSimon Glass1-0/+1
2015-02-06pci: Add a function to find a device by classSimon Glass1-0/+43
2015-02-04Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini1-0/+8
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini1-0/+4
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini3-13/+17
2015-02-02sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka1-7/+7
2015-02-02sunxi: video: Force h/vsync active high when using ext. vga dac on some boardsHans de Goede1-3/+9
2015-02-02sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()Hans de Goede1-3/+1
2015-01-31Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini4-2/+93
2015-01-31net/designware: add error message on DMA reset timeoutAlexey Brodkin1-1/+3
2015-01-31net: phy: micrel: add support for KSZ8895 switch in SMI modePhilippe De Muyter1-0/+58
2015-01-31Add MS7206SE ethernet supportYoshinori Sato1-1/+30
2015-01-31net: tsec: Fix NULL access in case init_phy() failsClaudiu Manoil1-0/+2
2015-01-30Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini55-569/+2016
2015-01-30drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian1-1/+1
2015-01-30drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian1-14/+17
2015-01-30dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass1-53/+29
2015-01-30dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass1-2/+12
2015-01-30dm: i2c: dts: Support an offset-len device tree propertySimon Glass1-1/+2
2015-01-30dm: i2c: s3c24x0: adjust to dm-i2c apiPrzemyslaw Marczak1-43/+194
2015-01-30dm: i2c-uclass-compat: fix missed argumentPrzemyslaw Marczak1-1/+1
2015-01-30DM: crypto/fsl - Add Freescale rsa DM driverRuchika Gupta7-0/+129
2015-01-30DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta5-0/+83
2015-01-30dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass1-49/+2
2015-01-30dm: cros_ec: Don't require protocol 3 supportSimon Glass1-4/+6
2015-01-30dm: core: Ignore disabled devices when bindingSimon Glass1-0/+5
2015-01-30dm: i2c: Move slave details to child platdataSimon Glass6-87/+39
2015-01-30dm: spi: Move slave details to child platdataSimon Glass5-63/+56
2015-01-30dm: spi: Set up the spi_slave device pointer in child_pre_probe()Simon Glass1-0/+10
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2-0/+17