aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-02-12dm: Add support for all targets which requires MANUAL_RELOCMichal Simek2-0/+80
2015-02-12dm:gpio:mxc add DT supportPeng Fan1-17/+64
2015-02-12dm:gpio:mxc add a bank_index entry in platdataPeng Fan1-8/+9
2015-02-12dm: introduce dev_get_addr interfacePeng Fan1-0/+12
2015-02-12dm: sh: serial: Add support driver modelNobuhiro Iwamatsu2-113/+238
2015-02-12dm: Add Kconfig options for driver model SPL supportSimon Glass1-0/+44
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass10-10/+65
2015-02-12dm: Add Kconfig for driver/demoSimon Glass2-0/+28
2015-02-12dm: i2c: Make API accessible even without CONFIG_DMSimon Glass3-16/+16
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-8/+3
2015-02-12powerpc: Add serial driver for driver modelSimon Glass2-0/+41
2015-02-12i2c: s3c24x0: reduce transmission status timeoutPrzemyslaw Marczak1-2/+2
2015-02-12gpio: omap: Pass correct argument to _get_gpio_direction()Axel Lin1-1/+1
2015-02-12gpio: at91: Fix getting address of private dataAxel Lin1-5/+5
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-07arm, at91, wdt: make timeout configurableHeiko Schocher1-0/+4
2015-02-07mtd: atmel_nand: according to pmecc version to perform 0xff page correctionWu, Josh2-0/+29
2015-02-07ARM: 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-05x86: bootstage: Add time measurement for vesa start-upSimon Glass1-0/+2
2015-02-05x86: video: Allow video ROM execution to fall back to the other methodSimon Glass2-10/+28
2015-02-05usb: pci: Add XHCI driver for PCISimon Glass2-0/+61
2015-02-05usb: pci: Use pci_find_class() to find the deviceSimon Glass1-52/+1
2015-02-05x86: video: Enable video for Minnowboard MaxSimon Glass1-0/+1
2015-02-05pci: 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-30net/designware: add error message on DMA reset timeoutAlexey Brodkin1-1/+3
2015-01-30net: phy: micrel: add support for KSZ8895 switch in SMI modePhilippe De Muyter1-0/+58
2015-01-30Add MS7206SE ethernet supportYoshinori Sato1-1/+30
2015-01-30net: 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