From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 20:07:56 +0100 Subject: [U-Boot] [PATCH v2 16/23] tegra: video: Merge the two config structures together In-Reply-To: <1454197082-1312-17-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-17-git-send-email-sjg@chromium.org> Message-ID: <20160131200756.0ba7b41d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 30 Jan 2016 16:37:55 -0700 Simon Glass sjg at chromium.org wrote: > We have a structure for the display panel and another for the controller. > There is some overlap between them. Merge them to simplify the driver. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/include/asm/arch-tegra20/display.h | 39 ---------------- > drivers/video/tegra.c | 72 +++++++++++++++++++++-------- > 2 files changed, 53 insertions(+), 58 deletions(-) Acked-by: Anatolij Gustschin