summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-15dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede3-1/+109
2015-05-15dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede1-9/+28
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2-2/+4
2015-05-15usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede1-2/+4
2015-05-15usb: usb_control_msg() propagate controller error codeHans de Goede1-2/+4
2015-05-15usb: Fix handover of full-speed devices from ehci to companionHans de Goede1-3/+13
2015-05-14arch/arm/lib/bootm-fdt.c: Guard the include of <asm/armv7.h>Tom Rini1-0/+2
2015-05-14Use map_sysmem when accessing memory in setexprJoe Hershberger1-9/+23
2015-05-14Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini92-301/+7102
2015-05-14Merge branch 'master' of git://git.denx.de/u-boot-arcTom Rini2-10/+2
2015-05-14Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini33-1120/+14
2015-05-14spl: Correct address in spl_relocate_stack_gd()Simon Glass1-1/+1
2015-05-13ARM: tegra: move NVIDIA common files to arch/arm/mach-tegraMasahiro Yamada15-26/+2
2015-05-13jetson-tk1: Add PSCI configuration options and reserve secure codeIan Campbell2-0/+7
2015-05-13tegra: Boot in non-secure mode by defaultJan Kiszka1-1/+1
2015-05-13ARM: tegra: Enable SMMU when going non-secureThierry Reding2-0/+42
2015-05-13tegra: Set CNTFRQ for secondary CPUsJan Kiszka1-0/+13
2015-05-13tegra124: Reserve secure RAM using MC_SECURITY_CFG{0, 1}_0Ian Campbell3-0/+21
2015-05-13tegra124: Add PSCI support for Tegra124Jan Kiszka5-0/+174
2015-05-13ARM: Add board-specific initialization hook for PSCIJan Kiszka2-0/+7
2015-05-13tegra: Make tegra_powergate_power_on publicJan Kiszka2-1/+2
2015-05-13virt-dt: Allow reservation of secure region when in a RAM carveoutJan Kiszka3-0/+36
2015-05-13tegra124: Add more registers to struct mc_ctlrIan Campbell1-2/+33
2015-05-13ARM: Put target PC for PSCI CPU_ON on per-CPU stackJan Kiszka2-9/+11
2015-05-13ARM: Factor out reusable psci_get_cpu_stack_topJan Kiszka2-10/+19
2015-05-13ARM: Factor out reusable psci_cpu_entryJan Kiszka2-18/+25
2015-05-13ARM: Factor out reusable psci_cpu_off_commonJan Kiszka2-62/+78
2015-05-13ARM: Factor out common psci_get_cpu_idJan Kiszka2-5/+15
2015-05-13ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsJan Kiszka10-13/+13
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 Glass7-64/+1084
2015-05-13tegra: config: nyan-big: Enable LCDSimon Glass2-0/+16
2015-05-13tegra: video: support eDP displays on Tegra124 devicesSimon Glass5-0/+523
2015-05-13tegra: video: Add Embedded DisplayPort driverSimon Glass3-0/+1265
2015-05-13tegra: video: Support serial output resource (SOR) on tegra124Simon Glass6-0/+1815
2015-05-13tegra: dts: nyan-big: Add definitions for eDP displaySimon Glass1-0/+43
2015-05-13dm: video: Add a uclass for display portSimon Glass5-0/+106
2015-05-13edid: Add a function to read detailed monitor timingsSimon Glass2-0/+124
2015-05-13video: Add drm_dp_helper.hSimon Glass1-0/+405
2015-05-13tegra: Move display controller header into commonSimon Glass3-12/+55
2015-05-13tegra124: clock: Add display clocks and functionsSimon Glass5-9/+173
2015-05-13tegra: clock: Split the clock source code into a separate functionSimon Glass2-22/+40
2015-05-13tegra: clock: Add checking for invalid clock IDsSimon Glass2-4/+29
2015-05-13tegra: config: Use CONFIG_LCD to detect LCD presenceSimon Glass1-1/+1
2015-05-13tegra124: dts: Add host1x node to provide display informationSimon Glass2-0/+456
2015-05-13tegra: nyan-big: Add LCD PMIC init and board IDSimon Glass2-1/+37
2015-05-13tegra: Add support for setting up a as3722 PMICSimon Glass1-0/+7
2015-05-13tegra: Provide a function to allow LCD PMIC setupSimon Glass2-0/+18
2015-05-13power: Export register access functions from as3722Simon Glass2-3/+16