All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2] fsl: esdhc: consolidate fsl_esdhc_cfg structure
@ 2016-03-15  9:57 Peng Fan
  2016-03-15 13:58 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Peng Fan @ 2016-03-15  9:57 UTC (permalink / raw)
  To: u-boot

We can use phys_addr_to for esdhc_base to discard
the #ifdef.

Signed-off-by: Peng Fan <van.freenix@gmail.com>
Cc: York Sun <york.sun@nxp.com>
Cc: Yangbo Lu <yangbo.lu@nxp.com>
Cc: Eric Nelson <eric@nelint.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Tom Rini <trini@konsulko.com>
---

V2:
 Split this patch from the V1 patch set.

 include/fsl_esdhc.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
index 073048f..fa760a5 100644
--- a/include/fsl_esdhc.h
+++ b/include/fsl_esdhc.h
@@ -168,11 +168,7 @@
 #define ESDHC_VENDORSPEC_VSELECT 0x00000002 /* Use 1.8V */
 
 struct fsl_esdhc_cfg {
-#ifdef CONFIG_FSL_LAYERSCAPE
-	u64	esdhc_base;
-#else
-	u32	esdhc_base;
-#endif
+	phys_addr_t esdhc_base;
 	u32	sdhc_clk;
 	u8	max_bus_width;
 	struct mmc_config cfg;
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-04-06 17:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15  9:57 [U-Boot] [PATCH V2] fsl: esdhc: consolidate fsl_esdhc_cfg structure Peng Fan
2016-03-15 13:58 ` Tom Rini
2016-03-29  0:33 ` york sun
2016-03-29  1:22   ` Peng Fan
2016-03-29  1:35     ` york sun
2016-03-29  4:37       ` Peng Fan
2016-03-29  4:49         ` York Sun
2016-04-05  3:01           ` Peng Fan
2016-04-05  3:20             ` york sun
2016-04-06 17:22 ` York Sun

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.