aboutsummaryrefslogtreecommitdiff
path: root/drivers/ipack/devices
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: ipoctal: convert to u8 and size_tGravatar Jiri Slaby (SUSE) 1-8/+6
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-4/+2
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-01-20ipack: ipoctal: remove unnecessary (void*) conversionsGravatar XU pengfei 1-1/+1
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterGravatar Ilpo Järvinen 1-2/+2
2022-08-30tty: Make ->set_termios() old ktermios constGravatar Ilpo Järvinen 1-1/+1
2021-10-04ipack: ipoctal: rename tty-driver pointerGravatar Johan Hovold 1-24/+24
2021-09-27ipack: ipoctal: fix module reference leakGravatar Johan Hovold 1-8/+21
2021-09-27ipack: ipoctal: fix missing allocation-failure checkGravatar Johan Hovold 1-1/+3
2021-09-27ipack: ipoctal: fix tty-registration error handlingGravatar Johan Hovold 1-0/+7
2021-09-27ipack: ipoctal: fix tty registration raceGravatar Johan Hovold 1-2/+2
2021-09-27ipack: ipoctal: fix stack information leakGravatar Johan Hovold 1-5/+14
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-2/+2
2021-07-27tty: stop using alloc_tty_driverGravatar Jiri Slaby 1-5/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+2
2021-05-27ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersGravatar Aditya Srivastava 2-7/+3
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-1/+1
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-1/+1
2020-11-09ipack: iopctal: remove unneeded breakGravatar Tom Rix 1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-3/+3
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 3-12/+3
2019-06-03Merge 5.2-rc3 into tty-nextGravatar Greg Kroah-Hartman 2-0/+2
2019-05-24tty: ipoctal: drop unused iflag macroGravatar Johan Hovold 1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-3/+2
2014-09-23ipoctal: clear break interrupt as soon as it occursGravatar Federico Vaga 1-1/+3
2014-09-23ipoctal: get carrier driver to avoid rmmodGravatar Federico Vaga 1-3/+27
2014-09-23ipoctal: reset function istead of duplicate codeGravatar Federico Vaga 1-21/+14
2014-09-23drivers/ipack/devices/ipoctal.h: Fix typo in include guardGravatar Rasmus Villemoes 1-1/+1
2014-07-09ipoctal: request_irq after configurationGravatar Federico Vaga 1-7/+8
2014-07-09ipoctal: protect only the real critical sectionGravatar Federico Vaga 1-3/+2
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-64/+49
2013-01-21drivers/ipack/devices/ipoctal.c: adjust duplicate testGravatar Julia Lawall 1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-1/+1
2013-01-18ipack/devices/ipoctal: add missing rx_enable = 1Gravatar Samuel Iglesias Gonsalvez 1-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-10/+4
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-2/+3
2013-01-15ipack/devices/ipoctal: added shutdown callbackGravatar Samuel Iglesias Gonsalvez 1-0/+17
2013-01-15ipack/devices/ipoctal: add rx_enable flagGravatar Samuel Iglesias Gonsalvez 1-2/+8
2013-01-15ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Gravatar Samuel Iglesias Gonsalvez 1-1/+0
2013-01-15ipack/devices/ipoctal: protect the channel data processing with a spinlockGravatar Samuel Iglesias Gonsalvez 1-0/+3
2013-01-15ipack/devices/ipoctal: ack IRQ before processing itGravatar Samuel Iglesias Gonsalvez 1-4/+4
2013-01-15ipack/devices/ipoctal: avoid re-enable RX two times.Gravatar Samuel Iglesias Gonsalvez 1-6/+4
2013-01-15ipack/devices/ipoctal: rework disable TX when the TX buffer is emptyGravatar Samuel Iglesias Gonsalvez 1-11/+7
2013-01-15ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Gravatar Samuel Iglesias Gonsalvez 1-1/+2
2013-01-15ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeGravatar Samuel Iglesias Gonsalvez 1-16/+3
2013-01-15ipack/devices/ipoctal: fix kernel bug when using pppdGravatar Samuel Iglesias Gonsalvez 1-19/+2
2013-01-15ipack/devices/ipoctal: don't check if nb_bytes is < 0Gravatar Alberto Garcia 1-3/+1