aboutsummaryrefslogtreecommitdiff
path: root/drivers/ipack
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-05-15ipack: tpci200: fix error return code in tpci200_register()Gravatar Wei Yongjun 1-0/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 2-5/+5
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 6-24/+6
2019-06-03Merge 5.2-rc3 into tty-nextGravatar Greg Kroah-Hartman 6-0/+6
2019-05-24tty: ipoctal: drop unused iflag macroGravatar Johan Hovold 1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 6-0/+6
2018-07-07ipack: add error handling for ioremap_nocacheGravatar Zhouyang Jia 1-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2017-05-18ipack: Improve a size determination in ipack_bus_register()Gravatar Markus Elfring 1-1/+1
2017-05-18ipack: Delete an error message for a failed memory allocation in ipack_device...Gravatar Markus Elfring 1-1/+0
2016-10-27ipack: print a hex number after a 0x prefixGravatar Uwe Kleine-König 1-1/+1
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-23ipack: save carrier owner to allow device to get itGravatar Federico Vaga 2-2/+5
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-18ipack: Replace DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 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-10-16ipack: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-7/+15
2013-03-15ipack: split ipack_device_register() in several functionsGravatar Samuel Iglesias Gonsalvez 2-11/+27
2013-03-15ipack: add ipack_get_device() ipack_put_device()Gravatar Samuel Iglesias Gonsalvez 1-0/+12
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
2013-01-15ipack/devices/ipoctal: Fix race condition during TxGravatar Alberto Garcia 1-7/+4
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+2
2012-11-21ipack: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-21ipack: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-16ipack: remove ipack_ids.h fileGravatar Samuel Iglesias Gonsalvez 3-34/+0
2012-11-16ipack: move header files to include/linuxGravatar Samuel Iglesias Gonsalvez 4-219/+5
2012-11-16Staging: ipack: move out of stagingGravatar Greg Kroah-Hartman 14-0/+2589