From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 20:30:11 +0100 Subject: [U-Boot] [PATCH v2 20/23] tegra: video: Move all fdt-decoding into a single function In-Reply-To: <1454197082-1312-21-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-21-git-send-email-sjg@chromium.org> Message-ID: <20160131203011.0d788385@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:59 -0700 Simon Glass sjg at chromium.org wrote: > Join the two functions which decode the device tree and put them in the > ofdata_to_platdata() method. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/video/tegra.c | 264 ++++++++++++++++++++------------------------------ > 1 file changed, 105 insertions(+), 159 deletions(-) Acked-by: Anatolij Gustschin