summaryrefslogtreecommitdiffstats
path: root/drivers/ipack
AgeCommit message (Expand)AuthorLines
2018-07-07ipack: add error handling for ioremap_nocacheZhouyang Jia-0/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2017-05-18ipack: Improve a size determination in ipack_bus_register()Markus Elfring-1/+1
2017-05-18ipack: Delete an error message for a failed memory allocation in ipack_device...Markus Elfring-1/+0
2016-10-27ipack: print a hex number after a 0x prefixUwe Kleine-König-1/+1
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-23ipack: save carrier owner to allow device to get itFederico Vaga-2/+5
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-18ipack: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-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-10-16ipack: convert bus code to use dev_groupsGreg Kroah-Hartman-7/+15
2013-03-15ipack: split ipack_device_register() in several functionsSamuel Iglesias Gonsalvez-11/+27
2013-03-15ipack: add ipack_get_device() ipack_put_device()Samuel Iglesias Gonsalvez-0/+12
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-21ipack: remove use of __devexitBill Pemberton-1/+1
2012-11-21ipack: remove use of __devexit_pBill Pemberton-1/+1
2012-11-16ipack: remove ipack_ids.h fileSamuel Iglesias Gonsalvez-34/+0
2012-11-16ipack: move header files to include/linuxSamuel Iglesias Gonsalvez-219/+5
2012-11-16Staging: ipack: move out of stagingGreg Kroah-Hartman-0/+2589