summaryrefslogtreecommitdiffstats
path: root/drivers/ipack
Commit message (Expand)AuthorAgeFilesLines
* ipack: print a hex number after a 0x prefixUwe Kleine-König2016-10-271-1/+1
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-3/+2
* ipoctal: clear break interrupt as soon as it occursFederico Vaga2014-09-231-1/+3
* ipoctal: get carrier driver to avoid rmmodFederico Vaga2014-09-231-3/+27
* ipack: save carrier owner to allow device to get itFederico Vaga2014-09-232-2/+5
* ipoctal: reset function istead of duplicate codeFederico Vaga2014-09-231-21/+14
* drivers/ipack/devices/ipoctal.h: Fix typo in include guardRasmus Villemoes2014-09-231-1/+1
* ipack: Replace DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-07-181-1/+1
* ipoctal: request_irq after configurationFederico Vaga2014-07-091-7/+8
* ipoctal: protect only the real critical sectionFederico Vaga2014-07-091-3/+2
* ipack: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-7/+15
* ipack: split ipack_device_register() in several functionsSamuel Iglesias Gonsalvez2013-03-152-11/+27
* ipack: add ipack_get_device() ipack_put_device()Samuel Iglesias Gonsalvez2013-03-151-0/+12
* Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-211-64/+49
|\
| * drivers/ipack/devices/ipoctal.c: adjust duplicate testJulia Lawall2013-01-211-1/+1
| * ipack/devices/ipoctal: add missing rx_enable = 1Samuel Iglesias Gonsalvez2013-01-181-0/+1
| * ipack/devices/ipoctal: added shutdown callbackSamuel Iglesias Gonsalvez2013-01-151-0/+17
| * ipack/devices/ipoctal: add rx_enable flagSamuel Iglesias Gonsalvez2013-01-151-2/+8
| * ipack/devices/ipoctal: remove redundant tty_flip_buffer_push()Samuel Iglesias Gonsalvez2013-01-151-1/+0
| * ipack/devices/ipoctal: protect the channel data processing with a spinlockSamuel Iglesias Gonsalvez2013-01-151-0/+3
| * ipack/devices/ipoctal: ack IRQ before processing itSamuel Iglesias Gonsalvez2013-01-151-4/+4
| * ipack/devices/ipoctal: avoid re-enable RX two times.Samuel Iglesias Gonsalvez2013-01-151-6/+4
| * ipack/devices/ipoctal: rework disable TX when the TX buffer is emptySamuel Iglesias Gonsalvez2013-01-151-11/+7
| * ipack/devices/ipoctal: setup TTY_NORMAL flag for each character.Samuel Iglesias Gonsalvez2013-01-151-1/+2
| * ipack/devices/ipoctal: remove wait_queue and atomic_t board_writeSamuel Iglesias Gonsalvez2013-01-151-16/+3
| * ipack/devices/ipoctal: fix kernel bug when using pppdSamuel Iglesias Gonsalvez2013-01-151-19/+2
| * ipack/devices/ipoctal: don't check if nb_bytes is < 0Alberto Garcia2013-01-151-3/+1
| * ipack/devices/ipoctal: Fix race condition during TxAlberto Garcia2013-01-151-7/+4
* | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-10/+4
* | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-2/+3
|/
* Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-0/+2
* ipack: remove use of __devexitBill Pemberton2012-11-211-1/+1
* ipack: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* ipack: remove ipack_ids.h fileSamuel Iglesias Gonsalvez2012-11-163-34/+0
* ipack: move header files to include/linuxSamuel Iglesias Gonsalvez2012-11-164-219/+5
* Staging: ipack: move out of stagingGreg Kroah-Hartman2012-11-1614-0/+2589