summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ide: remove ->extra field from struct ide_port_infoBartlomiej Zolnierkiewicz2008-04-265-13/+1
* ide: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-2616-46/+46
* ide-tape: remove idetape_pipeline_active()Borislav Petkov2008-04-261-18/+11
* ide: cleanup setting hwif->mmio flagBartlomiej Zolnierkiewicz2008-04-2623-32/+2
* ide: remove ide_hwif_request_regions()Bartlomiej Zolnierkiewicz2008-04-262-51/+0
* ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz2008-04-267-84/+30
* cmd640: manage I/O resources in driverBartlomiej Zolnierkiewicz2008-04-261-3/+34
* ide: manage I/O resources in ide_legacy_init_one()Bartlomiej Zolnierkiewicz2008-04-266-0/+27
* ide: add ide_legacy_init_one() helperBartlomiej Zolnierkiewicz2008-04-261-23/+33
* ide_arm: manage I/O resources in driverBartlomiej Zolnierkiewicz2008-04-261-1/+18
* ide-4drives: manage I/O resources in driverBartlomiej Zolnierkiewicz2008-04-262-3/+20
* ide-generic: manage I/O resources in driverBartlomiej Zolnierkiewicz2008-04-261-2/+19
* ide: remove ide_hwif_release_regions()Bartlomiej Zolnierkiewicz2008-04-262-26/+0
* ide: register ports with non-present devices (for warm-plug)Bartlomiej Zolnierkiewicz2008-04-261-20/+17
* ide-cs: manage I/O resources in driverBartlomiej Zolnierkiewicz2008-04-261-22/+48
* ide-pnp: manage I/O resources in driverBartlomiej Zolnierkiewicz2008-04-261-2/+27
* qd65xx: cleanup qd_probe()Bartlomiej Zolnierkiewicz2008-04-261-35/+17
* ide: use ide_legacy_device_add() for qd65xx (take 2)Bartlomiej Zolnierkiewicz2008-04-267-61/+26
* ide: add ide_legacy_device_add() helperBartlomiej Zolnierkiewicz2008-04-266-106/+37
* ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz2008-04-266-14/+11
* ide-cd: fix remaining checkpatch.pl issuesBorislav Petkov2008-04-261-19/+17
* ide-cd: shorten lines longer than 80 columnsBorislav Petkov2008-04-261-23/+46
* ide-cd: fixup commentsBorislav Petkov2008-04-261-210/+191
* ide-cd: put all proc-related code at one placeBorislav Petkov2008-04-261-36/+35
* ide-cd: include proper headersBorislav Petkov2008-04-261-3/+3
* ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz2008-04-2653-436/+493
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-261-1/+1
|\
| * x86 PAT: decouple from nonpromisc devmemIngo Molnar2008-04-261-2/+2
| * x86 PAT: tone down debugging messagesIngo Molnar2008-04-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-04-2623-109/+1135
|\ \
| * | V4L/DVB (7751): ir-kbd-i2c: Save a temporary memory allocation in ir_probeJean Delvare2008-04-261-12/+9
| * | V4L/DVB (7750): au0828/ cleanups and fixesAdrian Bunk2008-04-265-33/+10
| * | V4L/DVB (7748): tuner-core: some adjustments at tuner logs, if debug enabledMauro Carvalho Chehab2008-04-261-46/+46
| * | V4L/DVB (7746): pvrusb2: make signed one-bit bitfields unsignedHarvey Harrison2008-04-261-11/+11
| * | V4L/DVB (7744): pvrusb2-dvb: add atsc/qam support for Hauppauge pvrusb2 model...Michael Krufky2008-04-262-0/+29
| * | V4L/DVB (7742): cx88: Add support for the DViCO FusionHDTV_7_GOLD digital modesSteven Toth2008-04-263-0/+34
| * | V4L/DVB (7741): s5h1411: Adding support for this ATSC/QAM demodulatorSteven Toth2008-04-264-0/+987
| * | V4L/DVB (7740): tuner-xc2028.c dubious !x & yHarvey Harrison2008-04-261-1/+1
| * | V4L/DVB (7739): mt312.h: dubious one-bit signed bitfieldHarvey Harrison2008-04-261-1/+1
| * | V4L/DVB (7735): Fix compilation for au0828Brandon Philips2008-04-261-1/+1
| * | V4L/DVB (7734): em28xx: copy and paste error in em28xx_init_isocJanne Grunau2008-04-261-1/+1
| * | V4L/DVB (7733): blackbird_find_mailbox negative return ignored in blackbird_i...Roel Kluin2008-04-261-2/+4
| * | V4L/DVB (7732): vivi: fix a warningMauro Carvalho Chehab2008-04-261-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-265-3/+28
|\ \
| * | generic: make optimized inlining arch-opt-inIngo Molnar2008-04-262-1/+5
| * | x86: add optimized inliningIngo Molnar2008-04-264-3/+24
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-04-2676-1438/+1194
|\ \
| * | ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flagBartlomiej Zolnierkiewicz2008-04-264-10/+13
| * | sis5513: fail early for unsupported chipsetsBartlomiej Zolnierkiewicz2008-04-261-15/+15
| * | it821x: fix kzalloc() failure handlingBartlomiej Zolnierkiewicz2008-04-261-6/+18
OpenPOWER on IntegriCloud