aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/nsc_gpio.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen1-3/+12
2022-05-19serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen1-0/+4
2022-05-19serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen1-1/+5
2022-05-19serial: sh-sci: Don't allow CS5-6Ilpo Järvinen1-1/+5
2022-05-19serial: txx9: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-05-19serial: rda-uart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-05-19serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen1-0/+2
2022-05-19serial: uartlite: Fix BRKINT clearingIlpo Järvinen1-1/+2
2022-05-19serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLEYueHaibing1-1/+1
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is disabledVijaya Krishna Nivarthi1-2/+9
2022-05-19tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find suitable frequency with call to clk_round_rate.Vijaya Krishna Nivarthi1-20/+36
2022-05-19dt-bindings: serial: renesas,em-uart: Add RZ/V2M clock to access the registersPhil Edworthy1-5/+23
2022-05-19serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485Ilpo Järvinen1-4/+4
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno1-7/+0
2022-05-19serial: msm_serial: disable interrupts in __msm_console_write()John Ogness1-0/+5
2022-05-19serial: meson: acquire port->lock in startup()John Ogness1-0/+13
2022-05-19serial: 8250_dw: Use dev_err_probe()Andy Shevchenko1-17/+11
2022-05-19serial: 8250_dw: Use devm_add_action_or_reset()Andy Shevchenko1-32/+31
2022-05-19serial: 8250_dw: Update the list of OF headers used by driverAndy Shevchenko1-2/+1
2022-05-19serial: jsm: Use B0 instead of 0Ilpo Järvinen2-2/+2
2022-05-19serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen1-5/+3
2022-05-19tty: remove IBSHIFT ifdefsIlpo Järvinen1-12/+3
2022-05-19tty: remove BOTHER ifdefsIlpo Järvinen3-20/+7
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen9-34/+1
2022-05-19termbits.h: Remove posix_types.h includeIlpo Järvinen5-10/+0
2022-05-19termbits.h: Align lines & formatIlpo Järvinen6-361/+346
2022-05-19termbits.h: create termbits-common.h for identical bitsIlpo Järvinen7-306/+76
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin2-0/+4
2022-05-19Documentation: Wire Oxford Semiconductor PCIe (Tornado) 950Maciej W. Rozycki1-0/+1
2022-05-19Documentation: Reformat Oxford Semiconductor PCIe (Tornado) 950Maciej W. Rozycki1-68/+70
2022-05-19Documentation: Move Oxford Semiconductor PCIe (Tornado) 950 to misc-devicesMaciej W. Rozycki1-0/+0
2022-05-19serial: pmac_zilog: remove initial printJiri Slaby1-2/+0
2022-05-19serial: pmac_zilog: remove tracing printsJiri Slaby1-25/+1
2022-05-19serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby2-4/+0
2022-05-19serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby2-46/+1
2022-05-19serial: amba-pl011: move header content to .cJiri Slaby2-37/+30
2022-05-19tty: n_gsm: Fix packet data hex dump outputTony Lindgren1-8/+23
2022-05-15Linux 5.18-rc7Linus Torvalds1-1/+1
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher1-32/+14
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher1-12/+16
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher1-8/+7
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher1-12/+22
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher1-17/+9
2022-05-13gfs2: Variable renameAndreas Gruenbacher1-17/+17
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-05-13drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin1-4/+7
2022-05-13drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin1-1/+1
2022-05-13drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin5-19/+53
2022-05-13x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger1-2/+3
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3