Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
338840eed18e05209c0e9f20f818964a66fce053
/
drivers
/
ide
/
ide-cs.c
e58c5de
drivers/ide/ide-cs.c: adjust suspicious bit operation
by Julia Lawall
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
25f8f54
pcmcia: Convert pcmcia_device_id declarations to const
by Joe Perches
· 14 years ago
2262054
pcmcia: remove obsolete and wrong comments
by Dominik Brodowski
· 14 years ago
2e9b981
pcmcia: move driver name to struct pcmcia_driver
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
e8405f0
pcmcia: move Vpp setup to struct pcmcia_device
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
ded6a1a
pcmcia: dev_node removal (drivers with updated printk call)
by Dominik Brodowski
· 15 years ago
eb14120
pcmcia: re-work pcmcia_request_irq()
by Dominik Brodowski
· 15 years ago
85ea2d3
pata_pcmcia / ide-cs: Fix bad hashes for Transcend and kingston IDs
by Kristoffer Ericson
· 15 years ago
f25798e
pata_pcmcia/ide-cs: add IDs for transcend and kingston cards
by Kristoffer Ericson
· 15 years ago
d4ae541
ide/ide-cs: fix order of releasing resources
by Wolfram Sang
· 15 years ago
5fa9167
pcmcia: rework the irq_req_t typedef
by Dominik Brodowski
· 15 years ago
444486a
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (ide)
by Dominik Brodowski
· 15 years ago
c9a2bfd
pcmcia: add CNF-CDROM-ID for ide
by Wolfram Sang
· 15 years ago
9f36d31
ide: remove hw_regs_t typedef
by Bartlomiej Zolnierkiewicz
· 15 years ago
dca3983
ide: pass number of ports to ide_host_{alloc,add}() (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
29e52cf
ide: remove chipset field from hw_regs_t
by Bartlomiej Zolnierkiewicz
· 15 years ago
255115fb
ide: allow host drivers to specify IRQ flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
980fc29
pcmcia: add another pata/ide ID
by Marc Pignat
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/legacy/ide-cs.c]
2be4ff2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
ff08705
Merge branches 'pcmcia-config-loop' and 'pcmcia-printk' into pcmcia
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
0bac660
pcmcia: use pcmcia_loop_config in pata and ide drivers
by Dominik Brodowski
· 16 years ago
795659e
pcmcia: uniform device IDs of pata_pcmcia and ide-cs
by Dominik Brodowski
· 16 years ago
6f904d0
ide: add ide_host_add() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
48c3c10
ide: add struct ide_host (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
c97c6ac
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
f39548a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6
by Linus Torvalds
· 16 years ago
dccdf52
ide-cs: use struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 16 years ago
256c5f8
ide: fix hwif-s initialization
by Bartlomiej Zolnierkiewicz
· 16 years ago
417e149
pcmcia: ide-cs: Remove outdated comment
by Larry Finger
· 16 years ago
42c5920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
727c674
pcmcia: Fix ide-cs sparse warning
by Larry Finger
· 16 years ago
8152242
pcmcia: ide-cs debugging bugfix
by Larry Finger
· 16 years ago
a49c06b
pcmcia ide kingston compactflash's have a new manufacturer id
by Christophe Niclaes
· 16 years ago
a17bf22
pcmcia: add another pata/ide ID
by Kristoffer Ericson
· 16 years ago
74e2338
pcmcia: add an pata/ide ID
by Matt Reimer
· 16 years ago
fbc69fd
ide-cs: fix releasing I/O resources
by Bartlomiej Zolnierkiewicz
· 16 years ago
792a1a9
ide-cs: fix probing and add warm-plug support
by Bartlomiej Zolnierkiewicz
· 16 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
387750c
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
bf64b7a
ide: sanitize ide_unregister() usage
by Bartlomiej Zolnierkiewicz
· 17 years ago
d703b79
ide-cs: manage I/O resources in driver
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
59bff5b
ide: cleanup ide_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
2304dc6
ide: remove ->hold field from ide_hwif_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
93de00f
ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4f0eee4
ide: use ide_find_port() instead of ide_deprecated_find_port()
by Bartlomiej Zolnierkiewicz
· 17 years ago
dcb425f5
ide-cs: use ide_std_init_ports()
by Bartlomiej Zolnierkiewicz
· 17 years ago
909f436
ide: fix ide_unregister() usage in host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
9e016a7
ide: add ide_deprecated_find_port() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
f82c2b1
ide: add 'init_default' and 'restore' arguments to ide_unregister()
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
by Bartlomiej Zolnierkiewicz
· 17 years ago
cbb010c
ide: drop 'initializing' argument from ide_register_hw()
by Bartlomiej Zolnierkiewicz
· 17 years ago
fd9bb53
ide: add ->fixup method to ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
7b1dec5
ide-cs: Add additional id string (corsair, 1GB)
by Kristoffer Ericson
· 17 years ago
363f7e4
PCMCIA: Add another MemoryCard to ide-cs/pata_pcmcia
by Marcin Juszkiewicz
· 17 years ago
869c56e
ide: add "initializing" argument to ide_register_hw()
by Bartlomiej Zolnierkiewicz
· 18 years ago
aa12b28
ide-cs: recognize 2GB CompactFlash from Transcend
by Fabrice Aeschbacher
· 18 years ago
ed89616
ide-cs: Update device table
by Magnus Damm
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
af2b3b5
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
by Dominik Brodowski
· 18 years ago
efd5058
[PATCH] pcmcia: remove manf_id and card_id indirection
by Dominik Brodowski
· 18 years ago
0517793
[PATCH] pcmcia: yet another IDE ID
by Marcin Juszkiewicz
· 18 years ago
bf4e182
[PATCH] pcmcia: Add an id to ide-cs.c
by Matt Reimer
· 18 years ago
53a04c6
[PATCH] ide-cs (CompactFlash) driver, rm irq warning
by David Brownell
· 18 years ago
4fa902a
[PATCH] PCMCIA: Add few IDs into ide-cs
by Marcin Juszkiewicz
· 18 years ago
2f1b925
Revert "[PATCH] pcmcia: Make ide_cs work with the memory space of CF-Cards if IO space is not available"
by Linus Torvalds
· 18 years ago
5040cb8
[PATCH] pcmcia: Make ide_cs work with the memory space of CF-Cards if IO space is not available
by Thomas Kleffel
· 18 years ago
264a341
[PATCH] ide_cs: Add IBM microdrive to known IDs
by Thomas Kleffel
· 18 years ago
e2d4096
[PATCH] pcmcia: use bitfield instead of p_state and state
by Dominik Brodowski
· 19 years ago
15b99ac
[PATCH] pcmcia: add return value to _config() functions
by Dominik Brodowski
· 19 years ago
fba395e
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
by Dominik Brodowski
· 19 years ago
fd23823
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
by Dominik Brodowski
· 19 years ago
70294b4
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
by Dominik Brodowski
· 19 years ago
8661bb5
[PATCH] pcmcia: default suspend and resume handling
by Dominik Brodowski
· 19 years ago
5f2a71f
[PATCH] pcmcia: add pcmcia_disable_device
by Dominik Brodowski
· 19 years ago
4293565
[PATCH] pcmcia: add another ide-cs CF card id
by David Brownell
· 19 years ago
725a6ab
[PATCH] pcmcia: add some IDs for ide-cs and dtl1_cs
by Richard Purdie
· 19 years ago
f8cfa61
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback
by Dominik Brodowski
· 19 years ago
b463581
[PATCH] pcmcia: remove dev_list from drivers
by Dominik Brodowski
· 19 years ago
cc3b486
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
by Dominik Brodowski
· 19 years ago
98e4c28
[PATCH] pcmcia: new suspend core
by Dominik Brodowski
· 19 years ago
4349d5c
[PATCH] ide: incorrect device link for ide-cs
by Hannes Reinecke
· 19 years ago
f5e3c2f
[PATCH] ide: kmalloc + memset -> kzalloc conversion
by Deepak Saxena
· 19 years ago
2570b74
[PATCH] pcmcia: update ID for NinjaATA
by Dominik Brodowski
· 19 years ago
2aad5f0
[PATCH] janitor: ide/ide-cs: replace schedule_timeout() with msleep()
by Nishanth Aravamudan
· 19 years ago
d3feb18
[PATCH] pcmcia: more IDs for ide_cs
by Dominik Brodowski
· 19 years ago
2b8d466
[PATCH] pcmcia: defer ide-cs initialization after other IDE drivers started up
by Dominik Brodowski
· 19 years ago
Next »