summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [ARM] pxa: add basic support for Littleton (PXA3xx Form Factor Platform)eric miao2008-01-281-0/+6
* [ARM] 4664/1: Add basic support for HTC Magician PDA phonesPhilipp Zabel2008-01-281-0/+111
* [ARM] pxa: Add PXA3 standby code hooked into the IRQ wake schemeRussell King2008-01-261-0/+86
* [ARM] pxa: make MFP configuration processor independenteric miao2008-01-262-194/+183Star
* [ARM] pxa: remove un-used pxa3xx_mfp_set_xxx() functionseric miao2008-01-261-14/+0Star
* [ARM] pxa: introduce a new file mfp-pxa3xx.h for common pin configurationseric miao2008-01-264-133/+139
* [ARM] pxa: move memory controller registers into pxa2xx-regs.hRussell King2008-01-262-63/+84
* [ARM] pxa: make OHCI register definitions available to both pxa27x and pxa3xxeric miao2008-01-261-68/+71
* [ARM] pxa: mmc: add 3rd host controller support for pxa310Bridge Wu2008-01-261-0/+1
* [ARM] pxa: mmc: add 2nd host controller support for pxa3xxBridge Wu2008-01-261-0/+1
* [ARM] pxa: mmc: add 1st host controller support for pxa3xxBridge Wu2008-01-261-0/+9
* [ARM] 4718/1: Fix redefinition warnings in PXA uncompressor codePhilipp Zabel2008-01-261-4/+1Star
* [ARM] pxa: make pxa2xx_spi driver use ssp_request()/ssp_free()eric miao2008-01-261-24/+0Star
* [ARM] pxa: use __raw_writel()/__raw_readl() for ssp_xxxx()eric miao2008-01-261-75/+14Star
* [ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.heric miao2008-01-262-167/+174
* [ARM] pxa: define "struct ssp_device" and add ssp_request()/ssp_free()eric miao2008-01-261-3/+33
* [ARM] 4663/1: Only putc uncompressor output into FFUART if it was enabled by ...Philipp Zabel2008-01-261-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-2613-58/+145
|\
| * [SCSI] libsas: abstract STP task status into a functionJames Bottomley2008-01-251-0/+4
| * [SCSI] use dynamically allocated sense bufferFUJITA Tomonori2008-01-231-1/+1
| * [SCSI] scsi.h: add macro for enclosure bit of inquiry dataJames Bottomley2008-01-231-0/+4
| * [SCSI] sd: add fix for devices with last sector access problemsHans de Goede2008-01-231-0/+1
| * [SCSI] sysfs: add filter function to groupsJames Bottomley2008-01-231-0/+2
| * [SCSI] attribute_container: update to use the group interfaceJames Bottomley2008-01-231-0/+1
| * [SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley2008-01-121-0/+1
| * [SCSI] libsas: don't use made up error codesJames Bottomley2008-01-121-2/+0Star
| * [SCSI] libsas: add host SMP processingJames Bottomley2008-01-121-4/+4
| * [SCSI] iscsi: convert xmit path to iscsi chunksOlaf Kirch2008-01-121-1/+1
| * [SCSI] libiscsi: fix nop handlingMike Christie2008-01-122-0/+19
| * [SCSI] libiscsi: fix shutdownMike Christie2008-01-123-2/+14
| * [SCSI] libiscsi: do not block session during logoutMike Christie2008-01-122-0/+3
| * [SCSI] libiscsi, iscsi_tcp: iscsi pool cleanupOlaf Kirch2008-01-121-5/+5
| * [SCSI] iscsi_tcp, libiscsi: initial AHS SupportBoaz Harrosh2008-01-122-3/+40
| * [SCSI] iscsi_tcp: rewrite recv pathOlaf Kirch2008-01-121-0/+4
| * [SCSI] libiscsi, iscsi_tcp: add device supportMike Christie2008-01-123-10/+19
| * [SCSI] sd,sr: add early detection of medium not presentJames Bottomley2008-01-121-1/+1
| * [SCSI] move single_lun flag from scsi_device to scsi_targetTony Battersby2008-01-121-3/+3
| * [SCSI] libsas: Fix various sparse complaintsDarrick J. Wong2008-01-121-3/+1Star
| * [SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong2008-01-123-23/+16Star
| * [SCSI] sr,sd: send media state change modification eventsKay Sievers2008-01-121-0/+1
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-01-263-138/+162
|\ \
| * | dlm: Split lock mode and flag constants into a sharable header.Joel Becker2008-01-253-138/+162
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-01-264-85/+215
|\ \ \
| * | | ata_generic: Cenatek supportAlan Cox2008-01-231-0/+3
| * | | libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo2008-01-231-0/+3
| * | | libata annotations and fixesAl Viro2008-01-231-2/+2
| * | | libata: make ata_port_queue_task() an internal functionJeff Garzik2008-01-231-2/+0Star
| * | | libata: make qc->nbytes include extra buffersTejun Heo2008-01-231-1/+2
| * | | libata: convert to chained sgTejun Heo2008-01-231-34/+8Star
| * | | libata: kill non-sg DMA interfaceTejun Heo2008-01-231-6/+1Star