aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia/synclink_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski1-12/+9
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski1-4/+3
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-05-10pcmcia: dev_node removal (drivers with updated printk call)Dominik Brodowski1-8/+2
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-9/+3
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-3/+0
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)Dominik Brodowski1-12/+11
2009-11-08pcmcia: use pcmcia_loop_config in misc pcmcia driversDominik Brodowski1-40/+24
2009-09-01hdlc: convert to netdev_tx_tStephen Hemminger1-4/+3
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-4/+7
2009-04-01proc tty: switch synclink_cs to ->proc_fopsAlexey Dobriyan1-39/+34
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-7/+11
2009-01-02synclink_cs: Convert to tty_portAlan Cox1-298/+181
2008-10-17pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox1-1/+1
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2008-08-31pcmcia: remove unused argument to pcmcia_parse_tuple()Dominik Brodowski1-1/+1
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmpJeff Garzik1-4/+0
2008-07-23Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa1-4/+0
2008-07-22tty: rework break handlingAlan Cox1-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-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-16/+12
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-28synclink drivers bool conversionJoe Perches1-62/+63
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-6/+4
2008-02-06synclink: standardize format of linux header file include's with "<>"Robert P. J. Day1-2/+1
2007-10-23char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik1-353/+353
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+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-02-12[PATCH] Char: timers cleanupJiri Slaby1-6/+4
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
2006-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-7/+0
2006-12-04[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidationDominik Brodowski1-7/+0
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+2
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+0
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-10-01[SERIAL] Remove wrong asm/serial.h inclusionsRussell King1-1/+0
2006-07-21[WAN]: Converted synclink drivers to use netif_carrier_*()Krzysztof Halasa1-4/+10
2006-06-25[PATCH] More !tty cleanups in drivers/charEric Sesterhenn1-2/+2
2006-06-23[PATCH] Sparse fixes for synclink_csPeter Hagervall1-27/+27
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski1-18/+10
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski1-6/+10
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski1-26/+20