index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
bfin_5xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-02
serial: bfin_5xx: pull in linux/io.h for ioremap prototypes
Mike Frysinger
1
-0
/
+1
2010-03-02
serial: bfin_5xx: kgdboc should accept gdb break only when it is active
Sonic Zhang
1
-1
/
+2
2010-03-02
serial: bfin_5xx: need to disable DMA TX interrupt too
Graf Yang
1
-0
/
+2
2010-03-02
serial: bfin_5xx: remove useless gpio handling with hard flow control
Sonic Zhang
1
-15
/
+1
2009-09-19
serial: kill off uart_info
Alan Cox
1
-10
/
+10
2009-09-19
serial: bfin_5xx: fix building as module when early printk is enabled
Mike Frysinger
1
-0
/
+4
2009-06-22
serial: bfin_5xx: fix building as module when early printk is enabled
Mike Frysinger
1
-0
/
+4
2009-06-22
serial: bfin_5xx: add missing spin_lock init
Mike Frysinger
1
-0
/
+1
2009-06-11
Blackfin Serial Driver: disable dma rx interrupt only rather than all irqs
Sonic Zhang
1
-3
/
+4
2009-06-11
Blackfin Serial Driver: handle anomaly 05000231
Sonic Zhang
1
-2
/
+10
2009-06-11
Blackfin Serial Driver: annotate anomalies 05000215 and 05000099
Sonic Zhang
1
-0
/
+14
2009-06-11
Blackfin Serial Driver: handle irregular DMA register status in auto start mode
Sonic Zhang
1
-3
/
+4
2009-06-11
Blackfin Serial Driver: fix missing new lines when under load
Graf Yang
1
-0
/
+1
2009-06-11
Blackfin Serial Driver: fix baudrate for early_printk
Robin Getz
1
-1
/
+6
2009-06-11
Blackfin Serial Driver: fix error while transferring large files
Sonic Zhang
1
-2
/
+29
2009-04-21
bfin_5xx: misplaced parentheses
Roel Kluin
1
-3
/
+3
2009-04-07
tty: Blackin CTS/RTS
Sonic Zhang
1
-52
/
+117
2009-04-07
Change hardware flow control from poll to interrupt driven
Sonic Zhang
1
-49
/
+82
2009-04-06
blackfin: Subtract ANOMALY_05000230 on quot
Graf Yang
1
-1
/
+1
2009-04-06
Fix DMA rx ring buffer handling
Sonic Zhang
1
-1
/
+3
2009-04-06
blackfin: Fix tty compile error in PIO mode
Sonic Zhang
1
-2
/
+2
2009-04-06
blackfin: Use unsigned long for flags with irq functions
Mike Frysinger
1
-2
/
+3
2009-01-02
Blackfin Serial Driver: Remove BI status for known_good_char
Sonic Zhang
1
-0
/
+1
2009-01-02
Blackfin Serial Driver: Fix bug - BF527-EZKIT unable to receive large files o...
Sonic Zhang
1
-3
/
+8
2009-01-02
Blackfin Serial Driver: Clean serial console and early prink code.
Sonic Zhang
1
-12
/
+4
2009-01-02
Blackfin Serial Driver: fix bug - SIR driver stop receiving randomly
Graf Yang
1
-0
/
+24
2009-01-02
Blackfin Serial Driver: updates kgdb over Blackfin serial driver with kgdb fr...
Sonic Zhang
1
-98
/
+89
2008-10-13
Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...
Sonic Zhang
1
-0
/
+50
2008-10-13
Blackfin Serial Driver: Fix bug - ircp fails on sir over Blackfin UART
Graf Yang
1
-0
/
+4
2008-10-13
Blackfin Serial Driver: Fix bug - Don't call tx_stop in tx_transfer.
Sonic Zhang
1
-1
/
+5
2008-10-13
Blackfin Serial Driver: Remove useless stop
Sonic Zhang
1
-3
/
+0
2008-10-13
Blackfin Serial Driver: move common variables out of serial headers and into ...
Mike Frysinger
1
-7
/
+10
2008-10-13
Blackfin Serial Driver: trim trailing whitespace -- no functional changes
Mike Frysinger
1
-4
/
+4
2008-10-13
Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.
Sonic Zhang
1
-17
/
+22
2008-10-13
Blackfin Serial Driver: use __initdata for data, not __init
Mike Frysinger
1
-1
/
+1
2008-08-27
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Bryan Wu
1
-1
/
+1
2008-08-04
blackfin: Fix compile failure in tty code
Alan Cox
1
-1
/
+1
2008-07-20
Fix compile errors in SGI console drivers (linux-next tree)
Takashi Iwai
1
-5
/
+5
2008-06-19
Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.
Sonic Zhang
1
-22
/
+18
2008-06-07
Blackfin serial driver: fix up tty core set_ldisc API change breakage bug
Graf Yang
1
-5
/
+5
2008-06-03
Blackfin Serial Driver: Clean up BF54x macro in blackfin UART driver.
Sonic Zhang
1
-25
/
+5
2008-05-07
Blackfin Serial Driver: abstract away DLAB differences into header
Mike Frysinger
1
-33
/
+7
2008-05-07
Blackfin Serial Driver: macro away the IER differences between processors
Mike Frysinger
1
-54
/
+4
2008-04-30
serial: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-04-25
Blackfin Serial Driver: fix bug - use mod_timer to replace only add_timer.
Sonic Zhang
1
-5
/
+2
2008-04-25
Blackfin Serial Driver: the uart break anomaly has been given its own number,...
Mike Frysinger
1
-6
/
+3
2008-04-25
Blackfin Serial Driver: use BFIN_UART_NR_PORTS to help SIR driver in uart port.
Graf Yang
1
-3
/
+5
2008-04-23
Blackfin Serial Driver: Fix bug - kernel hangs when accessing uart 0 on bf537...
Sonic Zhang
1
-4
/
+0
2008-04-24
Blackfin Serial Driver: punt unused lsr variable
Mike Frysinger
1
-1
/
+1
[next]