U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 1/5] driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr
Date: Fri, 12 Apr 2019 08:05:16 -0400	[thread overview]
Message-ID: <20190412120516.GS4664@bill-the-cat> (raw)
In-Reply-To: <20190204040432.32285-2-j-keerthy@ti.com>

On Mon, Feb 04, 2019 at 09:34:28AM +0530, Keerthy wrote:

> From: Grygorii Strashko <grygorii.strashko@ti.com>
> 
> Use phys_addr_t for mdio_base address to avoid build warnings on arm64.
> 
> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Please fix:
       arm:  w+   dra7xx_hs_evm_usb
+(dra7xx_hs_evm_usb)   cpsw_mdio->regs = (struct cpsw_mdio_regs *)mdio_base;
+(dra7xx_hs_evm_usb)                     ^
w+(dra7xx_hs_evm_usb) drivers/net/ti/cpsw_mdio.c: In function 'cpsw_mdio_init':
w+(dra7xx_hs_evm_usb) drivers/net/ti/cpsw_mdio.c:147:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 
-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190412/436e2df7/attachment.sig>

  reply	other threads:[~2019-04-12 12:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-04  4:04 [U-Boot] [PATCH v2 0/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver Keerthy
2019-02-04  4:04 ` [U-Boot] [PATCH v2 1/5] driver: net: ti: cpsw-mdio: use phys_addr_t for mdio_base addr Keerthy
2019-04-12 12:05   ` Tom Rini [this message]
2019-02-04  4:04 ` [U-Boot] [PATCH v2 2/5] net: ethernet: ti: Introduce am654 gigabit eth switch subsystem driver Keerthy
2019-02-04  4:05   ` Keerthy
2019-02-04  4:04 ` [U-Boot] [PATCH v2 3/5] arm64: dts: ti: k3-am65: add mcu cpsw node Keerthy
2019-02-04  4:04 ` [U-Boot] [PATCH v2 4/5] arm64: dts: k3-am654-base-board: add mcu cpsw nuss pinmux and phy defs Keerthy
2019-02-04  4:04 ` [U-Boot] [PATCH v2 5/5] configs: am65x_evm_a53: enable networking Keerthy

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=20190412120516.GS4664@bill-the-cat \
    --to=trini@konsulko.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox