summaryrefslogtreecommitdiffstats
path: root/drivers/ipack/devices/ipoctal.c
AgeCommit message (Expand)Author
2021-10-07ipack: ipoctal: fix module reference leakJohan Hovold
2021-10-07ipack: ipoctal: fix missing allocation-failure checkJohan Hovold
2021-10-07ipack: ipoctal: fix tty-registration error handlingJohan Hovold
2021-10-07ipack: ipoctal: fix tty registration raceJohan Hovold
2021-10-07ipack: ipoctal: fix stack information leakJohan Hovold
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-05-27ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-11-09ipack: iopctal: remove unneeded breakTom Rix
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2014-09-23ipoctal: clear break interrupt as soon as it occursFederico Vaga
2014-09-23ipoctal: get carrier driver to avoid rmmodFederico Vaga
2014-09-23ipoctal: reset function istead of duplicate codeFederico Vaga
2014-07-09ipoctal: request_irq after configurationFederico Vaga
2014-07-09ipoctal: protect only the real critical sectionFederico Vaga
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-01-21drivers/ipack/devices/ipoctal.c: adjust duplicate testJulia Lawall
2013-01-18ipack/devices/ipoctal: add missing rx_enable = 1Samuel Iglesias Gonsalvez
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15ipack/devices/ipoctal: added shutdown callbackSamuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: add rx_enable flagSamuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: ack IRQ before processing itSamuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: avoid re-enable RX two times.Samuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: rework disable TX when the TX buffer is emptySamuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Samuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeSamuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: fix kernel bug when using pppdSamuel Iglesias Gonsalvez
2013-01-15ipack/devices/ipoctal: don't check if nb_bytes is < 0Alberto Garcia
2013-01-15ipack/devices/ipoctal: Fix race condition during TxAlberto Garcia
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-11-16ipack: remove ipack_ids.h fileSamuel Iglesias Gonsalvez
2012-11-16ipack: move header files to include/linuxSamuel Iglesias Gonsalvez
2012-11-16Staging: ipack: move out of stagingGreg Kroah-Hartman