Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c88db233251b026fda775428f0250c760553e216
/
drivers
/
char
/
pcmcia
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
25f8f54
pcmcia: Convert pcmcia_device_id declarations to const
by Joe Perches
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
751b384
pcmcia: synclink_cs: fix prototype for mgslpc_ioctl()
by Axel Lin
· 14 years ago
310388b
tty: forgot to remove ipwireless from drivers/char/pcmcia/Makefile
by Greg Kroah-Hartman
· 14 years ago
282361a
tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/
by Greg Kroah-Hartman
· 14 years ago
644e6e4
cm4000_cs: Fix undefined ops warning
by Alan Cox
· 14 years ago
d5bb292
drivers/char/pcmcia/ipwireless/main.c: Convert release_resource to release_region/release_mem_region
by Julia Lawall
· 14 years ago
6caa76b
tty: now phase out the ioctl file pointer for good
by Alan Cox
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
404437e
pcmcia/ipwireless: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
86f94e3
pcmcia: fix warning in synclink driver
by Andres Salomon
· 14 years ago
20fffee8
pcmcia/cm4000: fix error code
by Nicolas Kaiser
· 14 years ago
a222945
drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module>-objs with <module>-y
by Tracey Dent
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
73ecf3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
c37927d
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
0587102
tty: icount changeover for other main devices
by Alan Cox
· 14 years ago
5b917a1
pcmcia: synclink_cs: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
613655f
drivers: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
06b3a1d
pcmcia: avoid messages on module (un)loading
by Dominik Brodowski
· 14 years ago
2e9b981
pcmcia: move driver name to struct pcmcia_driver
by Dominik Brodowski
· 14 years ago
1cc745d
pcmcia: remove the "Finally, report what we've done" message
by Dominik Brodowski
· 14 years ago
00990e7
pcmcia: use autoconfiguration feature for ioports and iomem
by Dominik Brodowski
· 14 years ago
440eed4
pcmcia: introduce autoconfiguration feature
by Dominik Brodowski
· 14 years ago
1ac71e5
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
by Dominik Brodowski
· 14 years ago
7feabb6
pcmcia: move config_{base,index,regs} to struct pcmcia_device
by Dominik Brodowski
· 14 years ago
37979e1
pcmcia: simplify IntType
by Dominik Brodowski
· 14 years ago
cdb1380
pcmcia: do not use win_req_t when calling pcmcia_request_window()
by Dominik Brodowski
· 14 years ago
817f2c8
Fix various typos of valid in comments
by Nikanth Karthikesan
· 14 years ago
f6cec0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
d7100da
ppp: make channel_ops const
by stephen hemminger
· 14 years ago
0ca724d
pcmcia: use struct resource for PCMCIA devices, part 2
by Dominik Brodowski
· 14 years ago
b5cb259
pcmcia: remove memreq_t
by Dominik Brodowski
· 14 years ago
90abdc3
pcmcia: do not use io_req_t when calling pcmcia_request_io()
by Dominik Brodowski
· 14 years ago
9a017a9
pcmcia: do not use io_req_t after call to pcmcia_request_io()
by Dominik Brodowski
· 14 years ago
ac8b422
pcmcia: remove cs_types.h
by Dominik Brodowski
· 14 years ago
b498ada
pcmcia: dev_node removal (remaining drivers)
by Dominik Brodowski
· 15 years ago
ded6a1a
pcmcia: dev_node removal (drivers with updated printk call)
by Dominik Brodowski
· 15 years ago
317b6d6
pcmcia: dev_node removal (write-only drivers)
by Dominik Brodowski
· 15 years ago
eb14120
pcmcia: re-work pcmcia_request_irq()
by Dominik Brodowski
· 15 years ago
07a7141
pcmcia: fix error handling in cm4000_cs.c
by Dan Carpenter
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c6be9c5
cm4000_cs.c: Remove unnecessary cast
by H Hartley Sweeten
· 15 years ago
1cceefd
tty: const: constify remaining tty_operations
by Alexey Dobriyan
· 15 years ago
5fa9167
pcmcia: rework the irq_req_t typedef
by Dominik Brodowski
· 15 years ago
dd2e5a1
pcmcia: remove deprecated handle_to_dev() macro
by Dominik Brodowski
· 15 years ago
6838b03
pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer
by Dominik Brodowski
· 15 years ago
868575d
pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()
by Magnus Damm
· 18 years ago
f5560da
pcmcia: Pass struct pcmcia_device to pcmcia_release_window()
by Magnus Damm
· 18 years ago
e657ea1
pcmcia: fix printk formats
by Randy Dunlap
· 15 years ago
cbf624f
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (char)
by Dominik Brodowski
· 15 years ago
af75792
ipwireless: make more use of pcmcia_loop_config()
by Dominik Brodowski
· 15 years ago
aaa8cfd
pcmcia: use pcmcia_loop_config in misc pcmcia drivers
by Dominik Brodowski
· 15 years ago
470967d
pcmcia: fix read buffer overflow
by Roel Kluin
· 15 years ago
4c5d502
hdlc: convert to netdev_tx_t
by Stephen Hemminger
· 15 years ago
23198fd
tty: fix chars_in_buffers
by Alan Cox
· 15 years ago
69ae59d
pcmcia/cm4000: fix lock imbalance
by Jiri Slaby
· 15 years ago
fcc8ac1
tty: Add carrier processing on close to the tty_port core
by Alan Cox
· 15 years ago
8768714
proc tty: switch synclink_cs to ->proc_fops
by Alexey Dobriyan
· 16 years ago
991990a
WAN: Convert generic HDLC drivers to netdev_ops.
by Krzysztof Hałasa
· 16 years ago
eeb4613
synclink_cs: Convert to tty_port
by Alan Cox
· 16 years ago
aafcf99
pcmcia: IRQ_TYPE_EXCLUSIVE is long obsoleted
by Alan Cox
· 16 years ago
03457cd
device create: char: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
2be4ff2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
5aaa70a
tty: ipw need reworking
by Alan Cox
· 16 years ago
2f3061e
pcmcia: remove unused argument to pcmcia_parse_tuple()
by Dominik Brodowski
· 16 years ago
994917f
pcmcia: card services header cleanup
by Dominik Brodowski
· 16 years ago
4c89e88
pcmcia: deprecate CS_SUCCESS
by Dominik Brodowski
· 16 years ago
ef313e3
pcmcia: remove remaining in-kernel pcmcia_get_configuration_info() users
by Dominik Brodowski
· 16 years ago
ad913c1
pcmcia: pcmcia_config_loop() improvement by passing vcc
by Dominik Brodowski
· 16 years ago
8e2fc39
pcmcia: pcmcia_config_loop() default CIS entry handling
by Dominik Brodowski
· 16 years ago
498ac18
pcmcia: pcmcia_config_loop() ConfigIndex unification
by Dominik Brodowski
· 16 years ago
84e2d34
pcmcia: use pcmcia_loop_config in misc pcmcia drivers
by Dominik Brodowski
· 16 years ago
b09c3e3
removed unused #include <version.h>
by Huang Weiyi
· 16 years ago
3859069
Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmp
by Jeff Garzik
· 16 years ago
3684a60
ipwireless: fix compile failure
by James Bottomley
· 16 years ago
a013869
ipwireless: Preallocate received packet buffers with MRU size
by David Sterba
· 16 years ago
0f38c47
ipwireless: Put packets to pool start
by David Sterba
· 16 years ago
bee9c7c
ipwireless: Increase PPP outgoing queue size
by David Sterba
· 16 years ago
09e491e
ipwireless: Explicitly request io and mem regions
by David Sterba
· 16 years ago
ff3e990
ipwireless: Constify buffer variables
by David Sterba
· 16 years ago
93110f6
ipwireless: Do not return value from sending funcs
by David Sterba
· 16 years ago
d54c275
ipwireless: Remove endian-dependent bitfields
by David Sterba
· 16 years ago
622e713
ipwireless: Glue splitted printk strings back
by David Sterba
· 16 years ago
2fc5577
ipwireless: Remove pt_regs from interrupt handler
by David Sterba
· 16 years ago
63c4dbd
ipwireless: Rename spinlock variables to lock
by David Sterba
· 16 years ago
2e71316
ipwireless: Remove unused defines
by David Sterba
· 16 years ago
d4c0deb
ipwireless: Misc cleanups
by David Sterba
· 16 years ago
86f584f
Remove bogus dosyncppp variable from synclink drivers.
by Krzysztof Hałasa
· 16 years ago
53baaaa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
9e98966
tty: rework break handling
by Alan Cox
· 16 years ago
47aa579
device create: char: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
db6d8c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
Next »