Age | Commit message (Expand) | Author | Files | Lines |
2008-01-26 | [ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free() | eric miao | 1 | -24/+0 |
2008-01-26 | [ARM] pxa: use __raw_writel()/__raw_readl() for ssp_xxxx() | eric miao | 1 | -75/+14 |
2008-01-26 | [ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.h | eric miao | 2 | -167/+174 |
2008-01-26 | [ARM] pxa: define "struct ssp_device" and add ssp_request()/ssp_free() | eric miao | 1 | -3/+33 |
2008-01-26 | [ARM] 4663/1: Only putc uncompressor output into FFUART if it was enabled by ... | Philipp Zabel | 1 | -2/+7 |
2008-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 13 | -58/+145 |
2008-01-26 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -138/+162 |
2008-01-26 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -85/+215 |
2008-01-26 | dlm: Split lock mode and flag constants into a sharable header. | Joel Becker | 3 | -138/+162 |
2008-01-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 4 | -10/+28 |
2008-01-26 | IPoIB: improve IPv4/IPv6 to IB mcast mapping functions | Rolf Manderscheid | 2 | -8/+13 |
2008-01-26 | RDMA/cma: add support for rdma_migrate_id() | Sean Hefty | 1 | -1/+12 |
2008-01-26 | IB/mad: Report number of times a mad was retried | Sean Hefty | 1 | -1/+3 |
2008-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 14 | -19/+402 |
2008-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 7 | -268/+138 |
2008-01-26 | ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-01-26 | ide: make 'extra' field in struct ide_port_info u8 | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-01-26 | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-01-26 | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz | 1 | -2/+22 |
2008-01-26 | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -7/+2 |
2008-01-26 | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz | 1 | -4/+1 |
2008-01-26 | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-01-26 | ide: convert do_rw_taskfile() to use ->data_phase | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-01-26 | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
2008-01-26 | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz | 1 | -2/+3 |
2008-01-26 | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2 | -9/+9 |
2008-01-26 | ide: remove hwif->intrproc | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-01-26 | ide: remove SELECT_INTERRUPT() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-01-26 | ide: remove QUIRK_LIST() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-01-26 | ide: add ide_pktcmd_tf_load() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2008-01-26 | ide: remove atapi_ireason_t (take 3) | Bartlomiej Zolnierkiewicz | 1 | -24/+0 |
2008-01-26 | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t | Bartlomiej Zolnierkiewicz | 1 | -20/+0 |
2008-01-26 | ide: remove atapi_feature_t | Bartlomiej Zolnierkiewicz | 1 | -27/+0 |
2008-01-26 | ide: remove atapi_error_t (take 2) | Bartlomiej Zolnierkiewicz | 2 | -30/+3 |
2008-01-26 | ide: remove ata_status_t and atapi_status_t | Bartlomiej Zolnierkiewicz | 1 | -44/+0 |
2008-01-26 | ide: CPU endianness doesn't matter for special_t | Bartlomiej Zolnierkiewicz | 1 | -11/+0 |
2008-01-26 | ide: remove REQ_TYPE_ATA_TASK | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-01-26 | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-01-26 | ide: remove stale ide.h "configuration options" | Bartlomiej Zolnierkiewicz | 5 | -42/+4 |
2008-01-26 | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 1 | -2/+23 |
2008-01-26 | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2008-01-26 | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+8 |
2008-01-26 | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 2 | -11/+36 |
2008-01-26 | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz | 2 | -26/+27 |
2008-01-26 | ide: remove ->dma_master field from ide_hwif_t (take 5) | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-01-26 | V4L/DVB (7058): IR corrections for the Pinnacle 800i | Steven Toth | 1 | -0/+1 |
2008-01-26 | V4L/DVB (7042): xc5000: Tuner analog support | Steven Toth | 1 | -0/+1 |
2008-01-26 | V4L/DVB (7002): cx25840: Add basic CX23885 AVCore support | Steven Toth | 1 | -0/+19 |
2008-01-26 | V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_event | Mauro Carvalho Chehab | 1 | -0/+2 |
2008-01-26 | V4L/DVB (6973): Add Beholder TV 401/405/407/409/505/507/609/M6 support | Andrey J. Melnikoff (TEMHOTA) | 1 | -0/+1 |