summaryrefslogtreecommitdiff
path: root/drivers/char/pcmcia
AgeCommit message (Expand)AuthorFilesLines
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-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
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
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 Melo1-1/+1
2007-03-06[PATCH] Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)Marcel Holtmann1-1/+2
2007-02-12[PATCH] Char: timers cleanupJiri Slaby3-15/+8
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-3/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-12-07[PATCH] generic HDLC synclink config mismatch fixPaul Fulghum1-12/+14