aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-57/+33
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski1-1/+1
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park1-0/+8
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park1-57/+25
2022-06-27tty: serial: samsung_tty: set dma burst_size to 1Chanho Park1-3/+2
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin1-0/+1
2022-04-15tty: serial: samsung: add spin_lock for interrupt and console_writeJaewon Kim1-0/+12
2022-03-18tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch1-0/+37
2022-03-18tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski1-11/+2
2022-03-18tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski1-23/+23
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski1-3/+3
2022-03-18tty: serial: samsung: constify UART nameKrzysztof Kozlowski1-1/+1
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski1-29/+29
2022-03-18tty: serial: samsung: reduce number of castsKrzysztof Kozlowski1-36/+36
2022-03-18tty: serial: samsung: embed s3c2410_uartcfg in parent structureKrzysztof Kozlowski1-9/+9
2022-03-18tty: serial: samsung: embed s3c24xx_uart_info in parent structureKrzysztof Kozlowski1-9/+9
2022-03-18serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby1-4/+1
2022-03-03serial: samsung: Add samsung_early_read to support early kgdbocWoody Lin1-0/+25
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2021-12-20tty: serial: samsung: Fix console registration from moduleSam Protsenko1-2/+4
2021-12-20tty: serial: samsung: Enable console as moduleSam Protsenko1-4/+32
2021-12-20tty: serial: samsung: Remove USI initializationSam Protsenko1-32/+4
2021-10-10tty: serial: samsung: Improve naming for common macroSam Protsenko1-8/+5
2021-08-13tty: serial: samsung: Add Exynos850 SoC dataSam Protsenko1-0/+13
2021-08-13tty: serial: samsung: Fix driver data macros styleSam Protsenko1-2/+2
2021-08-13tty: serial: samsung: Init USI to keep clocks runningSam Protsenko1-1/+31
2021-07-21serial: samsung: use dma_ops of DMA if attachedTamseel Shams1-21/+25
2021-05-13tty: serial: samsung_tty: remove set but not used variablesTian Tao1-2/+1
2021-03-23tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski1-9/+6
2021-03-10tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin1-0/+17
2021-03-10tty: serial: samsung_tty: Add support for Apple UARTsHector Martin1-8/+230
2021-03-10tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin1-22/+3
2021-03-10tty: serial: samsung_tty: IRQ reworkHector Martin1-14/+20
2021-03-10tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin1-42/+70
2021-03-10tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin1-17/+54
2021-03-10tty: serial: samsung_tty: Add ucon_mask parameterHector Martin1-7/+4
2020-08-18serial: samsung: Removes the IRQ not found warningTamseel Shams1-3/+5
2020-06-27serial: samsung: fix spelling mistakeTamseel Shams1-1/+1
2020-06-27serial: samsung: Minor whitespace cleanupsKrzysztof Kozlowski1-13/+9
2020-05-15tty: serial: samsung: Correct clock selection logicJonathan Bakker1-4/+4
2020-05-06serial: samsung: 32-bit access for TX/RX hold registersHyunki Koo1-5/+57
2020-05-06serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_regHyunki Koo1-9/+9
2020-01-06serial: samsung: Rename Exynos to lowercaseKrzysztof Kozlowski1-1/+1
2019-12-18tty/serial: Migrate samsung_tty to use has_sysrqDmitry Safonov1-4/+1
2019-12-17tty: serial: samsung_tty: do not abuse the struct uart_port unused fieldsGreg Kroah-Hartman1-23/+23
2019-12-12tty: serial: samsung_tty: fix blank line checkpatch warningGreg Kroah-Hartman1-0/+3
2019-12-12tty: serial: samsung_tty: fix up minor comment formattingGreg Kroah-Hartman1-7/+9
2019-12-12tty: serial: samsung_tty: use 'unsigned int' not 'unsigned'Greg Kroah-Hartman1-1/+2
2019-12-12tty: serial: samsung_tty: use standard debugging macrosGreg Kroah-Hartman1-48/+30