summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung_tty.c
AgeCommit message (Expand)Author
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness
2022-11-03serial: samsung_tty: Use uart_xmit_advance()Ilpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park
2022-06-27tty: serial: samsung_tty: set dma burst_size to 1Chanho Park
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin
2022-04-15tty: serial: samsung: add spin_lock for interrupt and console_writeJaewon Kim
2022-03-18tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch
2022-03-18tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski
2022-03-18tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski
2022-03-18tty: serial: samsung: constify UART nameKrzysztof Kozlowski
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski
2022-03-18tty: serial: samsung: reduce number of castsKrzysztof Kozlowski
2022-03-18tty: serial: samsung: embed s3c2410_uartcfg in parent structureKrzysztof Kozlowski
2022-03-18tty: serial: samsung: embed s3c24xx_uart_info in parent structureKrzysztof Kozlowski
2022-03-18serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby
2022-03-03serial: samsung: Add samsung_early_read to support early kgdbocWoody Lin
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-12-20tty: serial: samsung: Fix console registration from moduleSam Protsenko
2021-12-20tty: serial: samsung: Enable console as moduleSam Protsenko
2021-12-20tty: serial: samsung: Remove USI initializationSam Protsenko
2021-10-10tty: serial: samsung: Improve naming for common macroSam Protsenko
2021-08-13tty: serial: samsung: Add Exynos850 SoC dataSam Protsenko
2021-08-13tty: serial: samsung: Fix driver data macros styleSam Protsenko
2021-08-13tty: serial: samsung: Init USI to keep clocks runningSam Protsenko
2021-07-21serial: samsung: use dma_ops of DMA if attachedTamseel Shams
2021-05-13tty: serial: samsung_tty: remove set but not used variablesTian Tao
2021-03-23tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski
2021-03-10tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin
2021-03-10tty: serial: samsung_tty: Add support for Apple UARTsHector Martin
2021-03-10tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin
2021-03-10tty: serial: samsung_tty: IRQ reworkHector Martin
2021-03-10tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin
2021-03-10tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin
2021-03-10tty: serial: samsung_tty: Add ucon_mask parameterHector Martin
2020-08-18serial: samsung: Removes the IRQ not found warningTamseel Shams
2020-06-27serial: samsung: fix spelling mistakeTamseel Shams
2020-06-27serial: samsung: Minor whitespace cleanupsKrzysztof Kozlowski
2020-05-15tty: serial: samsung: Correct clock selection logicJonathan Bakker
2020-05-06serial: samsung: 32-bit access for TX/RX hold registersHyunki Koo
2020-05-06serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_regHyunki Koo
2020-01-06serial: samsung: Rename Exynos to lowercaseKrzysztof Kozlowski
2019-12-18tty/serial: Migrate samsung_tty to use has_sysrqDmitry Safonov
2019-12-17tty: serial: samsung_tty: do not abuse the struct uart_port unused fieldsGreg Kroah-Hartman