aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
...
| * | | isdn: potential buffer overflowsDan Carpenter2010-09-061-3/+3
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-221-1/+2
| |\ \ \
| * | | | drivers/isdn: Adjust confusing if indentationJulia Lawall2010-08-163-7/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-2/+0
|\ \ \ \ \
| * | | | | isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()Tejun Heo2010-10-171-2/+0
* | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \ \ \ \
| * | | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-10-215-499/+47
|\ \ \ \ \ \
| * | | | | | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-295-309/+0
| * | | | | | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-291-1/+1
| * | | | | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-295-15/+5
| * | | | | | pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski2010-09-294-35/+0
| * | | | | | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-295-86/+30
| * | | | | | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-295-26/+3
| * | | | | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-295-25/+13
| * | | | | | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-295-7/+7
| * | | | | | pcmcia: simplify IntTypeDominik Brodowski2010-09-295-5/+0
| * | | | | | pcmcia: simplify Status, ExtStatus register accessDominik Brodowski2010-09-291-3/+1
| * | | | | | pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski2010-09-291-4/+4
| |/ / / / /
* | | | | | Merge branch 'linus' into irq/coreIngo Molnar2010-10-201-4/+14
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | isdn: strcpy() => strlcpy()Dan Carpenter2010-10-081-4/+14
| |/ / / /
* | | | | isdn: hisax: Replace the bogus access to irq statsThomas Gleixner2010-10-122-4/+15
* | | | | isdn: Free irq_data namespaceThomas Gleixner2010-10-041-3/+3
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-231-1/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | isdn/avm: fix build when PCMCIA is not enabledRandy Dunlap2010-08-221-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-133-1/+6
|\ \ \ | |/ / | | / | |/ |/|
| * isdn: mISDN: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-1/+4
| * isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-0/+1
| * isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-093-7/+10
|\ \ | |/
| * isdn: gigaset: use after freeDan Carpenter2010-08-071-2/+4
| * isdn: gigaset: add missing unlockDan Carpenter2010-08-071-0/+1
| * isdn: fix information leakDan Carpenter2010-08-051-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-065-126/+73
|\ \ | |/ |/|
| * pcmcia: do not request windows if you don't need toDominik Brodowski2010-08-031-36/+1
| * pcmcia: remove memreq_tDominik Brodowski2010-08-031-4/+3
| * pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-035-51/+42
| * pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-035-33/+30
| * pcmcia: remove cs_types.hDominik Brodowski2010-07-305-5/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-049-10/+10
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2010-08-048-240/+383
| |\ \ | | |/
| * | fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-119-10/+10
* | | drivers: isdn: get rid of custom strtoul()Andy Shevchenko2010-07-151-60/+20
* | | drivers: isdn: remove custom strtoul()Andy Shevchenko2010-07-151-28/+6
* | | drivers: isdn: use kernel macros to convert hex digitAndy Shevchenko2010-07-152-16/+4
* | | isdn/hisax: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-42/+42
* | | mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-6/+3
* | | isdn/hardware/eicon: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe2010-07-151-35/+34
* | | mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-25/+14
* | | isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID ...Peter Huewe2010-07-151-46/+46