aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-21Use menuconfig objects - CONFIG_ISDN_I4LTilman Schmidt1-1/+0
2007-07-18ISDN HiSax: uninitialized return in hisax_cs_setupFlorin Malita1-3/+1
2007-07-17[ISDN] HiSax hfc_pci: minor cleanupsJeff Garzik1-98/+93
2007-07-17[ISDN] HiSax bkm_a4t: split setup into two smaller functionsJeff Garzik1-45/+63
2007-07-17[ISDN] HiSax enternow: split setup into 3 smaller functionsJeff Garzik1-76/+89
2007-07-17[ISDN] HiSax netjet_u: split setup into 3 smaller functionsJeff Garzik1-74/+93
2007-07-17[ISDN] HiSax netjet_s: code movement, prep for hotplugJeff Garzik1-86/+108
2007-07-17[ISDN] HiSax: move card state alloc/setup code into separate functionsJeff Garzik1-18/+54
2007-07-17[ISDN] HiSax: move card setup into separate functionJeff Garzik1-88/+99
2007-07-17sane irq initialization in sedlbauer hisaxKarsten Keil1-1/+7
2007-07-17Mismatching declarations of revision strings in HiSaxDavid Woodhouse1-5/+5
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-3/+1
2007-05-23HiSax: fix error checking for hisax_register()]Alan Stern5-29/+30
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2-3/+6
2007-03-27[PATCH] ISDN: fix BChannel_bh() call from isar_bh()Jiri Kosina1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau5-5/+0
2007-02-12[PATCH] drivers/isdn/hisax/: Convert to generic boolean-valuesRichard Knutsson2-23/+20
2007-02-12[PATCH] ISDN: Rename special macro CONFIG_HISAX_HFC4S8S_PCIMEMRobert P. J. Day1-24/+24
2007-02-12[PATCH] ISDN: Remove defunct test emulatorRobert P. J. Day4-37/+0
2007-02-12[PATCH] ISDN: Rename debug option CONFIG_SERIAL_NOPAUSE_IORobert P. J. Day1-4/+4
2007-02-12[PATCH] ISDN: Fix typo "CONFIG_HISAX_QUADRO" -> "CONFIG_HISAX_SCT_QUADRO".Robert P. J. Day1-1/+1
2007-02-12[PATCH] drivers/isdn/hisax/: proper prototypesAdrian Bunk4-32/+24
2006-12-10[PATCH] Don't build some broken ISDN drivers on big endian MIPSRalf Baechle1-5/+5
2006-12-08[PATCH] ISDN: fix warningsJeff Garzik3-5/+13
2006-12-08[PATCH] i4l: remove the broken HISAX_AMD7930 optionAdrian Bunk3-31/+0
2006-12-08[PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan10-23/+10
2006-12-08[PATCH] drivers/isdn/*: trivial vsnprintf() conversionAlexey Dobriyan2-3/+3
2006-12-08[PATCH] isdn/hisax: use bitrev8Akinobu Mita4-28/+3
2006-12-07[PATCH] make 1-bit bitfields unsignedMariusz Kozlowski1-4/+4
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells4-77/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells2-11/+11
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski4-66/+0
2006-12-04[PATCH] pcmcia: remove prod_id indirectionDominik Brodowski1-11/+3
2006-11-30Fix typos in drivers/isdn/hisax/isdnl2.cJan Engelhardt1-10/+10
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells11-27/+45
2006-11-20[PATCH] fix build error for HISAX_NETJETToralf Foerster1-1/+1
2006-10-20[PATCH] drivers/isdn: ioremap balanced with iounmapAmol Lad1-2/+24
2006-10-17[PATCH] ISDN: check for userspace copy faultsJeff Garzik1-2/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells39-55/+54
2006-10-04[PATCH] hisax niccy cleanupJiri Slaby1-114/+109
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03Fix several typos in drivers/Matt LaPlante1-1/+1
2006-10-03[PATCH] ISDN warning fixesAlan Cox7-26/+24
2006-10-02[PATCH] isdn: work around excessive udelay()Andrew Morton1-1/+12
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev1-3/+3
2006-07-10[PATCH] hisax: fix usage of __init*Karsten Keil32-86/+86