Jon Medhurst
389d12cc7f
ARM: mxc: Remove setting of consistent dma size
...
All in-tree MX boards using video use memblock_* functions to get their
coherent dma space for the camera. So there is no need to increase
CONSISTENT_DMA_SIZE beyond the default 2MB and we can simply remove the
defines which do this.
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-08-22 12:00:11 +00:00
Jon Medhurst
a06a58abec
ARM: mach-s5pv210: Setup consistent dma size at boot time
...
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
CC: Kukjin Kim <kgene.kim@samsung.com>
2011-08-22 12:00:11 +00:00
Jon Medhurst
d9c295ad35
ARM: mach-s5p64x0: Setup consistent dma size at boot time
...
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
CC: Kukjin Kim <kgene.kim@samsung.com>
2011-08-22 12:00:10 +00:00
Jon Medhurst
284dc06008
ARM: mach-s3c64xx: Setup consistent dma size at boot time
...
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
CC: Ben Dooks <ben-linux@fluff.org>
2011-08-22 12:00:10 +00:00
Jon Medhurst
009426a0eb
ARM: omap: Setup consistent dma size at boot time
...
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
CC: Tony Lindgren <tony@atomide.com>
2011-08-22 12:00:10 +00:00
Jon Medhurst
99d1717dd7
ARM: Add init_consistent_dma_size()
...
This function can be called during boot to increase the size of the consistent
DMA region above it's default value of 2MB. It must be called before the memory
allocator is initialised, i.e. before any core_initcall.
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
2011-08-22 12:00:10 +00:00
Linus Torvalds
3210d190dc
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
...
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
firewire: core: handle ack_busy when fetching the Config ROM
2011-08-21 18:13:19 -07:00
Nicolas Pitre
af6871683e
ARM: remove boot_params from struct machine_desc
...
Now that there is no more users, we can remove it from the kernel.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:24 -04:00
Nicolas Pitre
0cc9311fad
ARM: mach-prima2: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:23 -04:00
Nicolas Pitre
b84047e514
ARM: mach-w90x900: remove useless boot_params entries
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:22 -04:00
Nicolas Pitre
59a0e0c5df
ARM: mach-vt8500: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:21 -04:00
Nicolas Pitre
e9ce8e5bd0
ARM: vexpress: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:20 -04:00
Nicolas Pitre
171fa8a7bb
ARM: mach-versatile: convert boot-params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:19 -04:00
Nicolas Pitre
bc77b1aa0c
ARM: mach-ux500: convert boot-params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:18 -04:00
Nicolas Pitre
4611b68922
ARM: mach-u300: convert boot_params to atag_offset
...
Someone was smoking good stuff with CONFIG_MACH_U300_2MB_ALIGNMENT_FIX here...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:18 -04:00
Nicolas Pitre
b61cafee2e
ARM: mach-tegra: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:17 -04:00
Nicolas Pitre
a1985dd97e
ARM: mach-tcc8k: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:15 -04:00
Nicolas Pitre
dfd48fbbb4
ARM: mach-spear*: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:15 -04:00
Nicolas Pitre
8322cd4bf1
ARM: mach-shark: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:14 -04:00
Nicolas Pitre
17f4425d5b
ARM: mach-sa1100: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:13 -04:00
Nicolas Pitre
02350a1f8b
ARM: mach-s5pc100, mach-s5pv210: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:12 -04:00
Nicolas Pitre
170a59080d
ARM: mach-s3c64xx: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:11 -04:00
Nicolas Pitre
32bc82010b
ARM: mach-s5p64x0: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:10 -04:00
Nicolas Pitre
69d50710c6
ARM: mach-s3c24*: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:09 -04:00
Nicolas Pitre
237e88739e
ARM: mach-rpc: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:09 -04:00
Nicolas Pitre
9ddea57eb7
ARM: mach-realview: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:08 -04:00
Nicolas Pitre
7375aba673
ARM: mach-pxa: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:07 -04:00
Nicolas Pitre
d7a8a58e07
ARM: mach-pnx4008: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:06 -04:00
Nicolas Pitre
65aa1b1ea4
ARM: mach-orion5x: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:05 -04:00
Nicolas Pitre
5e52b435b7
ARM: mach-omap2: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:05 -04:00
Nicolas Pitre
246e389d2a
ARM: mach-omap1: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:04 -04:00
Nicolas Pitre
03150fb6a5
ARM: mach-nuc93x: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:03 -04:00
Nicolas Pitre
013b5fb283
ARM: mach-nomadik: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:02 -04:00
Nicolas Pitre
b11fd42cad
ARM: mach-netx: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:01 -04:00
Nicolas Pitre
6192935c3a
ARM: mach-mx5: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:01 -04:00
Nicolas Pitre
5bc9291adc
ARM: mach-mv78xx0: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:15:00 -04:00
Nicolas Pitre
f631dd411e
ARM: mach-msm: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:59 -04:00
Nicolas Pitre
bdec5ddd80
ARM: mach-lpc32xx: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:58 -04:00
Nicolas Pitre
0318ce9368
ARM: mach-ks8695: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:58 -04:00
Nicolas Pitre
1b7bd28cbb
ARM: mach-kirkwood: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:57 -04:00
Nicolas Pitre
e022c729da
ARM: mach-ixp4xx: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:56 -04:00
Nicolas Pitre
36f7a1e7c0
ARM: mach-ixp23xx: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:55 -04:00
Nicolas Pitre
ade59318d1
ARM: mach-ixp2000: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:54 -04:00
Nicolas Pitre
e5c76c00e8
ARM: mach-iop33x: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:54 -04:00
Nicolas Pitre
1896746def
ARM: mach-iop32x: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:53 -04:00
Nicolas Pitre
d304c54e3a
ARM: mach-iop13xx: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:52 -04:00
Nicolas Pitre
c5e587a2bf
ARM: mach-integrator: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:51 -04:00
Nicolas Pitre
dc8f190766
ARM: mach-imx: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:51 -04:00
Nicolas Pitre
3746f02254
ARM: mach-h720x: convert boot_params to atag_offset
...
The value used for boot_params in h7201-eval.c is nonsensical, given that
PLAT_PHYS_OFFSET is defined to 0x40000000. Left unchanged to purposely
break the build to get its maintainer's attention.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:50 -04:00
Nicolas Pitre
2b078cdd10
ARM: mach-gemini: convert boot_params to atag_offset
...
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
2011-08-21 17:14:48 -04:00