From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 21 Sep 2012 22:06:38 +0200 Subject: [U-Boot] [PATCH v3 01/18] fdt: Tidy debugging, add to fdtdec_get_int/addr() In-Reply-To: <1342106718-3058-2-git-send-email-sjg@chromium.org> References: <1342106718-3058-1-git-send-email-sjg@chromium.org> <1342106718-3058-2-git-send-email-sjg@chromium.org> Message-ID: <20120921220638.3b84f6a5@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 12 Jul 2012 08:25:01 -0700 Simon Glass wrote: > The new debugging shows the value of integers and addresses read > from the device tree and tidy up GPIO output. > > Signed-off-by: Simon Glass > --- > Changes in v3: > - Remove spurious newline from fdtdec_get_addr() debug output > - Tidy up fdtdec_decode_gpios() debug output > > lib/fdtdec.c | 27 +++++++++++++++++++-------- > 1 files changed, 19 insertions(+), 8 deletions(-) Applied to staging/agust at denx.de. Thanks, Anatolij