On 01/21/2014 12:24 PM, Thierry Reding wrote:
Add support for eDP functionality found on Tegra124 and later SoCs. Only fast link training is currently supported.
Signed-off-by: Thierry Reding treding@nvidia.com
.../bindings/gpu/nvidia,tegra20-host1x.txt | 42 +
This part should go to the DT mailing list, although it looks fine to me.
diff --git a/drivers/gpu/drm/tegra/dpaux.c b/drivers/gpu/drm/tegra/dpaux.c
- Copyright (C) 2013 NVIDIA Corporation
2014? Perhaps elsewhere too?
+static void tegra_dpaux_write_fifo(struct tegra_dpaux *dpaux, const u8 *buffer,
Is that anything like writesl(); similar for tegra_dpaux_read_fifo()/readsl()?