index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
max3100.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-11
serial: max3100: Convert to_max3100_port() to be static inline
Andy Shevchenko
1
-1
/
+4
2024-04-09
serial: max3100: Sort headers
Andy Shevchenko
1
-3
/
+3
2024-04-09
serial: max3100: Extract to_max3100_port() helper macro
Andy Shevchenko
1
-48
/
+19
2024-04-09
serial: max3100: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
1
-9
/
+3
2024-04-09
serial: max3100: Replace MODULE_ALIAS() with respective ID tables
Andy Shevchenko
1
-1
/
+15
2024-04-09
serial: max3100: Switch to use dev_err_probe()
Andy Shevchenko
1
-9
/
+3
2024-04-09
serial: max3100: Remove duplicating irq field
Andy Shevchenko
1
-12
/
+10
2024-04-09
serial: max3100: Get crystal frequency via device property
Andy Shevchenko
1
-29
/
+20
2024-04-09
serial: max3100: Enable TIOCM_LOOP
Andy Shevchenko
1
-12
/
+14
2024-04-09
serial: max3100: Remove unneeded forward declaration
Andy Shevchenko
1
-16
/
+14
2024-04-09
serial: max3100: Replace custom polling timeout with standard one
Andy Shevchenko
1
-20
/
+5
2024-04-09
serial: max3100: Remove custom HW shutdown support
Andy Shevchenko
1
-35
/
+7
2024-04-09
serial: max3100: Make struct plat_max3100 local
Andy Shevchenko
1
-20
/
+18
2024-04-09
serial: max3100: Fix bitwise types
Andy Shevchenko
1
-1
/
+4
2024-04-09
serial: max3100: Update uart_driver_registered on driver removal
Andy Shevchenko
1
-1
/
+3
2024-04-09
serial: max3100: Lock port->lock when calling uart_handle_cts_change()
Andy Shevchenko
1
-1
/
+12
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-7
/
+7
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
1
-1
/
+2
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
1
-1
/
+1
2022-11-03
serial: max3100: Use uart_xmit_advance()
Ilpo Järvinen
1
-3
/
+1
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-03-28
Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+0
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+2
2022-01-26
tty: serial: max3100: Remove redundant 'flush_workqueue()' calls
Xu Wang
1
-1
/
+0
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
1
-3
/
+0
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-6
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-04
tty: max3100: remove unused variable rts and remove unused assignment
Colin Ian King
1
-3
/
+1
2017-10-03
drivers: tty: max3100: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
1
-1
/
+1
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-03-07
tty: max3100: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
1
-1
/
+1
2013-08-01
serial: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-04-06
serial: max3100: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-2
/
+2
2013-03-19
tty: max3100: Use dev_pm_ops
Lars-Peter Clausen
1
-10
/
+10
2013-02-22
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-5
/
+5
2013-01-16
TTY: switch tty_flip_buffer_push
Jiri Slaby
1
-4
/
+4
2013-01-16
TTY: move low_latency to tty_port
Jiri Slaby
1
-1
/
+1
2012-12-29
tty/max3100: don't use [delayed_]work_pending()
Tejun Heo
1
-2
/
+1
2012-11-22
tty: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-22
tty: serial: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-17
tty: serial: max3100: Fix error case
Alan Cox
1
-6
/
+8
2012-09-05
tty: max3100: use module_spi_driver
Devendra Naga
1
-11
/
+1
2011-11-27
TTY: Remove redundant spi driver bus initialization
Lars-Peter Clausen
1
-1
/
+0
2011-11-01
tty: Add module.h to drivers/tty users who just expect it there.
Paul Gortmaker
1
-0
/
+1
2011-09-23
TTY: serial, fix includes in some drivers
Jiri Slaby
1
-0
/
+2
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
1
-1
/
+1
2011-01-13
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
1
-0
/
+926