aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-063-3/+3
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-1612-3653/+6
|\
| * pcmcia: synclink_cs: fix prototype for mgslpc_ioctl()Axel Lin2011-03-011-2/+1
| * tty: forgot to remove ipwireless from drivers/char/pcmcia/MakefileGreg Kroah-Hartman2011-02-251-2/+0
| * tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman2011-02-2210-3632/+0
| * tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-2/+2
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-172-4/+4
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-172-3/+3
* | cm4000_cs: Fix undefined ops warningAlan Cox2011-02-191-2/+1
* | drivers/char/pcmcia/ipwireless/main.c: Convert release_resource to release_re...Julia Lawall2011-02-191-20/+32
|/
* pcmcia/ipwireless: don't use flush_scheduled_work()Tejun Heo2010-12-243-3/+4
* pcmcia: fix warning in synclink driverAndres Salomon2010-11-101-0/+1
* pcmcia/cm4000: fix error codeNicolas Kaiser2010-11-101-1/+2
* drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module...Tracey Dent2010-10-271-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-242-3/+3
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
| * Fix various typos of valid in commentsNikanth Karthikesan2010-09-211-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-221-33/+27
|\ \
| * | tty: icount changeover for other main devicesAlan Cox2010-10-221-33/+27
| |/
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
| |/
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-8/+12
|\ \
| * | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-052-8/+10
| |/
* | pcmcia: synclink_cs: fix information leak to userlandVasiliy Kulikov2010-10-211-0/+2
* | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-294-20/+0
* | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-294-10/+4
* | pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski2010-09-291-7/+0
* | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-294-62/+17
* | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-294-4/+0
* | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-296-18/+8
* | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-292-4/+4
* | pcmcia: simplify IntTypeDominik Brodowski2010-09-294-9/+0
* | pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2010-09-292-54/+37
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-091-1/+1
|\
| * ppp: make channel_ops conststephen hemminger2010-08-041-1/+1
* | pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-031-11/+2
* | pcmcia: remove memreq_tDominik Brodowski2010-08-031-12/+2
* | pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-034-42/+26
* | pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-034-24/+21
* | pcmcia: remove cs_types.hDominik Brodowski2010-07-305-5/+0
|/
* pcmcia: dev_node removal (remaining drivers)Dominik Brodowski2010-05-104-24/+7
* pcmcia: dev_node removal (drivers with updated printk call)Dominik Brodowski2010-05-102-16/+3
* pcmcia: dev_node removal (write-only drivers)Dominik Brodowski2010-05-101-5/+0
* pcmcia: re-work pcmcia_request_irq()Dominik Brodowski2010-05-102-18/+5
* pcmcia: fix error handling in cm4000_cs.cDan Carpenter2010-04-191-3/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* cm4000_cs.c: Remove unnecessary castH Hartley Sweeten2010-02-171-1/+1
* tty: const: constify remaining tty_operationsAlexey Dobriyan2009-12-111-1/+1
* pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-283-12/+5