Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Xen: Changelog

[xen master] exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFE

 

 

Xen changelog RSS feed   Index | Next | Previous | View Threaded


patchbot at xen

Aug 8, 2013, 10:23 PM

Post #1 of 1 (8 views)
Permalink
[xen master] exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFE

commit 1b63024a4b2ddd3bba13f5b8630e7c05d8d33df5
Author: Julien Grall <julien.grall [at] linaro>
AuthorDate: Thu Aug 1 17:09:30 2013 +0100
Commit: Ian Campbell <ian.campbell [at] citrix>
CommitDate: Thu Aug 8 12:55:42 2013 +0100

exynos4210: rename UTRSTAT_TX_EMPTY in UTRSTAT_TXFE

Signed-off-by: Julien Grall <julien.grall [at] linaro>
Reviewed-by: Tim Deegan <tim [at] xen>
---
xen/arch/arm/arm32/debug-exynos4210.inc | 2 +-
xen/include/asm-arm/exynos4210-uart.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xen/arch/arm/arm32/debug-exynos4210.inc b/xen/arch/arm/arm32/debug-exynos4210.inc
index d746c35..39f2db3 100644
--- a/xen/arch/arm/arm32/debug-exynos4210.inc
+++ b/xen/arch/arm/arm32/debug-exynos4210.inc
@@ -56,7 +56,7 @@
.macro early_uart_ready rb rc
1:
ldr \rc, [\rb, #UTRSTAT] /* <- UTRSTAT (Flag register) */
- tst \rc, #UTRSTAT_TX_EMPTY /* Check BUSY bit */
+ tst \rc, #UTRSTAT_TXFE /* Check BUSY bit */
beq 1b /* Wait for the UART to be ready */
.endm

diff --git a/xen/include/asm-arm/exynos4210-uart.h b/xen/include/asm-arm/exynos4210-uart.h
index 330e1c0..bd9a4be 100644
--- a/xen/include/asm-arm/exynos4210-uart.h
+++ b/xen/include/asm-arm/exynos4210-uart.h
@@ -87,7 +87,7 @@
#define UFSTAT_RX_COUNT_MASK (0xff << UFSTAT_RX_COUNT_SHIFT)

/* UTRSTAT */
-#define UTRSTAT_TX_EMPTY (1 << 1)
+#define UTRSTAT_TXFE (1 << 1)

/* URHX */
#define URXH_DATA_MASK (0xff)
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog [at] lists
http://lists.xensource.com/xen-changelog

Xen changelog RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.