| Commit message (Expand) | Author | Age | Files | Lines |
* | isdn: eicon: fix sparse warning: make global functions static | Hannes Eder | 2008-12-16 | 2 | -41/+47 |
* | mISDN: hfcmulti: use __iomem address space modifier | Hannes Eder | 2008-12-12 | 2 | -23/+25 |
* | mISDN: comment out unused symbols | Hannes Eder | 2008-12-12 | 1 | -0/+2 |
* | mISDN: un-export symbol 'plx_lock' | Hannes Eder | 2008-12-12 | 1 | -1/+0 |
* | mISDN: make global symbols static or include header files | Hannes Eder | 2008-12-12 | 1 | -9/+9 |
* | mISDN: use NULL pointer instead of plain integer | Hannes Eder | 2008-12-12 | 1 | -1/+1 |
* | b1isa: fix b1isa_exit() to really remove registered capi controllers | Wilfried Klaebe | 2008-12-03 | 1 | -4/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-13 | 1 | -59/+26 |
|\ |
|
| * | pcmcia: deprecate CS_SUCCESS | Dominik Brodowski | 2008-08-23 | 1 | -2/+2 |
| * | pcmcia: pcmcia_config_loop() improvement by passing vcc | Dominik Brodowski | 2008-08-23 | 1 | -0/+1 |
| * | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 2008-08-23 | 1 | -0/+1 |
| * | pcmcia: pcmcia_config_loop() ConfigIndex unification | Dominik Brodowski | 2008-08-23 | 1 | -1/+0 |
| * | pcmcia: use pcmcia_loop_config in ISDN pcmcia drivers | Dominik Brodowski | 2008-08-23 | 1 | -57/+23 |
* | | mISDN: annotate iomem pointer and add statics | Harvey Harrison | 2008-09-22 | 1 | -7/+7 |
* | | mISDN: endian annotations for struct zt | Harvey Harrison | 2008-09-22 | 2 | -7/+6 |
* | | Add DIP switch readout for HFC-4S IOB4ST | Karsten Keil | 2008-08-02 | 1 | -3/+3 |
* | | Fix remaining big endian issue of hfcmulti | Karsten Keil | 2008-08-02 | 1 | -14/+13 |
* | | mISDN cleanup user interface | Karsten Keil | 2008-08-02 | 2 | -4/+4 |
|/ |
|
* | Remove deprecated virt_to_bus() | Karsten Keil | 2008-07-28 | 2 | -3/+1 |
* | isdn: mISDN HFC PCI support depends on virt_to_bus() | Stephen Rothwell | 2008-07-27 | 1 | -0/+1 |
* | Add mISDN HFC multiport driver | Karsten Keil | 2008-07-27 | 4 | -0/+6537 |
* | Add mISDN HFC PCI driver | Karsten Keil | 2008-07-27 | 4 | -0/+2503 |
* | Add mISDN driver | Karsten Keil | 2008-07-27 | 1 | -0/+1 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 2 | -3/+2 |
|\ |
|
| * | isdn divas: fix proc creation | Alexey Dobriyan | 2008-06-10 | 2 | -3/+2 |
* | | Add a bunch of cycle_kernel_lock() calls | Jonathan Corbet | 2008-06-20 | 2 | -0/+4 |
* | | divamnt: BKL pushdown | Jonathan Corbet | 2008-06-20 | 1 | -5/+11 |
|/ |
|
* | isdn: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -6/+2 |
* | eicon: fix sparse integer as NULL pointer warnings | Harvey Harrison | 2008-04-28 | 2 | -7/+7 |
* | avm: fix sparse warning using integer as NULL pointer | Harvey Harrison | 2008-04-28 | 8 | -26/+26 |
* | drivers/isdn/hardware/eicon/debug.c: fix uninitialized var warning | Andrew Morton | 2008-02-06 | 1 | -1/+1 |
* | drivers/isdn/hardware/eicon/message.c fix 'and' typo in eicons' AddInfo() | Roel Kluin | 2008-02-06 | 1 | -1/+1 |
* | Remove pointless casts from void pointers | Jeff Garzik | 2008-02-06 | 1 | -3/+2 |
* | drivers/isdn/: Spelling fixes | Joe Perches | 2008-02-03 | 2 | -2/+2 |
* | Spelling fixes: lenght->length | Paulius Zaleckas | 2008-02-03 | 1 | -1/+1 |
* | Typoes: "whith" -> "with" | Robert P. J. Day | 2008-02-03 | 1 | -1/+1 |
* | Spelling fix: explicitly | Jean Delvare | 2007-10-19 | 1 | -2/+2 |
* | isdn: fix random hard freeze with AVM T1 cards | Karsten Keil | 2007-10-19 | 1 | -16/+12 |
* | isdn: fix random hard freeze with AVM cards using b1dma | Karsten Keil | 2007-10-19 | 1 | -9/+19 |
* | isdn: fix random hard freeze with AVM c4 card part 2 | Karsten Keil | 2007-10-19 | 1 | -0/+2 |
* | i4l: Fix random hard freeze with AVM c4 card | Karsten Keil | 2007-10-18 | 1 | -3/+11 |
* | i4l: fix random freezes with AVM B1 drivers | Karsten Keil | 2007-10-18 | 1 | -15/+13 |
* | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 2007-10-10 | 1 | -2/+3 |
* | i4l: leak in eicon/idifunc.c | Armin Schindler | 2007-07-17 | 1 | -0/+1 |
* | Use menuconfig objects: ISDN: CONFIG_CAPI_EICON | Jan Engelhardt | 2007-07-17 | 1 | -11/+10 |
* | Use menuconfig objects: ISDN: CONFIG_CAPI_AVM | Jan Engelhardt | 2007-07-17 | 1 | -12/+10 |
* | Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI | Jan Engelhardt | 2007-07-17 | 3 | -10/+7 |
* | Use menuconfig objects: ISDN: CONFIG_ISDN | Jan Engelhardt | 2007-07-17 | 3 | -3/+3 |
* | isdn/diva: fix section mismatch | Randy Dunlap | 2007-06-08 | 1 | -1/+1 |
* | isdn: fix section mismatch warnings | Sam Ravnborg | 2007-06-01 | 2 | -2/+2 |