summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | video: Remove legacy VESA and coreboot framebuffer driversBin Meng2016-10-122-171/+0
| * | x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-121-1/+1
| * | dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng2016-10-121-0/+3
| * | dm: video: Add driver for coreboot framebuffer deviceBin Meng2016-10-122-0/+88
| * | vbe: Make vbe_setup_video_priv() publicBin Meng2016-10-121-3/+3
| * | x86: Convert to use DM VESA video driverBin Meng2016-10-121-1/+1
| * | dm: video: Output verbose information in vbe_setup_video()Bin Meng2016-10-121-1/+8
| * | dm: video: Add driver for VESA-compatible deviceBin Meng2016-10-121-0/+34
| * | x86: i2c: Fix cast of address to 32-bit valueSimon Glass2016-10-111-3/+3
| * | usb: pci: Fix cast for 64-bit compilationSimon Glass2016-10-111-2/+2
| * | tpm: Tidy up use of size_tSimon Glass2016-10-111-2/+2
| * | rtc: Use CONFIG_X86 instead of __I386__Simon Glass2016-10-111-1/+1
| * | bios_emulator: Fix cast for 64-bit compilationSimon Glass2016-10-111-1/+1
| * | dm: x86: Move samus to use new driver model supportSimon Glass2016-10-111-32/+7
| * | dm: x86: video: Add a driver-model driver for ivybridge graphicsSimon Glass2016-10-113-0/+856
| * | dm: video: Add driver-model support to vesa graphicsSimon Glass2016-10-111-0/+55
| * | x86: video: Fix typo in broadwell KconfigSimon Glass2016-10-111-1/+1
| * | dm: core: Add a function to get a uclass nameSimon Glass2016-10-111-0/+9
| * | Revert "x86: broadwell: gpio: Remove the codes to set up pin control"Simon Glass2016-10-111-0/+7
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-10-122-7/+16
|\ \
| * | regulator: fixed: honour optionality of enable gpioMarcel Ziswiler2016-10-101-6/+15
| * | simple panel: fix spelling of debug messageMarcel Ziswiler2016-10-101-1/+1
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-10-123-0/+386
|\ \
| * | reset: uniphier: add reset controller driver for UniPhier SoCsMasahiro Yamada2016-10-103-0/+386
| |/
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-10-122-113/+137
|\ \ | |/ |/|
| * spi: fsl_qspi: Preserve endianness of QSPI MCRYork Sun2016-10-061-2/+8
| * fsl_sec_mon: Update driver for Security MonitorSumit Garg2016-10-061-111/+129
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-089-10/+157
|\ \
| * | power: pmic: add Ricoh RN5T567 PMIC supportStefan Agner2016-10-073-0/+73
| * | pinctrl: imx: do not announce driver initializationStefan Agner2016-10-071-1/+1
| * | dm: imx: serial: support device treeStefan Agner2016-10-071-2/+30
| * | dm: mmc: intialize dev when probePeng Fan2016-10-041-0/+1
| * | pinctrl: imx6: support i.MX6ULLPeng Fan2016-10-041-0/+5
| * | imx: ocotp: support i.MX6ULLPeng Fan2016-10-041-6/+46
| * | imx_watchdog: Do not assert WDOG_B on watchdog initRoss Parker2016-10-041-1/+1
| |/
* | spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-082-4/+4
* | cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer2016-10-082-3/+26
* | Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada2016-10-081-5/+2
* | PWM: Correct misspellings of "module" in context of PWMRobert P. J. Day2016-10-063-3/+3
* | Various, accumulated typos collected from around the tree.Robert P. J. Day2016-10-065-5/+5
* | spl: Update ext functions to take an spl_image parameterSimon Glass2016-10-061-4/+5
* | spi: Move freescale-specific code into a private headerSimon Glass2016-10-061-2/+2
* | spl: Convert spl_spi_load_image() to use linker listSimon Glass2016-10-061-1/+3
* | spl: spi: Move the generic SPI loader into common/splSimon Glass2016-10-062-124/+0
* | spl: Convert boot_device into a structSimon Glass2016-10-062-2/+2
* | spl: Add a parameter to spl_parse_image_header()Simon Glass2016-10-062-3/+3
* | serial: ns16550: Handle -ENOENT when requesting clockAlexandre Courbot2016-10-061-1/+1
|/
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-10-033-0/+170
|\
| * power: regulator: add pwm regulatorKever Yang2016-10-013-0/+170
* | net, macb: fix misaligned cache operation warningHeiko Schocher2016-10-011-9/+11