summaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] frv: ieee1394 is borken on frvAl Viro2006-06-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bcollins/linux1394-2.6Linus Torvalds2006-06-2118-454/+460
|\
| * eth1394: replace __constant_htons by htonsBen Collins2006-06-131-12/+11Star
| * ieee1394: adjust code formatting in highlevel.cBen Collins2006-06-131-233/+182Star
| * ieee1394: hl_irqs_lock is taken in hardware interrupt contextBen Collins2006-06-131-10/+17
| * ieee1394_core: switch to kthread APIBen Collins2006-06-131-33/+15Star
| * ieee1394: sbp2: Kconfig fixBen Collins2006-06-131-1/+1
| * ieee1394: add preprocessor constant for invalid csr addressBen Collins2006-06-136-20/+18Star
| * sbp2: fix deregistration of status fifo address spaceBen Collins2006-06-131-2/+2
| * [PATCH] eth1394: endian fixesBen Collins2006-06-131-3/+3
| * Fix broken suspend/resume in ohci1394Ben Collins2006-06-131-0/+3
| * sbp2: use __attribute__((packed)) for on-the-wire structuresBen Collins2006-06-131-9/+9
| * sbp2: provide helptext for CONFIG_IEEE1394_SBP2_PHYS_DMA and mark it experime...Ben Collins2006-06-131-2/+11
| * sbp2: fix S800 transfers if phys_dma is offBen Collins2006-06-131-4/+14
| * sbp2: remove ohci1394 specific constantBen Collins2006-06-131-1/+1
| * ohci1394: make phys_dma parameter read-onlyBen Collins2006-06-131-1/+1
| * ohci1394: set address range propertiesBen Collins2006-06-132-1/+20
| * ieee1394: extend lowlevel API for address range propertiesBen Collins2006-06-132-1/+5
| * sbp2: log number of supported concurrent loginsBen Collins2006-06-131-8/+8
| * sbp2: remove manipulation of inquiry responseBen Collins2006-06-132-37/+2Star
| * ieee1394: save RAM by using a single tlabel for broadcast transactionsBen Collins2006-06-132-10/+16
| * ieee1394: support for slow links or slow 1394b phy portsBen Collins2006-06-135-20/+76
| * ieee1394/ohci1394: CycleTooLong interrupt managementBen Collins2006-06-131-0/+10
| * raw1394: fix whitespace after x86_64 compat patchBen Collins2006-06-131-28/+26Star
| * From: Arjan van de Ven <arjan@infradead.org>Ben Collins2006-06-131-3/+4
| * sbp2: make TSB42AA9 workaround specific to Momobay CX-1Ben Collins2006-06-131-1/+2
| * ohci1394: Remove superfluous call to free_dma_rcv_ctx,Ben Collins2006-06-121-11/+0Star
| * ieee1394: speed up of dma_region_sync_for_cpuBen Collins2006-06-121-9/+9
| * video1394: be quietBen Collins2006-06-121-8/+8
* | [SPARC]: Kill __irq_itoa().David S. Miller2006-06-202-8/+0Star
|/
* [PATCH] sbp2: fix check of return value of hpsb_allocate_and_register_addrspa...Stefan Richter2006-06-051-1/+1
* [PATCH] ohci1394, sbp2: fix "scsi_add_device failed" with PL-3507 based devicesStefan Richter2006-05-182-3/+8
* [PATCH] sbp2: add ability to override hardwired blacklistStefan Richter2006-05-182-11/+19
* [PATCH] sbp2: add read_capacity workaround for iPodStefan Richter2006-05-182-4/+46
* [PATCH] sbp2: consolidate workaroundsStefan Richter2006-05-182-71/+97
* [PATCH] sbp2: fix spinlock recursionStefan Richter2006-04-021-17/+15Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-291-2/+2
|\
| * [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-2/+2
* | ohci1394: cleanup the "Unexpected PCI resource length" warning.Jody McIntyre2006-03-291-2/+2
* | sbp2: misc debug logging cleanupsStefan Richter2006-03-291-77/+33Star
* | sbp2: proper treatment of DID_OKStefan Richter2006-03-291-3/+5
* | ieee1394: set read permission for parameter disable_irmStefan Richter2006-03-291-1/+1
* | sbp2: check for ARM failureStefan Richter2006-03-291-3/+7
* | ohci1394: clean up asynchronous and physical request filters programmingStefan Richter2006-03-291-18/+19
* | ieee1394: remove amdtp remains from ieee1394_core.hStefan Richter2006-03-291-2/+0Star
* | ieee1394: remove devfs supportStefan Richter2006-03-295-73/+5Star
* | Signed-off-by: Jody McIntyre <scjody@modernduck.com>Jody McIntyre2006-03-291-3/+5
* | sbp2: prevent unloading of 1394 low-level driverStefan Richter2006-03-291-0/+9
|/
* [PATCH] bitops: hweight() related cleanupAkinobu Mita2006-03-261-2/+1Star
* [PATCH] x86_64: Implement compat code for raw1394 read/writeAndi Kleen2006-03-251-5/+91