summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3084-4/+82
* isdn: Cleanup Sections in PCMCIA driver elsaHenne2010-03-251-6/+6
* isdn: Cleanup Sections in PCMCIA driver avma1Henne2010-03-251-6/+6
* isdn: Cleanup Sections in PCMCIA driver telesHenne2010-03-251-6/+6
* isdn: Cleanup Sections in PCMCIA driver sedlbauerHenne2010-03-251-6/+6
* gigaset: fix build failureTilman Schmidt2010-03-171-3/+11
* gigaset: correct range checking off by one errorTilman Schmidt2010-03-161-1/+1
* ISDN: Add PCI ID for HFC-2S/4S Beronet Card PCIeLars Ellenberg2010-03-161-0/+6
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-165-8/+8
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-085-8/+8
| |\
| | * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| | * tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
| | * tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
| | * isdn/mISDN: add __init/__exit macros to dsp_core.cPeter Huewe2010-02-051-2/+2
| | * isdn/hardware: add __init/__exit macros to mISDNisar.cPeter Huewe2010-02-051-2/+2
| | * Fix misspellings of "separate" in strings.Adam Buchbinder2010-02-041-1/+1
* | | gigaset: prune use of tty_buffer_request_roomTilman Schmidt2010-03-161-1/+0Star
* | | gigaset: correct clearing of at_state strings on RINGTilman Schmidt2010-03-161-8/+4Star
* | | gigaset: avoid registering CAPI driver more than onceTilman Schmidt2010-03-164-31/+53
* | | i4l: change magic numbers in Eicon DIVA ISDN driver to symbolic namesIan Munsie2010-03-151-16/+16
* | | i4l: silence compiler warnings for array access in Eicon DIVA ISDN driverIan Munsie2010-03-151-8/+7Star
* | | isdn: misplaced parenthesis in pof_handle_data()Roel Kluin2010-03-151-1/+1
|/ /
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-03-0116-41/+64
|\ \
| * | PCI: push deprecated pci_find_device() function to last userTilman Schmidt2010-02-2316-41/+64
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-131-1/+1
| |\
* | | isdn: remove ishexdigit() in regard to isxdigit()Andy Shevchenko2010-02-261-15/+1Star
* | | gigaset: reduce syslog clutterTilman Schmidt2010-02-2610-147/+77Star
* | | bas_gigaset: collapse CR/LF at end of AT responseTilman Schmidt2010-02-263-15/+35
* | | isdn: fix a few Kconfig imperfectionsTilman Schmidt2010-02-232-22/+28
* | | CAPI: Remove experimental tag from middleware featureJan Kiszka2010-02-171-2/+1Star
* | | CAPI: Schedule capifs for removalJan Kiszka2010-02-171-6/+7
* | | CAPI: Drop special controller lookup from capi20_put_messageJan Kiszka2010-02-171-5/+2Star
* | | CAPI: Drop return value of handle_minor_sendJan Kiszka2010-02-171-13/+9Star
* | | CAPI: Clean up capiminor_*_ackJan Kiszka2010-02-171-12/+7Star
* | | CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka2010-02-171-59/+67
* | | CAPI: Drop capiminor's unused inbytes counterJan Kiszka2010-02-171-7/+3Star
* | | CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka2010-02-171-9/+7Star
* | | CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka2010-02-171-4/+4
* | | CAPI: Rework capiminor RX handlerJan Kiszka2010-02-171-22/+38
* | | CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka2010-02-171-1/+0Star
* | | CAPI: Drop atomic ttyopencountJan Kiszka2010-02-171-20/+10Star
* | | CAPI: Clean up capiminors_lockJan Kiszka2010-02-171-12/+9Star
* | | CAPI: Drop obsolete nccip from capiminor structJan Kiszka2010-02-171-43/+1Star
* | | CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka2010-02-171-1/+1
* | | CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka2010-02-171-33/+31Star
* | | CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka2010-02-171-32/+62
* | | CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka2010-02-171-14/+28
* | | CAPI: Use kref on capiminorJan Kiszka2010-02-171-9/+28
* | | CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka2010-02-171-6/+4Star
* | | CAPI: Dynamically register minor devicesJan Kiszka2010-02-171-11/+24