summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia/synclink_cs.c
Commit message (Expand)AuthorAgeFilesLines
...
| * tty: icount changeover for other main devicesAlan Cox2010-10-221-33/+27Star
* | pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov2010-10-211-0/+2
* | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-291-4/+0Star
* | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1Star
* | pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski2010-09-291-7/+0Star
* | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-291-13/+3Star
* | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-291-1/+0Star
* | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-7/+3Star
* | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-291-3/+3
* | pcmcia: simplify IntTypeDominik Brodowski2010-09-291-2/+0Star
|/
* pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-031-12/+9Star
* pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-031-4/+3Star
* pcmcia: remove cs_types.hDominik Brodowski2010-07-301-1/+0Star
* pcmcia: dev_node removal (drivers with updated printk call)Dominik Brodowski2010-05-101-8/+2Star
* pcmcia: re-work pcmcia_request_irq()Dominik Brodowski2010-05-101-9/+3Star
* pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-281-3/+0Star
* pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)Dominik Brodowski2009-11-091-12/+11Star
* pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski2009-11-081-40/+24Star
* hdlc: convert to netdev_tx_tStephen Hemminger2009-09-011-4/+3Star
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-4/+7
* proc tty: switch synclink_cs to ->proc_fopsAlexey Dobriyan2009-04-011-39/+34Star
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-7/+11
* synclink_cs: Convert to tty_portAlan Cox2009-01-021-298/+181Star
* pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox2008-10-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-10-131-1/+1
|\
| * pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski2008-08-311-1/+1
* | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-071-4/+0Star
|\ \ | |/ |/|
| * Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa2008-07-231-4/+0Star
* | 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-211-16/+12Star
|\
| * WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-16/+12Star
* | tty: Ldisc revampAlan Cox2008-07-211-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/+2Star
* synclink drivers bool conversionJoe Perches2008-04-281-62/+63
* drivers/char: minor irq handler cleanupsJeff Garzik2008-04-211-6/+4Star
* synclink: standardize format of linux header file include's with "<>"Robert P. J. Day2008-02-061-2/+1Star
* char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik2007-10-241-353/+353
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-031-1/+0Star
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-6/+4Star
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-3/+1Star
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+1
* [PATCH] generic HDLC synclink config mismatch fixPaul Fulghum2006-12-071-12/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-061-7/+0Star
|\
| * [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski2006-12-051-7/+0Star
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+4
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+2Star