index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
serial/arc-uart: Fix section mistmatch
Vineet Gupta
2013-01-17
1
-2
/
+2
|
*
|
|
serial: sirf: only use lookup table to set baudrate when ioclk=150MHz
Barry Song
2013-01-17
2
-7
/
+22
|
*
|
|
TTY: ip22zilog, fix tty_flip_buffer_push call
Jiri Slaby
2013-01-16
1
-18
/
+12
|
*
|
|
serial: 8250_dw: Set maxburst size
Heikki Krogerus
2013-01-16
1
-2
/
+4
|
*
|
|
serial: 8250_dw: Use ifdef with ACPI
Heikki Krogerus
2013-01-16
1
-0
/
+7
|
*
|
|
serial: 8250_dma: TX optimisation
Heikki Krogerus
2013-01-16
1
-3
/
+3
|
*
|
|
serial: 8250_dma: Switch to using tty_port
Heikki Krogerus
2013-01-16
1
-4
/
+7
|
*
|
|
serial: 8250_dw: Enable DMA support with ACPI
Heikki Krogerus
2013-01-15
1
-0
/
+65
|
*
|
|
serial: 8250: Add support for dmaengine
Heikki Krogerus
2013-01-15
5
-3
/
+300
|
*
|
|
serial: 8250_dw: Add ACPI 5.0 support
Heikki Krogerus
2013-01-15
2
-1
/
+42
|
*
|
|
serial: 8250_dw: Set FIFO size dynamically
Heikki Krogerus
2013-01-15
1
-4
/
+53
|
*
|
|
serial: 8250_dw: Move device tree code to separate function
Heikki Krogerus
2013-01-15
1
-31
/
+47
|
*
|
|
serial: 8250_dw: Map IO memory
Heikki Krogerus
2013-01-15
1
-2
/
+5
|
*
|
|
serial: 8250_dw: Don't use UPF_FIXED_TYPE
Heikki Krogerus
2013-01-15
1
-1
/
+1
|
*
|
|
serial: 8250: Allow drivers to deliver capabilities
Heikki Krogerus
2013-01-15
1
-6
/
+16
|
*
|
|
drivers/tty/serial: extern function which for release resource, need check po...
Chen Gang
2013-01-15
1
-1
/
+8
|
*
|
|
serial: sccnxp: Rename header file to match functionality
Alexander Shiyan
2013-01-15
1
-1
/
+1
|
*
|
|
serial: sccnxp: Implement polling mode
Alexander Shiyan
2013-01-15
1
-45
/
+103
|
*
|
|
serial: mcf: Add support RS485 in ColdFire serial driver
Quoc-Viet Nguyen
2013-01-15
1
-0
/
+71
|
*
|
|
serial: 8250_pci: remove __devexit usage
Greg Kroah-Hartman
2013-01-15
1
-2
/
+2
|
*
|
|
TTY: switch tty_schedule_flip
Jiri Slaby
2013-01-15
2
-16
/
+5
|
*
|
|
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
68
-362
/
+149
|
*
|
|
TTY: move low_latency to tty_port
Jiri Slaby
2013-01-15
10
-14
/
+13
|
*
|
|
TTY: switch tty_insert_flip_string
Jiri Slaby
2013-01-15
15
-29
/
+35
|
*
|
|
TTY: switch tty_insert_flip_char
Jiri Slaby
2013-01-15
33
-132
/
+147
|
*
|
|
TTY: convert more flipping functions
Jiri Slaby
2013-01-15
1
-1
/
+1
|
*
|
|
TTY: switch tty_buffer_request_room to tty_port
Jiri Slaby
2013-01-15
8
-17
/
+26
|
*
|
|
serial/arc-uart: switch to devicetree based probing
Vineet Gupta
2013-01-15
1
-3
/
+40
|
*
|
|
serial/arc-uart: platform_data order changed
Vineet Gupta
2013-01-15
1
-5
/
+6
|
*
|
|
serial/arc-uart: split probe from probe_earlyprintk
Vineet Gupta
2013-01-15
1
-10
/
+11
|
*
|
|
serial/arc-uart: Don't index with -ve platform_device->id
Vineet Gupta
2013-01-15
1
-14
/
+15
|
*
|
|
serial: tegra: add serial driver
Laxman Dewangan
2013-01-15
3
-0
/
+1411
|
*
|
|
serial: imx: Use devm_* APIs
Sachin Kamat
2013-01-15
1
-22
/
+10
|
*
|
|
serial: imx: Use pr_info instead of printk
Sachin Kamat
2013-01-15
1
-2
/
+2
|
*
|
|
serial: imx: Fix coding style issue
Sachin Kamat
2013-01-15
1
-2
/
+1
|
*
|
|
serial: imx: Use <linux/io.h> instead of <asm/io.h>
Sachin Kamat
2013-01-15
1
-1
/
+1
|
*
|
|
serial: imx: Fix checkpatch errors related to spacing
Sachin Kamat
2013-01-15
1
-111
/
+111
|
*
|
|
serial: Samsung: Use of_match_ptr() macro
Sachin Kamat
2013-01-15
1
-3
/
+1
|
*
|
|
serial: samsung: remove the use of statically remapped controller address
Thomas Abraham
2013-01-15
1
-2
/
+6
|
*
|
|
serial: mxs-auart: Fix typo in sanity check
Thomas Jarosch
2013-01-15
1
-1
/
+1
|
*
|
|
tty: Fix comments that reference BKL, eventd, old paths
Kevin Cernekee
2013-01-15
1
-9
/
+9
|
*
|
|
serial: Remove RM9000 series serial driver.
Ralf Baechle
2013-01-15
2
-78
/
+1
|
*
|
|
serial: avoid double free after call ioc4_serial_remove_one
Chen Gang
2013-01-15
1
-0
/
+1
|
*
|
|
serial: sirf: add support for new SiRFmarco SMP SoC
Barry Song
2013-01-15
2
-1
/
+20
|
*
|
|
tty: serial core: decouple pm states from ACPI
Linus Walleij
2013-01-15
1
-14
/
+16
|
*
|
|
serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR
Enric Balletbo i Serra
2013-01-15
1
-0
/
+2
|
*
|
|
serial: quatech: add the other serial identifiers and preliminary control code
Alan Cox
2013-01-15
1
-0
/
+309
*
|
|
|
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
1
-4
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
2013-01-25
8
-8
/
+61
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
serial: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-22
1
-4
/
+4
|
|
|
/
|
|
/
|
[prev]
[next]