index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
max3100.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: max3100: Convert to_max3100_port() to be static inline
Andy Shevchenko
2024-04-11
1
-1
/
+4
*
serial: max3100: Sort headers
Andy Shevchenko
2024-04-09
1
-3
/
+3
*
serial: max3100: Extract to_max3100_port() helper macro
Andy Shevchenko
2024-04-09
1
-48
/
+19
*
serial: max3100: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
2024-04-09
1
-9
/
+3
*
serial: max3100: Replace MODULE_ALIAS() with respective ID tables
Andy Shevchenko
2024-04-09
1
-1
/
+15
*
serial: max3100: Switch to use dev_err_probe()
Andy Shevchenko
2024-04-09
1
-9
/
+3
*
serial: max3100: Remove duplicating irq field
Andy Shevchenko
2024-04-09
1
-12
/
+10
*
serial: max3100: Get crystal frequency via device property
Andy Shevchenko
2024-04-09
1
-29
/
+20
*
serial: max3100: Enable TIOCM_LOOP
Andy Shevchenko
2024-04-09
1
-12
/
+14
*
serial: max3100: Remove unneeded forward declaration
Andy Shevchenko
2024-04-09
1
-16
/
+14
*
serial: max3100: Replace custom polling timeout with standard one
Andy Shevchenko
2024-04-09
1
-20
/
+5
*
serial: max3100: Remove custom HW shutdown support
Andy Shevchenko
2024-04-09
1
-35
/
+7
*
serial: max3100: Make struct plat_max3100 local
Andy Shevchenko
2024-04-09
1
-20
/
+18
*
serial: max3100: Fix bitwise types
Andy Shevchenko
2024-04-09
1
-1
/
+4
*
serial: max3100: Update uart_driver_registered on driver removal
Andy Shevchenko
2024-04-09
1
-1
/
+3
*
serial: max3100: Lock port->lock when calling uart_handle_cts_change()
Andy Shevchenko
2024-04-09
1
-1
/
+12
*
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-04-09
1
-7
/
+7
*
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-07-25
1
-1
/
+2
*
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
2023-01-19
1
-1
/
+1
*
serial: max3100: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-3
/
+1
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-03-28
1
-1
/
+0
|
\
|
*
tty: serial: max3100: Remove redundant 'flush_workqueue()' calls
Xu Wang
2022-01-26
1
-1
/
+0
*
|
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-3
/
+2
|
/
*
tty_port: drop last traces of low_latency
Jiri Slaby
2021-01-07
1
-3
/
+0
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-4
/
+3
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-6
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
tty: max3100: remove unused variable rts and remove unused assignment
Colin Ian King
2017-11-04
1
-3
/
+1
*
drivers: tty: max3100: use setup_timer() helper.
Allen Pais
2017-10-03
1
-3
/
+2
*
tty: serial: constify uart_ops structures
Julia Lawall
2016-09-02
1
-1
/
+1
*
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-10-28
1
-1
/
+0
*
tty: max3100: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
2015-03-07
1
-1
/
+1
*
serial: use dev_get_platdata()
Jingoo Han
2013-08-01
1
-1
/
+1
*
serial: max3100: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-04-06
1
-2
/
+2
*
tty: max3100: Use dev_pm_ops
Lars-Peter Clausen
2013-03-19
1
-10
/
+10
*
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2013-02-21
1
-5
/
+5
|
\
|
*
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-16
1
-4
/
+4
|
*
TTY: move low_latency to tty_port
Jiri Slaby
2013-01-16
1
-1
/
+1
*
|
tty/max3100: don't use [delayed_]work_pending()
Tejun Heo
2012-12-28
1
-2
/
+1
|
/
*
tty: remove use of __devexit
Bill Pemberton
2012-11-22
1
-1
/
+1
*
tty: remove use of __devinit
Bill Pemberton
2012-11-22
1
-1
/
+1
*
tty: serial: remove use of __devexit_p
Bill Pemberton
2012-11-22
1
-1
/
+1
*
tty: serial: max3100: Fix error case
Alan Cox
2012-09-17
1
-6
/
+8
*
tty: max3100: use module_spi_driver
Devendra Naga
2012-09-05
1
-11
/
+1
*
TTY: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2011-11-27
1
-1
/
+0
*
tty: Add module.h to drivers/tty users who just expect it there.
Paul Gortmaker
2011-11-01
1
-0
/
+1
*
TTY: serial, fix includes in some drivers
Jiri Slaby
2011-09-23
1
-0
/
+2
*
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
2011-02-16
1
-1
/
+1
*
tty: move drivers/serial/ to drivers/tty/serial/
Greg Kroah-Hartman
2011-01-13
1
-0
/
+926