summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: pcmcia_config_loop() default CIS entry handlingDominik Brodowski2008-08-232-0/+2
* pcmcia: pcmcia_config_loop() ConfigIndex unificationDominik Brodowski2008-08-232-4/+0
* pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski2008-08-232-95/+54
* ipwireless: fix compile failureJames Bottomley2008-07-281-1/+1
* ipwireless: Preallocate received packet buffers with MRU sizeDavid Sterba2008-07-283-1/+8
* ipwireless: Put packets to pool startDavid Sterba2008-07-281-2/+2
* ipwireless: Increase PPP outgoing queue sizeDavid Sterba2008-07-282-3/+5
* ipwireless: Explicitly request io and mem regionsDavid Sterba2008-07-282-34/+50
* ipwireless: Constify buffer variablesDavid Sterba2008-07-283-14/+16
* ipwireless: Do not return value from sending funcsDavid Sterba2008-07-281-12/+3
* ipwireless: Remove endian-dependent bitfieldsDavid Sterba2008-07-281-13/+38
* ipwireless: Glue splitted printk strings backDavid Sterba2008-07-282-18/+12
* ipwireless: Remove pt_regs from interrupt handlerDavid Sterba2008-07-282-2/+2
* ipwireless: Rename spinlock variables to lockDavid Sterba2008-07-282-71/+71
* ipwireless: Remove unused definesDavid Sterba2008-07-282-11/+7
* ipwireless: Misc cleanupsDavid Sterba2008-07-281-32/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-222-2/+3
|\
| * device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-212-2/+3
* | tty: rework break handlingAlan Cox2008-07-221-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-201-16/+12
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-184-51/+95
| |\
| * | WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-16/+12
* | | tty: Ldisc revampAlan Cox2008-07-201-2/+2
| |/ |/|
* | pcmcia: fix return value in cm4000_cs.cDominik Brodowski2008-07-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-07-143-50/+92
|\ \
| * | pcmcia: cm40x0 cdev lock_kernel() pushdownJonathan Corbet2008-06-242-13/+35
| * | pcmcia: switch cm4000_cs.c to unlocked_ioctlAlan Cox2008-06-241-36/+57
| * | pcmcia: remove version.hDominik Brodowski2008-06-241-1/+0
* | | drivers/char/pcmcia/ipwireless/hardware.c fix resource leakDarren Jenkins2008-07-121-1/+3
| |/ |/|
* | ipwireless: Fix blocked sendingDavid Sterba2008-06-061-8/+12
|/
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-2/+2
* pcmcia: serial to int put_char methodAlan Cox2008-04-301-3/+4
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-14/+2
* ipwireless: remove dead codeJiri Kosina2008-04-294-46/+0
* synclink drivers bool conversionJoe Perches2008-04-281-62/+63
* drivers/char: minor irq handler cleanupsJeff Garzik2008-04-201-6/+4
* ipwireless: fix potential tty == NULL dereferenceDavid Sterba2008-03-041-1/+4
* pcmcia: ipwireless depends on NETDEVICESPaul Mundt2008-02-131-1/+1
* ipwireless: driver for PC Card 3G/UMTS modemDavid Sterba2008-02-0712-0/+3854
* synclink: standardize format of linux header file include's with "<>"Robert P. J. Day2008-02-061-2/+1
* pcmcia: convert some internal-only ioaddr_t to unsigned intOlof Johansson2008-02-051-8/+9
* cm40x0_cs.c: fix debug macrosPascal Terjan2007-11-142-2/+2
* char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik2007-10-231-353/+353
* Convert from class_device to device in drivers/chartonyj@suse.de2007-10-122-6/+4
* drivers/char/pcmcia/cm40x0_cs.c: fix release function callDaniel Ritz2007-08-112-4/+3
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-091-1/+1
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* | cm4000_cs: use bitrevAkinobu Mita2007-05-092-29/+7
* | cm4000_cs: fix error pathsAkinobu Mita2007-05-092-3/+13
|/