summaryrefslogtreecommitdiff
path: root/arch/tile/include/asm/device.h
blob: 6ab8bf146d4c72cb830cc0fb263fd164a2ccec79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * Copyright 2010 Tilera Corporation. All Rights Reserved.
 *
 *   This program is free software; you can redistribute it and/or
 *   modify it under the terms of the GNU General Public License
 *   as published by the Free Software Foundation, version 2.
 *
 *   This program is distributed in the hope that it will be useful, but
 *   WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
 *   NON INFRINGEMENT.  See the GNU General Public License for
 *   more details.
 * Arch specific extensions to struct device
 */

#ifndef _ASM_TILE_DEVICE_H
#define _ASM_TILE_DEVICE_H

struct dev_archdata {
	/* DMA operations on that device */
        struct dma_map_ops	*dma_ops;

	/* Offset of the DMA address from the PA. */
	dma_addr_t		dma_offset;

	/*
	 * Highest DMA address that can be generated by devices that
	 * have limited DMA capability, i.e. non 64-bit capable.
	 */
	dma_addr_t		max_direct_dma_addr;
};

struct pdev_archdata {
};

#endif /* _ASM_TILE_DEVICE_H */
pan>Merge commit 'v2.6.36-rc1' into kbuild/rc-fixesMichal Marek 2010-08-17fixes for using make 3.82Jan Beulich 2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds 2010-07-08IB/qib: Use request_firmware() to load SD7220 firmwareBen Hutchings 2010-06-25cxgb3: update FW to 7.10Divy Le Ray 2010-05-17bnx2: Update 5709 MIPS firmware and version to 2.0.15.Michael Chan 2010-03-03bnx2x: Removed FW 5.2.7Vladislav Zolotarov 2010-02-17bnx2x: Use firmware 5.2.13Vladislav Zolotarov 2010-02-17bnx2x: FW 5.2.13Vladislav Zolotarov 2010-02-16bnx2: Update firmwares and update version to 2.0.8.Michael Chan 2010-01-06pcnet_cs: add cis of KTI PE520 pcmcia network cardKen Kawasaki 2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller 2009-10-29pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia cardKen Kawasaki 2009-10-15bnx2x: Remove old FW filesEilon Greenstein 2009-10-15bnx2x: Allowing 0 as initial fairness valueEilon Greenstein 2009-10-15bnx2x: Add FW 5.2.7Eilon Greenstein 2009-10-05pcnet_cs: add cis of National Semicondoctor's multifunction pcmcia cardKen Kawasaki 2009-09-23Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSLadinu Chandrasinghe 2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds 2009-09-15pcnet_cs: add cis of Linksys multifunction pcmcia cardKen Kawasaki 2009-08-31radeon: Use request_firmware()Ben Hutchings 2009-08-29bnx2: Update firmware to 5.0.0.j3.Michael Chan 2009-08-27drm/r128: Use request_firmware() to load CCE microcodeBen Hutchings 2009-08-27drm/mga: Use request_firmware() to load microcodeBen Hutchings 2009-08-12bnx2x: Removing old FW filesEilon Greenstein 2009-08-12bnx2x: Using the new FWEilon Greenstein 2009-08-12bnx2x: New FW filesEilon Greenstein