index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
of_serial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-13
serial: 8250: move of_serial code to 8250 directory
Arnd Bergmann
1
-348
/
+0
2015-12-13
serial: of: CONFIG_SERIAL_8250 is always set
Arnd Bergmann
1
-18
/
+0
2015-12-13
serial: remove NWP serial support
Arnd Bergmann
1
-14
/
+0
2015-12-13
serial: support 16-bit register interface for console
Masahiro Yamada
1
-0
/
+3
2015-10-17
serial: Enable Freescale 16550 workaround on arm
Scott Wood
1
-0
/
+5
2015-10-04
tty: serial: of_serial: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-04
serial: of-serial: compile correctly when 8250 driver is compiled as module
Martin Sperl
1
-0
/
+4
2015-06-01
serial: of_serial: check the return value of clk_prepare_enable()
Masahiro Yamada
1
-1
/
+4
2015-06-01
serial: of_serial: use devm_clk_get() instead of clk_get()
Masahiro Yamada
1
-1
/
+1
2015-05-10
serial: of_serial: do not set port.type twice
Masahiro Yamada
1
-1
/
+0
2015-04-28
serial: of-serial: Remove device_type = "serial" registration
Michal Simek
1
-1
/
+0
2015-04-24
Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+2
2015-04-14
serial: of_serial: Support big-endian register accesses
Kevin Cernekee
1
-1
/
+2
2015-03-26
serial: of: set port iomem size from devicetree
Mans Rullgard
1
-0
/
+1
2015-03-26
tty: constify of_device_id array
Fabian Frederick
1
-2
/
+2
2015-03-07
Revert "tty/serial: of_serial: add DT alias ID handling"
Baruch Siach
1
-4
/
+0
2015-02-03
serial: of-serial: fetch line number from DT
Lucas Stach
1
-0
/
+5
2015-02-02
tty/serial: of_serial: add support for PXA/MMP uarts
Rob Herring
1
-0
/
+4
2015-02-02
tty/serial: of_serial: add DT alias ID handling
Rob Herring
1
-0
/
+4
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-06
Merge 3.18-rc7 into tty-next
Greg Kroah-Hartman
1
-1
/
+0
2014-11-25
serial: of-serial: add PM suspend/resume support
Jingchang Lu
1
-0
/
+66
2014-11-25
Revert "serial: of-serial: add PM suspend/resume support"
Greg Kroah-Hartman
1
-27
/
+0
2014-11-25
Revert "serial: of-serial: fix up PM ops on no_console_suspend and port type"
Greg Kroah-Hartman
1
-46
/
+7
2014-11-25
Revert "serial: of-serial: add PM suspend/resume support"
Greg Kroah-Hartman
1
-27
/
+0
2014-11-11
Revert "serial: of-serial: fetch line number from DT"
Greg Kroah-Hartman
1
-4
/
+0
2014-11-10
Merge 3.18-rc4 into tty-next.
Greg Kroah-Hartman
1
-1
/
+1
2014-11-06
serial: of-serial: fetch line number from DT
Lucas Stach
1
-0
/
+4
2014-11-06
serial: of: add a PORT_RT2880 definition
John Crispin
1
-1
/
+9
2014-11-05
serial: of-serial: fix uninitialized kmalloc variable
Jingchang Lu
1
-1
/
+1
2014-11-05
serial: of-serial: fix up PM ops on no_console_suspend and port type
Jingchang Lu
1
-7
/
+46
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-28
serial: of-serial: add PM suspend/resume support
Jingchang Lu
1
-0
/
+27
2014-09-08
Revert "serial: uart: add hw flow control support configuration"
Peter Hurley
1
-4
/
+0
2014-05-28
printk/of_serial: fix serial console cessation part way through boot.
Stephen Chivers
1
-0
/
+1
2014-05-28
serial: uart: add hw flow control support configuration
Murali Karicheri
1
-0
/
+4
2014-01-07
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-06-03
serial: use platform_{get,set}_drvdata()
Jingoo Han
1
-2
/
+2
2013-03-25
serial: of_serial: Handle auto-flow-control property
Heikki Krogerus
1
-3
/
+10
2013-03-25
serial: of_serial: Handle fifo-size property
Heikki Krogerus
1
-0
/
+4
2013-03-12
tty/serial: Add support for Altera serial port
Ley Foon Tan
1
-0
/
+6
2013-02-05
tty: of_serial: unexport tegra_serial_handle_break
Stephen Warren
1
-3
/
+4
2012-11-21
tty: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-21
tty: remove use of __devinit
Bill Pemberton
1
-2
/
+2
2012-11-01
tty: of_serial: fix return value check in of_platform_serial_setup()
Wei Yongjun
1
-2
/
+2
2012-10-25
of serial port driver - add clk_get_rate() support
Murali Karicheri
1
-6
/
+26
2012-07-17
tty: of_serial: add no-loopback-test property
Gabor Juhos
1
-0
/
+4
2012-07-17
8250: three way resolve of the 8250 diffs
Alan Cox
1
-1
/
+8
2012-06-12
serial/of-serial: Add LPC3220 standard UART compatible string
Roland Stigge
1
-0
/
+1
2012-04-18
tegra, serial8250: add ->handle_break() uart_port op
Dan Williams
1
-0
/
+26
[next]