summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia
AgeCommit message (Expand)AuthorFilesLines
2008-10-13tty: ipw need reworkingAlan Cox1-9/+10
2008-08-16removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik1-4/+0
2008-07-28ipwireless: fix compile failureJames Bottomley1-1/+1
2008-07-28ipwireless: Preallocate received packet buffers with MRU sizeDavid Sterba3-1/+8
2008-07-28ipwireless: Put packets to pool startDavid Sterba1-2/+2
2008-07-28ipwireless: Increase PPP outgoing queue sizeDavid Sterba2-3/+5
2008-07-28ipwireless: Explicitly request io and mem regionsDavid Sterba2-34/+50
2008-07-28ipwireless: Constify buffer variablesDavid Sterba3-14/+16
2008-07-28ipwireless: Do not return value from sending funcsDavid Sterba1-12/+3
2008-07-28ipwireless: Remove endian-dependent bitfieldsDavid Sterba1-13/+38
2008-07-28ipwireless: Glue splitted printk strings backDavid Sterba2-18/+12
2008-07-28ipwireless: Remove pt_regs from interrupt handlerDavid Sterba2-2/+2
2008-07-28ipwireless: Rename spinlock variables to lockDavid Sterba2-71/+71
2008-07-28ipwireless: Remove unused definesDavid Sterba2-11/+7
2008-07-28ipwireless: Misc cleanupsDavid Sterba1-32/+18
2008-07-23Remove bogus dosyncppp variable from synclink drivers.Krzysztof HaƂasa1-4/+0
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-2/+3
2008-07-22tty: rework break handlingAlan Cox1-2/+3
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2-2/+3
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-16/+12
2008-07-20tty: Ldisc revampAlan Cox1-2/+2
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller4-51/+95
2008-07-15pcmcia: fix return value in cm4000_cs.cDominik Brodowski1-1/+1
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-50/+92
2008-07-12drivers/char/pcmcia/ipwireless/hardware.c fix resource leakDarren Jenkins1-1/+3
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-16/+12
2008-06-24pcmcia: cm40x0 cdev lock_kernel() pushdownJonathan Corbet2-13/+35
2008-06-24pcmcia: switch cm4000_cs.c to unlocked_ioctlAlan Cox1-36/+57
2008-06-24pcmcia: remove version.hDominik Brodowski1-1/+0
2008-06-06ipwireless: Fix blocked sendingDavid Sterba1-8/+12
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-2/+2
2008-04-30pcmcia: serial to int put_char methodAlan Cox1-3/+4
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-14/+2
2008-04-29ipwireless: remove dead codeJiri Kosina4-46/+0
2008-04-28synclink drivers bool conversionJoe Perches1-62/+63
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-6/+4
2008-03-04ipwireless: fix potential tty == NULL dereferenceDavid Sterba1-1/+4
2008-02-13pcmcia: ipwireless depends on NETDEVICESPaul Mundt1-1/+1
2008-02-07ipwireless: driver for PC Card 3G/UMTS modemDavid Sterba12-0/+3854
2008-02-06synclink: standardize format of linux header file include's with "<>"Robert P. J. Day1-2/+1
2008-02-05pcmcia: convert some internal-only ioaddr_t to unsigned intOlof Johansson1-8/+9
2007-11-14cm40x0_cs.c: fix debug macrosPascal Terjan2-2/+2
2007-10-23char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik1-353/+353
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de2-6/+4
2007-08-11drivers/char/pcmcia/cm40x0_cs.c: fix release function callDaniel Ritz2-4/+3
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09cm4000_cs: use bitrevAkinobu Mita2-29/+7
2007-05-09cm4000_cs: fix error pathsAkinobu Mita2-3/+13