summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.cGen Zhang2019-05-241-1/+5
| * | tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy2019-05-241-6/+11
| * | serial: stm32: fix the get_irq error caseErwan Le Ray2019-05-241-8/+26
| * | serial: stm32: fix wakeup source initializationErwan Le Ray2019-05-241-13/+15
| * | serial: stm32: Add support of TC bit status checkErwan Le Ray2019-05-241-17/+15
| * | serial: stm32: fix transmit_chars when tx is stoppedErwan Le Ray2019-05-241-8/+3
| * | serial: stm32: fix rx data length when parity enabledErwan Le Ray2019-05-242-4/+9
| * | serial: stm32: fix rx error handlingErwan Le Ray2019-05-242-27/+37
| * | serial: stm32: fix word length configurationErwan Le Ray2019-05-242-9/+50
| * | tty: max310x: Split uart characters insertion loopSerge Semin2019-05-211-4/+10
| * | tty: max310x: Optionally enable rs485 on startupSerge Semin2019-05-211-0/+16
| * | tty: max310x: Add rx-during-tx rs485 flag supportSerge Semin2019-05-211-15/+14
| * | tty: max310x: Fix invalid baudrate divisors calculatorSerge Semin2019-05-211-20/+31
| * | tty: max310x: Don't pass stacked buffers to SPISerge Semin2019-05-211-9/+18
| * | tty: max310x: Introduce max310x_one port macro-wrapperSerge Semin2019-05-211-3/+5
| * | tty: max310x: Simplify tx-work item codeSerge Semin2019-05-211-13/+3
| * | tty: amba-pl011: allow shared interruptDoug Berger2019-05-211-1/+1
| * | tty: serial: 8250: Fix type field in format stringHao Lee2019-05-211-2/+2
| * | serial: 8250_of: Use of_device_get_match_data()Andy Shevchenko2019-05-211-6/+3
* | | Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-12331-9671/+9988
|\ \ \
| * | | staging: kpc2000: simplify comparison to NULL in fileops.cSimon Sandström2019-07-041-1/+1
| * | | staging: kpc2000: simplify comparison to NULL in dma.cSimon Sandström2019-07-041-2/+2
| * | | staging: kpc2000: simplify comparison to NULL in kpc2000_spi.cSimon Sandström2019-07-041-2/+2
| * | | staging: rtl8723bs: hal: remove redundant assignment to packetTypeColin Ian King2019-07-031-1/+0
| * | | staging: rtl8723bs: Change return type of hal_btcoex_IsBtDisabled()Nishka Dasgupta2019-07-033-3/+3
| * | | staging: rtl8723bs: Remove rtw_btcoex_DisplayBtCoexInfo()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove function rtw_btcoex_GetDBG()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove function rtw_btcoex_SetDBG()Nishka Dasgupta2019-07-033-7/+2
| * | | staging: rtl8723bs: Remove rtw_btcoex_IsBTCoexCtrlAMPDUSize()Nishka Dasgupta2019-07-033-12/+3
| * | | staging: rtl8723bs: Remove rtw_btcoex_BtInfoNotify()Nishka Dasgupta2019-07-034-9/+3
| * | | staging: rtl8723bs: Remove rtw_btcoex_ScanNotify()Nishka Dasgupta2019-07-034-8/+2
| * | | staging: rtl8723bs: Remove rtw_btcoex_SetSingleAntPath()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove rtw_btcoex_SetPGAntNum()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8192e: remove redundant initialization of rtstatusColin Ian King2019-07-031-1/+1
| * | | staging: rtl8723bs: Remove rtw_btcoex_GetRaMask()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove rtw_btcoex_SetChipType()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove rtw_btcoex_ConnectNotify()Nishka Dasgupta2019-07-033-8/+2
| * | | staging: rtl8723bs: Remove rtw_btcoex_SetBTCoexist()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove rtw_btcoex_IsBtDisabled()Nishka Dasgupta2019-07-035-12/+6
| * | | staging: rtl8723bs: Remove rtw_btcoex_IsBtControlLps()Nishka Dasgupta2019-07-036-21/+16
| * | | staging: rtl8723bs: Remove rtw_btcoex_Handler()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove rtw_btcoex_LpsVal()Nishka Dasgupta2019-07-034-12/+6
| * | | staging: rtl8723bs: Remove rtw_btcoex_RecordPwrMode()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: rtl8723bs: Remove rtw_btcoex_RpwmVal()Nishka Dasgupta2019-07-033-7/+1
| * | | staging: kpc2000: fix brace issues in kpc2000_spi.cSimon Sandström2019-07-031-21/+12
| * | | staging: rtl8192u: Replace function rtl8192_rx_enable()Nishka Dasgupta2019-07-031-7/+1
| * | | drivers/staging/rtl8192u: style nonstyled commentsChristian Müller2019-07-031-12/+16
| * | | drivers/staging/rtl8192u: drop first comment lineChristian Müller2019-07-031-46/+23
| * | | staging: mt7621-dts: add support for second network interfaceNeilBrown2019-07-035-6/+37
| * | | staging: mt7621-dts: update sdhci config.NeilBrown2019-07-031-1/+40