index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-06
serial: omap: set dev->drvdata before enabling pm_runtime
Felipe Balbi
1
-1
/
+1
2012-09-06
serial: omap: stick to put_autosuspend
Felipe Balbi
1
-11
/
+22
2012-09-06
serial: omap: move THRE check to transmit_chars()
Felipe Balbi
1
-3
/
+5
2012-09-06
serial: omap: refactor receive_chars() into rdi/rlsi handlers
Felipe Balbi
1
-104
/
+101
2012-09-06
serial: omap: simplify IRQ handling
Felipe Balbi
1
-13
/
+38
2012-09-06
serial: omap: drop DMA support
Felipe Balbi
1
-318
/
+12
2012-09-06
serial: omap: don't access the platform_device
Felipe Balbi
1
-62
/
+62
2012-09-05
8250_pci: Add additional WCH CHC353 devices
Alan Cox
1
-4
/
+37
2012-09-05
serial: add a new helper function
Huang Shijie
9
-10
/
+10
2012-09-05
serial: omap: define helpers for pdata function pointers
Felipe Balbi
1
-19
/
+47
2012-09-05
serial: omap: define and use to_uart_omap_port()
Felipe Balbi
1
-18
/
+18
2012-09-05
serial: Add note about migration to driver SCCNXP
Alexander Shiyan
1
-0
/
+3
2012-09-05
serial: New serial driver SCCNXP
Alexander Shiyan
3
-0
/
+1004
2012-09-05
parport_serial: Add support for the WCH353 2S/1P multi-IO card
Guainluca Anzolin
1
-8
/
+30
2012-09-05
serial: Samsung: Silence some checkpatch errors and warnings
Sachin Kamat
1
-3
/
+3
2012-09-05
serial: Samsung: Replace printk with dev_* functions
Sachin Kamat
1
-7
/
+7
2012-09-05
serial: pl011: honour serial aliases in device tree
Matthew Leach
1
-0
/
+36
2012-09-05
serial: diminish usage of struct serial_uart_config
Paul Gortmaker
2
-3
/
+6
2012-09-05
serial: sunsu.c - don't explicitly tie array size to dynamic entity
Paul Gortmaker
1
-1
/
+1
2012-09-05
m32r_sio: remove dependency on struct serial_uart_config
Paul Gortmaker
1
-34
/
+2
2012-09-05
serial/imx: improve error diagnosics for clock and pinctrl failures
Uwe Kleine-König
1
-0
/
+3
2012-09-05
tty: Split the serial_core helpers for setserial into two
Alan Cox
1
-71
/
+87
2012-09-05
tty: serial: imx: don't reinit clock in imx_setup_ufcr()
Dirk Behme
1
-14
/
+4
2012-09-05
tty: serial: imx: console write routing is unsafe on SMP
Xinyu Chen
1
-1
/
+11
2012-09-05
drivers/tty/serial/sirfsoc_uart.c: drop frees of devm_ alloc'd data
Julia Lawall
1
-6
/
+2
2012-09-05
tty: serial: mpc5xxx: add support for mark/space parity
Wolfram Sang
1
-2
/
+6
2012-09-05
drivers:tty:fix up ENOIOCTLCMD error handling
Wanlong Gao
1
-1
/
+1
2012-09-05
tty: serial: max310x: Remove explicit use of devm_kfree
Emil Goode
1
-3
/
+0
2012-09-05
tty: serial: max310x: Check return code of gpiochip_remove
Emil Goode
1
-3
/
+7
2012-09-05
tty: serial: altera_uart: Use platform_{get,set}_drvdata
Tobias Klauser
1
-3
/
+3
2012-09-05
tty: max3100: use module_spi_driver
Devendra Naga
1
-11
/
+1
2012-09-05
drivers/tty/serial/amba-pl0{10,11}.c: use clk_prepare_enable and clk_disable_...
Julia Lawall
2
-22
/
+8
2012-09-05
hvc_vio: Improve registration of udbg backend
Benjamin Herrenschmidt
1
-53
/
+70
2012-09-05
hvc_console: Better kernel console support
Benjamin Herrenschmidt
1
-7
/
+26
2012-08-27
Merge 3.6-rc3 into tty-next
Greg Kroah-Hartman
4
-14
/
+24
2012-08-21
xen: missing includes
Stefano Stabellini
1
-0
/
+2
2012-08-20
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
6
-9
/
+9
2012-08-17
TTY: check if tty->port is assigned
Jiri Slaby
1
-0
/
+4
2012-08-16
pmac_zilog,kdb: Fix console poll hook to return instead of loop
Jason Wessel
1
-3
/
+9
2012-08-16
serial: mxs-auart: fix the wrong RTS hardware flow control
Huang Shijie
1
-5
/
+9
2012-08-16
serial: New serial driver MAX310X
Alexander Shiyan
5
-1660
/
+1270
2012-08-16
OMAP/serial: Add support for driving a GPIO as DTR.
NeilBrown
1
-1
/
+34
2012-08-16
pch_uart: check kzalloc result in dma_handle_tx()
Fengguang Wu
1
-0
/
+4
2012-08-16
serial: sc26xx: Fix compile breakage
Alexander Shiyan
1
-0
/
+1
2012-08-16
TTY: tty_alloc_driver() returns error pointers
Dan Carpenter
2
-6
/
+6
2012-08-16
n_gsm: memory leak in uplink error path
Russ Gorby
1
-2
/
+5
2012-08-16
n_gsm: replace kfree_skb w/ appropriate dev_* versions
Russ Gorby
1
-4
/
+4
2012-08-16
n_gsm: avoid accessing freed memory during CMD_FCOFF condition
Russ Gorby
1
-27
/
+13
2012-08-16
n_gsm: added interlocking for gsm_data_lock for certain code paths
Russ Gorby
1
-2
/
+6
2012-08-16
char: n_gsm: remove message filtering for contipated DLCI
samix.lebsir
1
-24
/
+1
[prev]
[next]