summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede1-1/+47
2015-05-14Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini15-40/+630
2015-05-13jetson-tk1: Add PSCI configuration options and reserve secure codeIan Campbell1-0/+5
2015-05-13ARM: tegra: enable STDIO deregistrationStephen Warren1-0/+3
2015-05-13ARM: tegra: CONFIG_{SYS_, }LOAD{_, }ADDR rationalizationStephen Warren5-20/+10
2015-05-13tegra124: video: Add full link training for eDPSimon Glass1-0/+1
2015-05-13tegra: config: nyan-big: Enable LCDSimon Glass1-0/+14
2015-05-13tegra: video: Support serial output resource (SOR) on tegra124Simon Glass1-0/+3
2015-05-13dm: video: Add a uclass for display portSimon Glass2-0/+61
2015-05-13edid: Add a function to read detailed monitor timingsSimon Glass1-0/+19
2015-05-13video: Add drm_dp_helper.hSimon Glass1-0/+405
2015-05-13tegra: config: Use CONFIG_LCD to detect LCD presenceSimon Glass1-1/+1
2015-05-13power: Export register access functions from as3722Simon Glass1-0/+3
2015-05-13fdt: Add binding decode function for display-timingsSimon Glass1-0/+77
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass1-3/+12
2015-05-13dm: core: Sort the uclassesSimon Glass1-16/+16
2015-05-13ARM: at91: trival: fix typo for the nand partition nameWu, Josh2-2/+2
2015-05-13ARM: at91: remove non-generic boardsMasahiro Yamada3-475/+0
2015-05-10kconfig: Move REGEX to KconfigJoe Hershberger6-6/+0
2015-05-10ppc4xx: Remove sc3 boardStefan Roese1-549/+0
2015-05-10stv0991: fdt: add stv0991 device treeVikas Manocha1-1/+3
2015-05-10omap3: overo: Allow boot with kernel in UBI rootfsAsh Charles1-0/+13
2015-05-10omap3: overo: Use software BCH8 ECC for NANDAsh Charles1-4/+15
2015-05-10stm32f4: add serial print portkunhuahuang1-2/+8
2015-05-08board/BuR/common: rename "usbupdate" environment to "usbscript"Hannes Petermaier3-8/+3
2015-05-08board/BuR/common: remove BMP_DISPLAY from tseries boardHannes Petermaier3-14/+10
2015-05-08board/BuR/tseries: Add simplefb supportHannes Petermaier1-0/+4
2015-05-08board/BuR/tseries: remove unnary CONFIG_LCD_NOSTDOUTHannes Petermaier1-1/+0
2015-05-08board/BuR/tseries: take usage of CONFIG_LCD_ROTATIONHannes Petermaier1-3/+5
2015-05-08Fix musl buildJörg Krause1-0/+1
2015-05-08ti: am335x/am437x/omap5 devices: Unify network environment variablesCooper Jr., Franklin4-28/+28
2015-05-08Merge git://git.denx.de/u-boot-dmTom Rini10-47/+262
2015-05-07ARM: socfpga: abolish CONFIG_SOCFPGAMasahiro Yamada1-2/+0
2015-05-07ARM: socfpga: move SoC sources to mach-socfpgaMasahiro Yamada1-1/+1
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass1-2/+0
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons1-0/+2
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-7/+10
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-4/+3
2015-05-05dm: rtc: sandbox: Enable real-time clock supportSimon Glass1-0/+1
2015-05-05dm: rtc: Add a uclass for real-time clocksSimon Glass2-0/+133
2015-05-05dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass1-0/+11
2015-05-05dm: rtc: Split structure definition into its own fileSimon Glass2-25/+37
2015-05-05dm: Remove unnecessary types in bcd.hSimon Glass1-5/+3
2015-05-05dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass1-3/+13
2015-05-05dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass1-1/+14
2015-05-05dm: rtc: Rename gregorian day functionSimon Glass1-1/+11
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-0/+1
2015-05-05dm: i2c: Add functions to read and write a registerSimon Glass1-0/+21
2015-05-05dm: spi: Correct the comment on spi_get_ops()Simon Glass1-1/+1
2015-05-05dm: spi: Avoid setting the speed with every transferSimon Glass1-0/+3