index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
pcmcia
/
ipwireless
Age
Commit message (
Expand
)
Author
Lines
2011-02-22
tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/
Greg Kroah-Hartman
-3632
/
+0
2011-02-17
tty: now phase out the ioctl file pointer for good
Alan Cox
-2
/
+2
2011-02-17
tiocmset: kill the file pointer argument
Alan Cox
-1
/
+1
2011-02-17
tiocmget: kill off the passing of the struct file
Alan Cox
-1
/
+1
2010-12-24
pcmcia/ipwireless: don't use flush_scheduled_work()
Tejun Heo
-3
/
+4
2010-10-27
drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module...
Tracey Dent
-1
/
+1
2010-09-29
pcmcia: avoid messages on module (un)loading
Dominik Brodowski
-6
/
+0
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
-1
/
+1
2010-09-29
pcmcia: use autoconfiguration feature for ioports and iomem
Dominik Brodowski
-19
/
+7
2010-09-29
pcmcia: introduce autoconfiguration feature
Dominik Brodowski
-1
/
+0
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
-6
/
+2
2010-09-29
pcmcia: move config_{base,index,regs} to struct pcmcia_device
Dominik Brodowski
-1
/
+1
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
-1
/
+0
2010-09-29
pcmcia: do not use win_req_t when calling pcmcia_request_window()
Dominik Brodowski
-54
/
+37
2010-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
-1
/
+1
2010-08-04
ppp: make channel_ops const
stephen hemminger
-1
/
+1
2010-08-03
pcmcia: use struct resource for PCMCIA devices, part 2
Dominik Brodowski
-11
/
+2
2010-08-03
pcmcia: remove memreq_t
Dominik Brodowski
-12
/
+2
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
-5
/
+5
2010-08-03
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
-6
/
+4
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
-2
/
+0
2010-05-10
pcmcia: dev_node removal (remaining drivers)
Dominik Brodowski
-24
/
+7
2010-05-10
pcmcia: re-work pcmcia_request_irq()
Dominik Brodowski
-9
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
-0
/
+1
2009-12-11
tty: const: constify remaining tty_operations
Alexey Dobriyan
-1
/
+1
2009-11-28
pcmcia: rework the irq_req_t typedef
Dominik Brodowski
-9
/
+5
2009-11-28
pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
Dominik Brodowski
-2
/
+2
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
Magnus Damm
-2
/
+2
2009-11-28
pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
Magnus Damm
-7
/
+7
2009-11-09
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)
Dominik Brodowski
-26
/
+8
2009-11-08
ipwireless: make more use of pcmcia_loop_config()
Dominik Brodowski
-114
/
+99
2009-11-08
pcmcia: use pcmcia_loop_config in misc pcmcia drivers
Dominik Brodowski
-81
/
+22
2009-07-20
tty: fix chars_in_buffers
Alan Cox
-2
/
+2
2008-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
-32
/
+22
2008-10-13
tty: ipw need reworking
Alan Cox
-9
/
+10
2008-08-31
pcmcia: remove unused argument to pcmcia_parse_tuple()
Dominik Brodowski
-3
/
+3
2008-08-31
pcmcia: card services header cleanup
Dominik Brodowski
-1
/
+1
2008-08-23
pcmcia: deprecate CS_SUCCESS
Dominik Brodowski
-18
/
+18
2008-08-23
pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() users
Dominik Brodowski
-10
/
+0
2008-08-16
removed unused #include <version.h>
Huang Weiyi
-1
/
+0
2008-07-28
ipwireless: fix compile failure
James Bottomley
-1
/
+1
2008-07-28
ipwireless: Preallocate received packet buffers with MRU size
David Sterba
-1
/
+8
2008-07-28
ipwireless: Put packets to pool start
David Sterba
-2
/
+2
2008-07-28
ipwireless: Increase PPP outgoing queue size
David Sterba
-3
/
+5
2008-07-28
ipwireless: Explicitly request io and mem regions
David Sterba
-34
/
+50
2008-07-28
ipwireless: Constify buffer variables
David Sterba
-14
/
+16
2008-07-28
ipwireless: Do not return value from sending funcs
David Sterba
-12
/
+3
2008-07-28
ipwireless: Remove endian-dependent bitfields
David Sterba
-13
/
+38
2008-07-28
ipwireless: Glue splitted printk strings back
David Sterba
-18
/
+12
2008-07-28
ipwireless: Remove pt_regs from interrupt handler
David Sterba
-2
/
+2
[next]