summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung_tty.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-12tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_dataPeter Griffin
2023-11-23serial: samsung: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik
2023-10-21tty: serial: samsung_tty: remove dead codeAndré Draszik
2023-09-18serial: samsung_tty: Use port lock wrappersThomas Gleixner
2023-08-04tty: serial: samsung: Set missing PM ops for hibernation supportAnton Eliasson
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET
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