index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-02-01
37
-180
/
+233
*
ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)
Bartlomiej Zolnierkiewicz
2008-02-01
3
-16
/
+11
*
ide: remove BUG_ON() from ide_build_sglist()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+0
*
ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y
Bartlomiej Zolnierkiewicz
2008-02-01
1
-1
/
+1
*
piix: remove stale comments
Bartlomiej Zolnierkiewicz
2008-02-01
1
-46
/
+1
*
ide: add IDE_HFLAG_NO_DSC host flag
Bartlomiej Zolnierkiewicz
2008-02-01
3
-12
/
+6
*
ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag
Bartlomiej Zolnierkiewicz
2008-02-01
6
-50
/
+48
*
amd74xx: remove amd_ide_chips table
Bartlomiej Zolnierkiewicz
2008-02-01
1
-151
/
+124
*
ide: ide_setup_dma() assumes 8 ports
Sergei Shtylyov
2008-02-01
5
-25
/
+25
*
trm290: cannot call ide_setup_dma()
Sergei Shtylyov
2008-02-01
2
-33
/
+44
*
ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c
Borislav Petkov
2008-02-01
3
-217
/
+218
*
ide-{floppy,tape}: remove debug code for dumping identify data
Bartlomiej Zolnierkiewicz
2008-02-01
2
-109
/
+0
*
ide: add ide_dump_identify() debug helper
Bartlomiej Zolnierkiewicz
2008-02-01
1
-0
/
+4
*
ide-cd: update driver version, comments and copyrights
Bartlomiej Zolnierkiewicz
2008-02-01
1
-13
/
+4
*
ide-cd: unify request end exit path in cdrom_decode_status()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-26
/
+24
*
ide-cd: merge cdrom_write_check_ireason() and cdrom_read_check_ireason()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-49
/
+15
*
ide-cd: merge cdrom_rw_intr() and cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-178
/
+94
*
ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_rw_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-1
/
+3
*
ide-cd: prepare cdrom_rw_intr() and cdrom_newpc_intr() to be merged
Bartlomiej Zolnierkiewicz
2008-02-01
1
-21
/
+26
*
ide-cd: unify moving to the next buffer in cdrom_rw_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-8
/
+1
*
ide-cd: merge cdrom_start_read() and cdrom_start_write()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-61
/
+40
*
ide-cd: merge cdrom_start_read_continuation() and cdrom_start_rw_cont()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-39
/
+35
*
ide-cd: merge cdrom_read_intr() and cdrom_write_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-138
/
+69
*
ide-cd: factor out transfer size checking from cdrom_read_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-12
/
+26
*
ide-cd: add ide_cd_drain_data() helper
Bartlomiej Zolnierkiewicz
2008-02-01
1
-13
/
+15
*
ide-cd: merge cdrom_do_packet_command() and cdrom_do_block_pc()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-20
/
+5
*
ide-cd: remove cdrom_do_pc_continuation()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-13
/
+2
*
ide-cd: merge cdrom_pc_intr() and cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-113
/
+58
*
ide-cd: unify request end exit path in cdrom_pc_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-12
/
+11
*
ide-cd: factor out request sense fixup from cdrom_pc_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-10
/
+15
*
ide-cd: call blk_dump_rq_flags() on "missing data" in cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-1
/
+5
*
ide-cd: remove BUG_ON() from cdrom_newpc_intr()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-2
/
+0
*
ide-cd: move code handling cdrom.c IOCTLs to ide-cd_ioctl.c
Bartlomiej Zolnierkiewicz
2008-02-01
4
-265
/
+290
*
ide-cd: rename cdrom_* functions to ide_cd_*
Bartlomiej Zolnierkiewicz
2008-02-01
1
-39
/
+44
*
ide-cd: coding style fixes for cdrom_get_toc_entry()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-3
/
+5
*
ide-cd: move lba_to_msf() and msf_to_lba() to <linux/cdrom.h>
Bartlomiej Zolnierkiewicz
2008-02-01
2
-24
/
+0
*
ide-cd: merge cdrom_select_speed() into ide_cdrom_select_speed()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-37
/
+29
*
ide-cd: merge cdrom_read_subchannel() into ide_cdrom_get_mcn()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-32
/
+21
*
ide-cd: merge cdrom_play_audio() into ide_cd_fake_play_trkind()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-16
/
+10
*
ide-cd: factor out ioctl handlers from ide_cdrom_audio_ioctl()
Bartlomiej Zolnierkiewicz
2008-02-01
1
-67
/
+75
*
ide-cd: move VERBOSE_IDE_CD_ERRORS code to ide-cd_verbose.c
Bartlomiej Zolnierkiewicz
2008-02-01
5
-358
/
+375
*
ide-cd: coding style fixes for VERBOSE_IDE_CD_ERRORS code
Bartlomiej Zolnierkiewicz
2008-02-01
2
-49
/
+49
*
ide-cd: remove duplicate sense keys definitions from ide-cd.h
Bartlomiej Zolnierkiewicz
2008-02-01
1
-17
/
+0
*
ide-cd: re-organize handling of quirky devices
Bartlomiej Zolnierkiewicz
2008-02-01
2
-65
/
+85
*
ide-cd: use BCD2BIN()/BIN2BCD() macros from <linux/bcd.h>
Bartlomiej Zolnierkiewicz
2008-02-01
1
-23
/
+11
*
ide-cd: remove STANDARD_ATAPI define
Bartlomiej Zolnierkiewicz
2008-02-01
2
-43
/
+10
*
ide-cd: remove NO_DOOR_LOCKING define
Bartlomiej Zolnierkiewicz
2008-02-01
2
-10
/
+0
*
ide-cd: remove struct ide_cd_{config,state}_flags
Bartlomiej Zolnierkiewicz
2008-02-01
2
-81
/
+87
*
ide-cd: remove struct atapi_capabilities_page (take 2)
Bartlomiej Zolnierkiewicz
2008-02-01
2
-248
/
+37
*
ide-cd: kill CDROM_STATE_FLAGS() macro
Bartlomiej Zolnierkiewicz
2008-02-01
2
-22
/
+24
[next]