summaryrefslogtreecommitdiff
path: root/drivers/char/pcmcia/synclink_cs.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-18pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoletedAlan Cox1-1/+1
2008-10-14Merge 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/chri...Jeff Garzik1-4/+0
2008-07-24Remove bogus dosyncppp variable from synclink drivers.Krzysztof HaƂasa1-4/+0
2008-07-23tty: rework break handlingAlan Cox1-2/+3
2008-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-16/+12
2008-07-21tty: 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-21drivers/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-24char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik1-353/+353
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-05-03PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-26[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/torval...David Howells1-7/+0
2006-12-05[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-22[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
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski1-12/+9
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski1-7/+0
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski1-6/+0
2006-03-31[PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski1-9/+1
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-17/+11
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-01-06[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski1-41/+8
2006-01-06[PATCH] pcmcia: remove dev_list from driversDominik Brodowski1-13/+1
2006-01-06[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski1-26/+8
2006-01-06[PATCH] pcmcia: new suspend coreDominik Brodowski1-18/+29
2005-11-07[PATCH] kfree cleanup: drivers/charJesper Juhl1-2/+1
2005-09-10[PATCH] synclink_cs add statistics clearPaul Fulghum1-5/+11