summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/max3100.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11serial: max3100: Convert to_max3100_port() to be static inlineAndy Shevchenko1-1/+4
2024-04-09serial: max3100: Sort headersAndy Shevchenko1-3/+3
2024-04-09serial: max3100: Extract to_max3100_port() helper macroAndy Shevchenko1-48/+19
2024-04-09serial: max3100: Switch to DEFINE_SIMPLE_DEV_PM_OPS()Andy Shevchenko1-9/+3
2024-04-09serial: max3100: Replace MODULE_ALIAS() with respective ID tablesAndy Shevchenko1-1/+15
2024-04-09serial: max3100: Switch to use dev_err_probe()Andy Shevchenko1-9/+3
2024-04-09serial: max3100: Remove duplicating irq fieldAndy Shevchenko1-12/+10
2024-04-09serial: max3100: Get crystal frequency via device propertyAndy Shevchenko1-29/+20
2024-04-09serial: max3100: Enable TIOCM_LOOPAndy Shevchenko1-12/+14
2024-04-09serial: max3100: Remove unneeded forward declarationAndy Shevchenko1-16/+14
2024-04-09serial: max3100: Replace custom polling timeout with standard oneAndy Shevchenko1-20/+5
2024-04-09serial: max3100: Remove custom HW shutdown supportAndy Shevchenko1-35/+7
2024-04-09serial: max3100: Make struct plat_max3100 localAndy Shevchenko1-20/+18
2024-04-09serial: max3100: Fix bitwise typesAndy Shevchenko1-1/+4
2024-04-09serial: max3100: Update uart_driver_registered on driver removalAndy Shevchenko1-1/+3
2024-04-09serial: max3100: Lock port->lock when calling uart_handle_cts_change()Andy Shevchenko1-1/+12
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-7/+7
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby1-1/+2
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen1-1/+1
2022-11-03serial: max3100: Use uart_xmit_advance()Ilpo Järvinen1-3/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+0
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+2
2022-01-26tty: serial: max3100: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-3/+0
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04tty: max3100: remove unused variable rts and remove unused assignmentColin Ian King1-3/+1
2017-10-03drivers: tty: max3100: use setup_timer() helper.Allen Pais1-3/+2
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall1-1/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-03-07tty: max3100: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2013-08-01serial: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-06serial: max3100: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-03-19tty: max3100: Use dev_pm_opsLars-Peter Clausen1-10/+10
2013-02-22Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-4/+4
2013-01-16TTY: move low_latency to tty_portJiri Slaby1-1/+1
2012-12-29tty/max3100: don't use [delayed_]work_pending()Tejun Heo1-2/+1
2012-11-22tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-17tty: serial: max3100: Fix error caseAlan Cox1-6/+8
2012-09-05tty: max3100: use module_spi_driverDevendra Naga1-11/+1
2011-11-27TTY: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-01tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker1-0/+1
2011-09-23TTY: serial, fix includes in some driversJiri Slaby1-0/+2
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+926