aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char/pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-13TTY: synclink_cs, use dynamic tty devicesJiri Slaby1-12/+15
2012-08-13TTY: synclink_cs, sanitize fail pathsJiri Slaby1-27/+14
2012-07-19pcmcia,synclink_cs: fix termios port I missedAlan Cox1-12/+12
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-1/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches3-3/+3
2011-03-31Fix common misspellingsLucas De Marchi2-3/+3
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds12-3653/+6
2011-03-01pcmcia: synclink_cs: fix prototype for mgslpc_ioctl()Axel Lin1-2/+1
2011-02-25tty: forgot to remove ipwireless from drivers/char/pcmcia/MakefileGreg Kroah-Hartman1-2/+0
2011-02-22tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman10-3632/+0
2011-02-19cm4000_cs: Fix undefined ops warningAlan Cox1-2/+1
2011-02-19drivers/char/pcmcia/ipwireless/main.c: Convert release_resource to release_region/release_mem_regionJulia Lawall1-20/+32
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+2
2011-02-17tiocmset: kill the file pointer argumentAlan Cox2-4/+4
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox2-3/+3
2010-12-24pcmcia/ipwireless: don't use flush_scheduled_work()Tejun Heo3-3/+4
2010-11-10pcmcia: fix warning in synclink driverAndres Salomon1-0/+1
2010-11-10pcmcia/cm4000: fix error codeNicolas Kaiser1-1/+2
2010-10-27drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-33/+27
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-8/+12
2010-10-22tty: icount changeover for other main devicesAlan Cox1-33/+27
2010-10-21pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov1-0/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2-8/+10
2010-09-29pcmcia: avoid messages on module (un)loadingDominik Brodowski4-20/+0
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski4-10/+4
2010-09-29pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski1-7/+0
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski4-62/+17
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski4-4/+0
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski6-18/+8
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2-4/+4
2010-09-29pcmcia: simplify IntTypeDominik Brodowski4-9/+0
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2-54/+37
2010-09-21Fix various typos of valid in commentsNikanth Karthikesan1-1/+1
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2010-08-04ppp: make channel_ops conststephen hemminger1-1/+1
2010-08-03pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski1-11/+2
2010-08-03pcmcia: remove memreq_tDominik Brodowski1-12/+2
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski4-42/+26
2010-08-03pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski4-24/+21
2010-07-30pcmcia: remove cs_types.hDominik Brodowski5-5/+0
2010-05-10pcmcia: dev_node removal (remaining drivers)Dominik Brodowski4-24/+7
2010-05-10pcmcia: dev_node removal (drivers with updated printk call)Dominik Brodowski2-16/+3