index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_dw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-5
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: 8250_dw: Improve clock rate setting
Ed Blake
2017-10-04
1
-12
/
+18
*
serial: 8250_dw: explicitly request exclusive reset control
Philipp Zabel
2017-07-30
1
-1
/
+1
*
Merge 4.11-rc4 into tty-next
Greg Kroah-Hartman
2017-03-29
1
-2
/
+7
|
\
|
*
serial: 8250_dw: Fix breakage when HAVE_CLK=n
James Hogan
2017-03-14
1
-0
/
+2
|
*
serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termios
Heiko Stuebner
2017-03-14
1
-2
/
+5
*
|
serial: 8250_dw: simplify optional reset handling
Philipp Zabel
2017-03-17
1
-8
/
+5
|
/
*
serial: 8250_dw: Avoid "too much work" from bogus rx timeout interrupt
Douglas Anderson
2017-02-10
1
-0
/
+23
*
serial: 8250_dw: Allow hardware flow control to be used
Jason Uy
2017-01-19
1
-3
/
+2
*
serial: 8250_dw: Add support for IrDA SIR mode
Ed Blake
2016-11-16
1
-0
/
+22
*
Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-10-03
1
-23
/
+25
|
\
|
*
serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoC
Kefeng Wang
2016-09-02
1
-0
/
+1
|
*
serial: 8250_dw: Use an unified new dev variable in probe
Kefeng Wang
2016-09-01
1
-22
/
+23
|
*
serial: 8250_dw: Check the data->pclk when get apb_pclk
Kefeng Wang
2016-08-31
1
-1
/
+1
*
|
serial: 8250_dw: Add quirk for APM X-Gene SoC
Heikki Krogerus
2016-09-01
1
-5
/
+10
|
/
*
serial: 8250_dw: fix wrong logic in dw8250_check_lcr()
Kefeng Wang
2016-05-03
1
-3
/
+4
*
serial: 8250dw: Add device HID for future AMD UART controller
Wang Hongcheng
2016-05-01
1
-0
/
+1
*
serial: 8250_dw: remove leftover definitions
Andy Shevchenko
2016-03-07
1
-6
/
+0
*
serial: 8250_dw: remove redundant 'else' keyword
Andy Shevchenko
2016-03-07
1
-2
/
+3
*
serial: 8250_dw: Do not use readl/writel before checking port iotype
Noam Camus
2016-02-06
1
-2
/
+10
*
serial: 8250_dw: Add support for big-endian MMIO accesses
Noam Camus
2016-02-06
1
-0
/
+23
*
serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()
Noam Camus
2016-02-06
1
-49
/
+42
*
Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-11-05
1
-4
/
+0
|
\
|
*
serial: 8250_dw: allow lower reference frequencies
Andy Shevchenko
2015-10-02
1
-4
/
+0
*
|
serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flag
Heikki Krogerus
2015-10-04
1
-1
/
+1
*
|
serial: 8250_dw: cleanup dw8250_setup_port
Heikki Krogerus
2015-10-04
1
-33
/
+33
*
|
serial: 8250_dw: cleanup dw8250_idma_filter
Heikki Krogerus
2015-10-04
1
-6
/
+1
*
|
serial: 8250_dw: rename and comment the fallback dma filter
Heikki Krogerus
2015-10-04
1
-5
/
+10
*
|
serial: 8250_dw: proper support for UARTs without busy functionality
Heikki Krogerus
2015-10-04
1
-1
/
+12
*
|
serial: 8250_dw: add dw8250_quirks function
Heikki Krogerus
2015-10-04
1
-51
/
+31
*
|
serial: 8250_dw: only setup the port from one place
Heikki Krogerus
2015-10-04
1
-8
/
+6
*
|
serial: 8250_dw: hook the DMA in one place
Heikki Krogerus
2015-10-04
1
-12
/
+7
*
|
serial: 8250_dw: adapt to unified device property interface
Heikki Krogerus
2015-10-04
1
-43
/
+37
*
|
serial: 8250_dw: add separate pointer for the uart_port to dw8250_probe
Heikki Krogerus
2015-10-04
1
-22
/
+20
|
/
*
serial:8250_dw: do not alter CTS and DCTS since AFE is enabled
Qipeng Zha
2015-08-14
1
-22
/
+0
*
serial: 8250: Auto CTS control by HW if AFE enabled
Qipeng Zha
2015-08-04
1
-0
/
+5
*
serial: 8250_dw: support ACPI platforms with integrated DMA engine
Heikki Krogerus
2015-06-01
1
-1
/
+18
*
serial: 8250_dw: only get the clock rate in one place
Heikki Krogerus
2015-03-26
1
-17
/
+13
*
serial: 8250_dw: remove useless ACPI ID check
Heikki Krogerus
2015-03-26
1
-5
/
+0
*
serial: 8250_dw: add support for AMD SOC Carrizo
Ken Xue
2015-03-26
1
-0
/
+1
*
serial: 8250: remove the redundant include
Wang Long
2015-03-26
1
-1
/
+0
*
serial: 8250_dw: fix 'cts-override'
Dmitry Torokhov
2015-03-23
1
-3
/
+3
*
Merge 4.0-rc5 into tty-next
Greg Kroah-Hartman
2015-03-23
1
-3
/
+12
|
\
|
*
serial: 8250_dw: Fix deadlock in LCR workaround
Peter Hurley
2015-03-11
1
-3
/
+12
*
|
Merge 4.0-rc3 into tty-testing
Greg Kroah-Hartman
2015-03-09
1
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
serial/8250_dw: use platform_get_irq() instead of platform_get_resource()
Alexey Brodkin
2015-03-07
1
-4
/
+10
|
*
serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading support
Mika Westerberg
2015-03-07
1
-0
/
+1
*
|
serial: 8250_dw: Fix get_mctrl behaviour
Desmond Liu
2015-03-07
1
-0
/
+32
|
/
*
serial: 8250: add support for ACPI-probed serial port for X-Gene platform
Feng Kan
2015-01-09
1
-0
/
+11
[next]