All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] powerpc/T104xRDB: Fix endian access issue on EHCI intinalization
@ 2017-11-27  2:51 Ran Wang
  2017-11-27  2:51 ` [U-Boot] [PATCH 2/2] powerpc/p1_p2_rdb_pc: " Ran Wang
  2017-12-08 16:56 ` [U-Boot] [PATCH 1/2] powerpc/T104xRDB: " York Sun
  0 siblings, 2 replies; 4+ messages in thread
From: Ran Wang @ 2017-11-27  2:51 UTC (permalink / raw)
  To: u-boot

This issue is exposed after commit 9000eddbae0d
("drivers/usb/ehci: Use platform-specific accessors"),
the wrong endian way of EHCI controller programing will cause
USB function down.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
---
 include/configs/T104xRDB.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h
index 2dbeffdd2a..9d82e1be78 100644
--- a/include/configs/T104xRDB.h
+++ b/include/configs/T104xRDB.h
@@ -634,6 +634,7 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
 #ifdef CONFIG_USB_EHCI_HCD
 #define CONFIG_USB_EHCI_FSL
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_EHCI_DESC_BIG_ENDIAN
 #endif
 #endif
 
-- 
2.14.1

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

* [U-Boot] [PATCH 2/2] powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization
  2017-11-27  2:51 [U-Boot] [PATCH 1/2] powerpc/T104xRDB: Fix endian access issue on EHCI intinalization Ran Wang
@ 2017-11-27  2:51 ` Ran Wang
  2017-12-08 16:56   ` York Sun
  2017-12-08 16:56 ` [U-Boot] [PATCH 1/2] powerpc/T104xRDB: " York Sun
  1 sibling, 1 reply; 4+ messages in thread
From: Ran Wang @ 2017-11-27  2:51 UTC (permalink / raw)
  To: u-boot

This issue is exposed after commit 9000eddbae0d
("drivers/usb/ehci: Use platform-specific accessors"),
the wrong endian way of EHCI controller programing will cause
USB function down.

Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
---
 include/configs/p1_p2_rdb_pc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index 1b665b2c15..c51ca27502 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -782,6 +782,7 @@
 #ifdef CONFIG_USB_EHCI_HCD
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
 #define CONFIG_USB_EHCI_FSL
+#define CONFIG_EHCI_DESC_BIG_ENDIAN
 #endif
 #endif
 
-- 
2.14.1

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

* [U-Boot] [PATCH 1/2] powerpc/T104xRDB: Fix endian access issue on EHCI intinalization
  2017-11-27  2:51 [U-Boot] [PATCH 1/2] powerpc/T104xRDB: Fix endian access issue on EHCI intinalization Ran Wang
  2017-11-27  2:51 ` [U-Boot] [PATCH 2/2] powerpc/p1_p2_rdb_pc: " Ran Wang
@ 2017-12-08 16:56 ` York Sun
  1 sibling, 0 replies; 4+ messages in thread
From: York Sun @ 2017-12-08 16:56 UTC (permalink / raw)
  To: u-boot

On 11/26/2017 07:10 PM, Ran Wang wrote:
> This issue is exposed after commit 9000eddbae0d
> ("drivers/usb/ehci: Use platform-specific accessors"),
> the wrong endian way of EHCI controller programing will cause
> USB function down.
> 
> Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
> ---


Applied to u-boot-mpc85xx master. Thanks.

York

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

* [U-Boot] [PATCH 2/2] powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization
  2017-11-27  2:51 ` [U-Boot] [PATCH 2/2] powerpc/p1_p2_rdb_pc: " Ran Wang
@ 2017-12-08 16:56   ` York Sun
  0 siblings, 0 replies; 4+ messages in thread
From: York Sun @ 2017-12-08 16:56 UTC (permalink / raw)
  To: u-boot

On 11/26/2017 07:10 PM, Ran Wang wrote:
> This issue is exposed after commit 9000eddbae0d
> ("drivers/usb/ehci: Use platform-specific accessors"),
> the wrong endian way of EHCI controller programing will cause
> USB function down.
> 
> Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
> ---

Applied to u-boot-mpc85xx master. Thanks.

York

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

end of thread, other threads:[~2017-12-08 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27  2:51 [U-Boot] [PATCH 1/2] powerpc/T104xRDB: Fix endian access issue on EHCI intinalization Ran Wang
2017-11-27  2:51 ` [U-Boot] [PATCH 2/2] powerpc/p1_p2_rdb_pc: " Ran Wang
2017-12-08 16:56   ` York Sun
2017-12-08 16:56 ` [U-Boot] [PATCH 1/2] powerpc/T104xRDB: " 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.