| Commit message (Expand) | Author | Age | Files | Lines |
* | pcmcia: add important if statement | Dan Carpenter | 2010-03-15 | 1 | -0/+1 |
* | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
* | pcmcia: rework the irq_req_t typedef | Dominik Brodowski | 2009-11-28 | 5 | -7/+1 |
* | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer | Dominik Brodowski | 2009-11-28 | 1 | -1/+1 |
* | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() | Magnus Damm | 2009-11-28 | 1 | -1/+1 |
* | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (scsi) | Dominik Brodowski | 2009-11-09 | 4 | -109/+60 |
* | [SCSI] nsp_cs: fix buf overflow | Jiri Slaby | 2009-08-22 | 1 | -1/+1 |
* | [SCSI] nsp_cs: time_out reaches -1 | Roel Kluin | 2009-06-15 | 1 | -3/+3 |
* | [SCSI] aha152x_cs: Fix regression that keeps driver from using shared interrupts | Larry Finger | 2009-01-05 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-13 | 5 | -200/+182 |
|\ |
|
| * | pcmcia: pcmcia_config_loop() improvement by passing vcc | Dominik Brodowski | 2008-08-23 | 5 | -5/+7 |
| * | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 2008-08-23 | 5 | -19/+20 |
| * | pcmcia: pcmcia_config_loop() ConfigIndex unification | Dominik Brodowski | 2008-08-23 | 5 | -6/+0 |
| * | pcmcia: use pcmcia_loop_config in scsi pcmcia drivers | Dominik Brodowski | 2008-08-23 | 5 | -198/+183 |
* | | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
|/ |
|
* | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-07-27 | 2 | -3/+3 |
* | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 1 | -6/+8 |
* | pcmcia: convert some internal-only ioaddr_t to unsigned int | Olof Johansson | 2008-02-05 | 1 | -1/+1 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -1/+0 |
* | [SCSI] fix pcmcia compile problem | James Bottomley | 2008-01-23 | 1 | -1/+2 |
* | [SCSI] nsp_cs: convert to data accessors and !use_sg cleanup | Boaz Harrosh | 2008-01-11 | 1 | -20/+34 |
* | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 2 | -5/+3 |
* | define global BIT macro | Jiri Slaby | 2007-10-19 | 1 | -1/+0 |
* | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 2007-10-16 | 1 | -0/+1 |
* | [SCSI] nsp_cs: remove kernel 2.4 code | Adrian Bunk | 2007-10-12 | 2 | -162/+5 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-22 | 1 | -2/+5 |
|\ |
|
| * | [SCSI] Use menuconfig objects | Jan Engelhardt | 2007-07-18 | 1 | -2/+5 |
* | | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 4 | -8/+4 |
|/ |
|
* | [SCSI] sym53c500_cs: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-26 | 1 | -23/+19 |
* | [SCSI] pcmcia: allow drivers to be built non-modular | Robert P. J. Day | 2007-04-01 | 1 | -6/+3 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 5 | -5/+0 |
* | [SCSI] nsp_cs: remove old scsi code | Michal Piotrowski | 2007-02-07 | 1 | -66/+0 |
* | [PATCH] sym53c500_cs: remove bogus call fo free_dma() | Al Viro | 2007-01-30 | 1 | -2/+0 |
* | [PATCH] PCMCIA: fix drivers broken by recent cleanup | Daniel Ritz | 2007-01-11 | 2 | -2/+0 |
* | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 2006-12-04 | 5 | -31/+5 |
* | [PATCH] pcmcia: remove manf_id and card_id indirection | Dominik Brodowski | 2006-12-04 | 2 | -7/+2 |
* | [SCSI] convert ninja driver to struct scsi_cmnd | Henrik Kretzschmar | 2006-10-25 | 4 | -45/+51 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 3 | -3/+3 |
* | [SCSI] scsi: remove hosts.h | Henne | 2006-10-04 | 1 | -1/+0 |
* | Merge ../scsi-misc-2.6 | James Bottomley | 2006-07-03 | 1 | -1/+1 |
|\ |
|
| * | [SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSI | Matt Mackall | 2006-06-26 | 1 | -1/+1 |
* | | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 2 | -2/+2 |
|/ |
|
* | [PATCH] pcmcia: use bitfield instead of p_state and state | Dominik Brodowski | 2006-03-31 | 5 | -80/+30 |
* | [PATCH] pcmcia: add return value to _config() functions | Dominik Brodowski | 2006-03-31 | 6 | -79/+74 |
* | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 2006-03-31 | 6 | -139/+111 |
* | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 2006-03-31 | 6 | -46/+24 |
* | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 2006-03-31 | 5 | -13/+6 |
* | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 2006-03-31 | 5 | -71/+2 |
* | [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq | Dominik Brodowski | 2006-03-31 | 2 | -10/+2 |
* | [PATCH] pcmcia: add pcmcia_disable_device | Dominik Brodowski | 2006-03-31 | 5 | -42/+11 |