summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* vt: Implement parsing for >, =, < private sequences.Martin Hostettler2019-01-181-4/+18
* vt: refactor vc_ques to allow of other private sequences.Martin Hostettler2019-01-181-9/+11
* vt: annotate implicit fall throughsMathieu Malaterre2019-01-181-0/+2
* vcs: restore and document initial POLLPRI eventNicolas Pitre2019-01-181-0/+9
* vcs: fasync(): make it consistent with poll()Nicolas Pitre2019-01-181-3/+12
* vcs: poll(): cope with a deallocated vtNicolas Pitre2019-01-181-6/+15
* vcsa: clamp header values when they don't fitNicolas Pitre2019-01-182-4/+6
* n_tty: update comment for WAKEUP_CHARS defineValentin Vidic2019-01-181-2/+4
* n_gsm: Constify u8 and unsigned char usageTony Lindgren2019-01-181-12/+12
* tty: n_gsm: Add copy_config() and gsm_config() to prepare for serdevTony Lindgren2019-01-181-100/+107
* tty: serial: lpc32xx_hs: fix missing console boot messagesAlexandre Belloni2019-01-181-0/+4
* serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R2019-01-181-1/+13
* serial: 8250_omap: Drop check for of_nodeVignesh R2019-01-181-35/+28
* tty/serial: use uart_console_write in the RISC-V SBL early consoleAndreas Schwab2019-01-181-5/+8
* tty: serial: meson: if no alias specified use an available idLoys Ollivier2019-01-181-1/+12
* Merge 5.0-rc2 into tty-nextGreg Kroah-Hartman2019-01-15258-1438/+2114
|\
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-01-139-56/+186
| |\
| | * Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson2019-01-137-36/+181
| | |\
| | | * reset: uniphier-glue: Add AHCI reset control support in glue layerKunihiko Hayashi2019-01-071-0/+12
| | | * reset: uniphier-usb3: Rename to reset-uniphier-glueKunihiko Hayashi2019-01-073-25/+25
| | | * reset: socfpga: add an early reset driver for SoCFPGADinh Nguyen2019-01-074-11/+101
| | | * reset: fix null pointer dereference on dev by dev_nameColin Ian King2019-01-071-1/+2
| | | * reset: Add reset_control_get_count()Geert Uytterhoeven2019-01-071-0/+41
| | | * ARC: HSDK: improve reset driverEugeniy Paltsev2019-01-071-0/+1
| | * | soc: renesas: r8a774c0-sysc: Fix initialization order of 3DG-{A,B}Biju Das2019-01-071-19/+4
| | * | ARM: shmobile: fix build regressionsArnd Bergmann2019-01-071-1/+1
| | |/
| * | Merge tag 'staging-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-132-4/+4
| |\ \
| | * | Revert "staging: rtl8723bs: Mark ACPI table declaration as used"Greg Kroah-Hartman2019-01-111-1/+1
| | * | staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger2019-01-071-2/+2
| | * | staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger2019-01-071-1/+1
| | |/
| * | Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-01-132-24/+32
| |\ \
| | * | tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov2019-01-111-7/+13
| | * | serial: lantiq: Do not swap register read/writesHauke Mehrtens2019-01-081-17/+19
| | |/
| * | Merge tag 'usb-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-01-135-6/+33
| |\ \
| | * | USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker2019-01-071-1/+2
| | * | usbcore: Select only first configuration for non-UAC3 compliant devicesSaranya Gopal2019-01-071-3/+6
| | * | USB: storage: add quirk for SMI SM3350Icenowy Zheng2019-01-071-0/+12
| | * | USB: storage: don't insert sane sense for SPC3+ when bad sense specifiedIcenowy Zheng2019-01-071-2/+6
| | * | usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas2019-01-071-0/+7
| | |/
| * | phy: fix build breakage: add PHY_MODE_SATAJohn Hubbard2019-01-131-2/+3
| * | Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-1211-64/+185
| |\ \
| | * | ata: ahci: mvebu: request PHY suspend/resume for Armada 3700Miquel Raynal2019-01-111-0/+3
| | * | ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAMMiquel Raynal2019-01-111-9/+18
| | * | ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCsMiquel Raynal2019-01-111-17/+51
| | * | ata: ahci: mvebu: remove stale commentMiquel Raynal2019-01-111-5/+0
| | * | ata: libahci_platform: comply to PHY frameworkMiquel Raynal2019-01-112-0/+15
| | * | Merge branch 'nvme-5.0' of git://git.infradead.org/nvme into for-linusJens Axboe2019-01-106-39/+72
| | |\ \
| | | * | nvme: don't initlialize ctrl->cntlid twiceAndrey Smirnov2019-01-091-1/+0
| | | * | nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQNJames Dingwall2019-01-093-7/+16
| | | * | nvme: pad fake subsys NQN vid and ssvid with zerosKeith Busch2019-01-091-1/+1