summaryrefslogtreecommitdiffstats
path: root/drivers/ipack/devices
Commit message (Expand)AuthorAgeFilesLines
* tty: ipoctal: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-8/+6
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-4/+2
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-1/+1
|\
| * ipack: ipoctal: remove unnecessary (void*) conversionsXU pengfei2023-01-201-1/+1
* | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
|/
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* ipack: ipoctal: rename tty-driver pointerJohan Hovold2021-10-041-24/+24
* ipack: ipoctal: fix module reference leakJohan Hovold2021-09-271-8/+21
* ipack: ipoctal: fix missing allocation-failure checkJohan Hovold2021-09-271-1/+3
* ipack: ipoctal: fix tty-registration error handlingJohan Hovold2021-09-271-0/+7
* ipack: ipoctal: fix tty registration raceJohan Hovold2021-09-271-2/+2
* ipack: ipoctal: fix stack information leakJohan Hovold2021-09-271-5/+14
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+4
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-2/+2
|\
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava2021-05-272-7/+3
|/
* ipack: iopctal: remove unneeded breakTom Rix2020-11-091-1/+0
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+3
* Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-111-1/+0
|\
| * Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman2019-06-032-0/+2
| |\
| * | tty: ipoctal: drop unused iflag macroJohan Hovold2019-05-241-1/+0
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-053-12/+3
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-3/+2
* ipoctal: clear break interrupt as soon as it occursFederico Vaga2014-09-231-1/+3
* ipoctal: get carrier driver to avoid rmmodFederico Vaga2014-09-231-3/+27
* ipoctal: reset function istead of duplicate codeFederico Vaga2014-09-231-21/+14
* drivers/ipack/devices/ipoctal.h: Fix typo in include guardRasmus Villemoes2014-09-231-1/+1
* ipoctal: request_irq after configurationFederico Vaga2014-07-091-7/+8
* ipoctal: protect only the real critical sectionFederico Vaga2014-07-091-3/+2
* Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-211-64/+49
|\
| * drivers/ipack/devices/ipoctal.c: adjust duplicate testJulia Lawall2013-01-211-1/+1
| * ipack/devices/ipoctal: add missing rx_enable = 1Samuel Iglesias Gonsalvez2013-01-181-0/+1
| * ipack/devices/ipoctal: added shutdown callbackSamuel Iglesias Gonsalvez2013-01-151-0/+17
| * ipack/devices/ipoctal: add rx_enable flagSamuel Iglesias Gonsalvez2013-01-151-2/+8
| * ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez2013-01-151-1/+0
| * ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez2013-01-151-0/+3
| * ipack/devices/ipoctal: ack IRQ before processing itSamuel Iglesias Gonsalvez2013-01-151-4/+4
| * ipack/devices/ipoctal: avoid re-enable RX two times.Samuel Iglesias Gonsalvez2013-01-151-6/+4
| * ipack/devices/ipoctal: rework disable TX when the TX buffer is emptySamuel Iglesias Gonsalvez2013-01-151-11/+7
| * ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Samuel Iglesias Gonsalvez2013-01-151-1/+2
| * ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeSamuel Iglesias Gonsalvez2013-01-151-16/+3
| * ipack/devices/ipoctal: fix kernel bug when using pppdSamuel Iglesias Gonsalvez2013-01-151-19/+2
| * ipack/devices/ipoctal: don't check if nb_bytes is < 0Alberto Garcia2013-01-151-3/+1
| * ipack/devices/ipoctal: Fix race condition during TxAlberto Garcia2013-01-151-7/+4
* | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-10/+4