summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng2017-06-291-7/+72
* tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng2017-06-291-0/+13
* tty: serial: lpuart: add imx7ulp supportDong Aisheng2017-06-291-0/+11
* tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng2017-06-291-15/+30
* tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng2017-06-291-61/+62
* tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng2017-06-291-20/+27
* serial: imx-serial - move DMA buffer configuration to DTNandor Han2017-06-291-8/+17
* serial: imx: Enable RTSD only when neededNandor Han2017-06-291-1/+3
* serial: imx: Remove unused members from imx_port structFabio Estevam2017-06-291-3/+0
* serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R2017-06-291-2/+21
* serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell2017-06-291-0/+4
* tty/serial: meson_uart: update to stable bindingsHelmut Klein2017-06-201-6/+84
* serial: Delete dead code for CIR serial portsMatthias Brugger2017-06-201-17/+6
* serial: sirf: make of_device_ids constArvind Yadav2017-06-201-1/+1
* serial/mpsc: switch to dma_alloc_attrsChristoph Hellwig2017-06-201-4/+6
* tty: serial: Add Actions Semi Owl UART earlyconAndreas Färber2017-06-203-0/+155
* tty/serial: atmel: make the driver DT onlyAlexandre Belloni2017-06-141-63/+33
* tty/serial: atmel: remove atmel_default_console_device handlingAlexandre Belloni2017-06-141-43/+0
* tty: rocket: drop broken alt-speed supportJohan Hovold2017-06-131-21/+6
* tty: cyclades: drop broken alt-speed supportJohan Hovold2017-06-131-12/+9
* tty: amiserial: drop broken alt-speed supportJohan Hovold2017-06-131-20/+3
* USB: serial: ftdi_sio: remove broken alt-speed handlingJohan Hovold2017-06-131-47/+9
* USB: serial: ftdi_sio: simplify TIOCSSERIAL flag logicJohan Hovold2017-06-131-8/+5
* serial: rate limit custom-speed deprecation noticeJohan Hovold2017-06-131-3/+2
* tty: add TIOCGPTPEER ioctlAleksa Sarai2017-06-091-4/+67
* tty: add compat_ioctl callbacksAleksa Sarai2017-06-091-0/+22
* serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka2017-06-091-4/+11
* tty/serial: atmel: Remove AVR32 bits from the driverAndy Shevchenko2017-06-092-27/+9
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-091-1/+1
* Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman2017-06-093-51/+19
|\
| * vt: drop access_ok() calls in unimap ioctlsAdam Borowski2017-06-091-8/+0
| * vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+3
| * vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+6
| * vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-091-3/+3
| * vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski2017-06-091-24/+7
* | Merge 4.12-rc4 into tty-nextGreg Kroah-Hartman2017-06-05144-829/+1307
|\|
| * Merge tag 'tty-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-06-041-2/+0
| |\
| | * Revert "tty: fix port buffer locking"Greg Kroah-Hartman2017-06-041-2/+0
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-06-044-17/+69
| |\ \
| | * | Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede2017-06-031-2/+3
| | * | Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede2017-06-031-7/+36
| | * | Merge tag 'v4.12-rc3' into for-linusDmitry Torokhov2017-06-036423-139506/+1079681
| | |\|
| | * | Input: tm2-touchkey - use LEN_ON as boolean value instead of LED_FULLAndi Shyti2017-06-021-1/+1
| | * | Input: synaptics - tell users to report when they should be using rmi-smbusBenjamin Tissoires2017-05-301-1/+9
| | * | Input: synaptics - warn the users when there is a better modeBenjamin Tissoires2017-05-301-7/+15
| | * | Input: synaptics - keep PS/2 around when RMI4_SMB is not enabledBenjamin Tissoires2017-05-301-1/+2
| | * | Input: synaptics - clear device info before filling inEric Biggers2017-05-301-0/+2
| | * | Input: silead - disable interrupt during suspendHans de Goede2017-05-301-0/+3
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-06-047-35/+53
| |\ \ \
| | * | | scsi: libcxgbi: fix skb use after freeVarun Prakash2017-05-242-15/+26