From: Jagan Teki <jteki@openedev.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] dm: ti_qspi: Fix conversion of address to a pointer
Date: Sat, 5 Mar 2016 17:24:17 +0530 [thread overview]
Message-ID: <56DAC8E9.1020906@openedev.com> (raw)
In-Reply-To: <1457176386-25658-1-git-send-email-lokeshvutla@ti.com>
On Saturday 05 March 2016 04:43 PM, Lokesh Vutla wrote:
> TI QSPI driver directly typecasts fdt_addr_t to a pointer. This is
> not strictly correct, as it gives a build warning when fdt_addr_t is u64.
> So, use map_physmem for a proper typecasts.
>
> This is inspired by commit 167efe01bc5a9 ("dm: ns16550: Use an address
> instead of a pointer for the uart base")
>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
thanks!
--
Jagan.
next prev parent reply other threads:[~2016-03-05 11:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-05 11:13 [U-Boot] [PATCH] dm: ti_qspi: Fix conversion of address to a pointer Lokesh Vutla
2016-03-05 11:54 ` Jagan Teki [this message]
2016-03-07 23:38 ` Tom Rini
2016-03-08 6:35 ` Mugunthan V N
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56DAC8E9.1020906@openedev.com \
--to=jteki@openedev.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.