index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
char
/
cadence_uart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
char/cadence_uart: Implement Tx flow control
Peter Crosthwaite
2014-01-08
1
-2
/
+29
*
char/cadence_uart: Delete redundant rx rst logic
Peter Crosthwaite
2014-01-08
1
-2
/
+0
*
char/cadence_uart: Use the TX fifo for transmission
Peter Crosthwaite
2014-01-08
1
-1
/
+16
*
char/cadence_uart: Fix can_receive logic
Peter Crosthwaite
2014-01-08
1
-1
/
+9
*
char/cadence_uart: Remove TX timer & add TX FIFO state
Peter Crosthwaite
2014-01-08
1
-31
/
+13
*
char/cadence_uart: Define Missing SR/ISR fields
Peter Crosthwaite
2014-01-08
1
-0
/
+4
*
char/cadence_uart: Simplify status generation
Peter Crosthwaite
2014-01-08
1
-25
/
+8
*
char/cadence_uart: s/r_fifo/rx_fifo
Peter Crosthwaite
2014-01-08
1
-4
/
+4
*
char/cadence_uart: Fix reset.
Peter Crosthwaite
2014-01-08
1
-3
/
+4
*
char/cadence_uart: Add missing uart_update_state
Peter Crosthwaite
2014-01-08
1
-0
/
+1
*
char/cadence_uart: Mark struct fields as public/private
Peter Crosthwaite
2014-01-08
1
-0
/
+2
*
misc: Replace 'struct QEMUTimer' by 'QEMUTimer'
Stefan Weil
2013-12-02
1
-2
/
+2
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-6
/
+6
*
cadence_uart: QOM cast cleanup
Andreas Färber
2013-07-29
1
-3
/
+7
*
char/cadence_uart: Fix reset for unattached instances
Peter Crosthwaite
2013-07-15
1
-1
/
+3
*
hw/c*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
cadence_uart: Handle backend tx errors
Edgar E. Iglesias
2013-06-24
1
-3
/
+1
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+518