summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-02-1811-108/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2009-02-111-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode supportAnton Vorontsov2009-01-281-0/+8
* | | | | | | | | | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-03-307-89/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (11213): gspca - sq905c: New subdriver.Theodore Kilgore2009-03-301-0/+1
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture deviceJanne Grunau2009-03-301-0/+1
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (11065): au8522: add support for analog side of demodulatorDevin Heitmueller2009-03-301-0/+1
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (11042): v4l2-api: Add definitions for V4L2_MPEG_STREAM_VBI_FMT_IVTV ...Andy Walls2009-03-302-5/+52
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLDHans Verkuil2009-03-301-10/+0
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 driversMauro Carvalho Chehab2009-03-301-0/+18
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (10870a): remove all references for video_decoder.hMauro Carvalho Chehab2009-03-302-49/+0
| * | | | | | | | | | | | | | | | | | | | V4L/DVB(10738a): remove include/linux/video_encoder.hMauro Carvalho Chehab2009-03-302-24/+0
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (10686): v4l2: add V4L2_CTRL_FLAG_WRITE_ONLY flag.Hans Verkuil2009-03-301-0/+1
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (10575): V4L2: Add COLORFX user controlSergio Aguirre2009-03-301-1/+8
| * | | | | | | | | | | | | | | | | | | | V4L/DVB (10365): Add Mars-Semi MR97310A formatKyle Guinn2009-03-301-0/+1
| | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-03-301-113/+126
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | ide: keep track of number of bytes instead of sectors in struct ide_cmdBartlomiej Zolnierkiewicz2009-03-271-2/+2
| * | | | | | | | | | | | | | | | | | | ide: remove ide_execute_pkt_cmd() (v2)Bartlomiej Zolnierkiewicz2009-03-271-3/+2
| * | | | | | | | | | | | | | | | | | | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)Bartlomiej Zolnierkiewicz2009-03-271-4/+4
| * | | | | | | | | | | | | | | | | | | ide: set hwif->expiry prior to calling [__]ide_set_handler()Bartlomiej Zolnierkiewicz2009-03-271-4/+2
| * | | | | | | | | | | | | | | | | | | ide: use do_rw_taskfile() for ATA_CMD_PACKET commandsBartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: pass command to ide_map_sg()Bartlomiej Zolnierkiewicz2009-03-271-6/+6
| * | | | | | | | | | | | | | | | | | | ide: remove ide_end_request()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: pass number of bytes to complete to ide_complete_rq()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: remove BUG() from ide_complete_rq()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: pass error value to ide_complete_rq()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: add ide_end_rq() (v2)Bartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: use ata_tf_protocols enumsBartlomiej Zolnierkiewicz2009-03-271-1/+2
| * | | | | | | | | | | | | | | | | | | ide: move command related fields from ide_hwif_t to struct ide_cmdBartlomiej Zolnierkiewicz2009-03-271-9/+11
| * | | | | | | | | | | | | | | | | | | ide: pass command instead of request to ide_pio_datablock()Bartlomiej Zolnierkiewicz2009-03-271-8/+9
| * | | | | | | | | | | | | | | | | | | ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz2009-03-271-13/+13
| * | | | | | | | | | | | | | | | | | | ide: call ide_build_sglist() prior to ->dma_setup (v2)Bartlomiej Zolnierkiewicz2009-03-271-0/+2
| * | | | | | | | | | | | | | | | | | | ide: return request status from ->pc_callback methodBartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: remove ->end_request methodBartlomiej Zolnierkiewicz2009-03-271-2/+0
| * | | | | | | | | | | | | | | | | | | ide: use ->end_request only for private device driver requestsBartlomiej Zolnierkiewicz2009-03-271-0/+7
| * | | | | | | | | | | | | | | | | | | ide: move ->failed_pc to ide_drive_tBartlomiej Zolnierkiewicz2009-03-271-0/+3
| * | | | | | | | | | | | | | | | | | | ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flagBartlomiej Zolnierkiewicz2009-03-271-2/+0
| * | | | | | | | | | | | | | | | | | | ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz2009-03-271-3/+0
| * | | | | | | | | | | | | | | | | | | ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz2009-03-271-1/+2
| * | | | | | | | | | | | | | | | | | | ide: complete power step in ide_complete_pm_request()Bartlomiej Zolnierkiewicz2009-03-271-1/+1
| * | | | | | | | | | | | | | | | | | | ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz2009-03-271-31/+35
| * | | | | | | | | | | | | | | | | | | ide: add IDE_HFLAG_4DRIVES host flagBartlomiej Zolnierkiewicz2009-03-271-0/+2
| * | | | | | | | | | | | | | | | | | | ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz2009-03-271-0/+2
| * | | | | | | | | | | | | | | | | | | ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz2009-03-271-0/+6
| * | | | | | | | | | | | | | | | | | | ide: fix memleak on failure in probe_for_drive()Bartlomiej Zolnierkiewicz2009-03-271-2/+0
| * | | | | | | | | | | | | | | | | | | ide: include <asm/ide.h> only when neededBartlomiej Zolnierkiewicz2009-03-271-7/+0
| * | | | | | | | | | | | | | | | | | | ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz2009-03-271-6/+11
| * | | | | | | | | | | | | | | | | | | ide: remove IDE_ARCH_INTR (v2)Bartlomiej Zolnierkiewicz2009-03-271-5/+0
| * | | | | | | | | | | | | | | | | | | ide: improve debugging schemeBorislav Petkov2009-03-271-4/+5
* | | | | | | | | | | | | | | | | | | | Fix build error in <linux/irq.h>Ralf Baechle2009-03-291-0/+2