summaryrefslogtreecommitdiffstats
path: root/drivers/ipack/devices
AgeCommit message (Expand)AuthorLines
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-01-20ipack: ipoctal: remove unnecessary (void*) conversionsXU pengfei-1/+1
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen-2/+2
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen-1/+1
2021-10-04ipack: ipoctal: rename tty-driver pointerJohan Hovold-24/+24
2021-09-27ipack: ipoctal: fix module reference leakJohan Hovold-8/+21
2021-09-27ipack: ipoctal: fix missing allocation-failure checkJohan Hovold-1/+3
2021-09-27ipack: ipoctal: fix tty-registration error handlingJohan Hovold-0/+7
2021-09-27ipack: ipoctal: fix tty registration raceJohan Hovold-2/+2
2021-09-27ipack: ipoctal: fix stack information leakJohan Hovold-5/+14
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-5/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2021-05-27ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava-7/+3
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2020-11-09ipack: iopctal: remove unneeded breakTom Rix-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-3/+3
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-12/+3
2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman-0/+2
2019-05-24tty: ipoctal: drop unused iflag macroJohan Hovold-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley-3/+2
2014-09-23ipoctal: clear break interrupt as soon as it occursFederico Vaga-1/+3
2014-09-23ipoctal: get carrier driver to avoid rmmodFederico Vaga-3/+27
2014-09-23ipoctal: reset function istead of duplicate codeFederico Vaga-21/+14
2014-09-23drivers/ipack/devices/ipoctal.h: Fix typo in include guardRasmus Villemoes-1/+1
2014-07-09ipoctal: request_irq after configurationFederico Vaga-7/+8
2014-07-09ipoctal: protect only the real critical sectionFederico Vaga-3/+2
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-64/+49
2013-01-21drivers/ipack/devices/ipoctal.c: adjust duplicate testJulia Lawall-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-1/+1
2013-01-18ipack/devices/ipoctal: add missing rx_enable = 1Samuel Iglesias Gonsalvez-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-10/+4
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby-2/+3
2013-01-15ipack/devices/ipoctal: added shutdown callbackSamuel Iglesias Gonsalvez-0/+17
2013-01-15ipack/devices/ipoctal: add rx_enable flagSamuel Iglesias Gonsalvez-2/+8
2013-01-15ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez-1/+0
2013-01-15ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez-0/+3
2013-01-15ipack/devices/ipoctal: ack IRQ before processing itSamuel Iglesias Gonsalvez-4/+4
2013-01-15ipack/devices/ipoctal: avoid re-enable RX two times.Samuel Iglesias Gonsalvez-6/+4
2013-01-15ipack/devices/ipoctal: rework disable TX when the TX buffer is emptySamuel Iglesias Gonsalvez-11/+7
2013-01-15ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Samuel Iglesias Gonsalvez-1/+2
2013-01-15ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeSamuel Iglesias Gonsalvez-16/+3
2013-01-15ipack/devices/ipoctal: fix kernel bug when using pppdSamuel Iglesias Gonsalvez-19/+2
2013-01-15ipack/devices/ipoctal: don't check if nb_bytes is < 0Alberto Garcia-3/+1
2013-01-15ipack/devices/ipoctal: Fix race condition during TxAlberto Garcia-7/+4
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+2
2012-11-16ipack: remove ipack_ids.h fileSamuel Iglesias Gonsalvez-1/+0