summaryrefslogtreecommitdiffstats
path: root/arch/arm/tools
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Update mach-typesRussell King2013-03-221-594/+397
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: boot: Fix usage of kechoFabio Estevam2012-11-121-1/+1
| | | | | | | | | | | | | | | | | | | Since commit edc88ceb0 (ARM: be really quiet when building with 'make -s') the following output is generated when building a kernel for ARM: echo ' Kernel: arch/arm/boot/Image is ready' Kernel: arch/arm/boot/Image is ready Building modules, stage 2. echo ' Kernel: arch/arm/boot/zImage is ready' Kernel: arch/arm/boot/zImage is ready As per Documentation/kbuild/makefiles.txt the correct way of using kecho is '@$(kecho)'. Make this change so no more unwanted 'echo' messages are displayed. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: be really quiet when building with 'make -s'Arnd Bergmann2012-10-091-1/+1
| | | | | | | | | | | | | | | | | | Sometimes we want the kernel build process to only print messages on errors, e.g. in automated build testing. This uses the "kecho" macro that the build system provides to hide a few informational messages. Nothing changes for a regular "make" or "make V=1". Without this patch, building any ARM kernel results in: Kernel: arch/arm/boot/Image is ready Kernel: arch/arm/boot/zImage is ready Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org> Cc: Russell King <rmk+kernel@arm.linux.org.uk> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Michal Marek <mmarek@suse.cz>
* Merge tag 'cleanup2' of ↵Linus Torvalds2012-10-011-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull ARM soc cleanups, part 2 from Olof Johansson: "A shorter cleanup branch submitted separately due to dependencies with some of the previous topics. Major thing here is that the Broadcom bcmring platform is removed. It's an SoC that's used on some stationary VoIP platforms, and is in desperate need of some cleanup. Broadcom came back and suggested that we just deprecate the platform for now, since they aren't going to spend the resources needed on cleaning it up, and there are no users of the platform directly from mainline." Fix some conflicts due to BCM2835 getting added next to the removed BCMRING, and removal of tegra files that had been converted to devicetree. * tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: Orion5x: ts78xx: Add IOMEM for virtual addresses. ARM: ux500: use __iomem pointers for MMIO ARM: Remove mach-bcmring ARM: clps711x: Remove board support for CEIVA ARM: clps711x: Fix register definitions ARM: clps711x: Fix lowlevel debug-macro ARM: clps711x: Added simple clock framework pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrl ARM: tegra: delete unused headers ARM: tegra: remove useless includes of <mach/*.h> ARM: tegra: remove dead code
| * ARM: clps711x: Remove board support for CEIVAAlexander Shiyan2012-09-281-1/+0
| | | | | | | | | | | | | | | | | | The current kernel does not fit in the CEIVA ROM. Also, some functional has already been removed due migrate from 2.6 to 3.0, and it seems that no one uses this platform. So, remove support for this board and modules specific only to this board. Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
* | ARM: mach-pnx4008: Remove architectureRoland Stigge2012-08-261-1/+0
|/ | | | | | | | This patch removes the ARM architecture mach-pnx4008. No direct support or user feedback since 2006. Acknowledgements from NXP/Philips and Linux arm-soc maintainers. Signed-off-by: Roland Stigge <stigge@antcom.de>
* ARM: Update mach-typesRussell King2012-04-261-234/+271
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2011-12-231-333/+376
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: 7193/1: Fix machine_is_xxx() naming for eSata SheevaPlug and QNAP TS-209Jon Medhurst (Tixy)2011-12-061-2/+2
| | | | | | | | | | | | | The eSata SheevaPlug and QNAP TS-209 devices were removed from mach-types due to naming mismatches between machine_is_xxx(), CONFIG_XXX and MACH_TYPE_XXX. This patch fixes those mismatches and adds the devices back into mach-types. Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Jon Medhurst <tixy@yxit.co.uk> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-types to fix mxs build breakageShawn Guo2011-11-171-0/+1
| | | | | | | | | | | | | | | Add entry m28evk to fix the following mxs build breakage. CHK include/generated/compile.h CC arch/arm/mach-mxs/clock-mx28.o arch/arm/mach-mxs/clock-mx28.c: In function 'clk_misc_init': arch/arm/mach-mxs/clock-mx28.c:748: error: implicit declaration of function 'machine_is_m28evk' make[1]: *** [arch/arm/mach-mxs/clock-mx28.o] Error 1 make: *** [arch/arm/mach-mxs] Error 2 Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* ARM: Add a few machine types to mach-typesRussell King2011-10-171-4/+16
| | | | | | | Add vision_ep9307, rwi_ews, usb_a9g20, karo, apf9328, tx37, tx25, tx51, mx51_m2id, pca101, gplugd, smdk4212 and smdk4412. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: 7051/1: cpuimx* boards: fix mach-types errorsEric Bénard2011-08-221-3/+3
| | | | | | | | | I made some changes to the entry in the ARM Machine Registry after submission which was the wrong thing to do. This patch should help to fix this error. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* Update Nook Color machine 3284 to common Encore nameOleg Drokin2011-08-101-1/+1
| | | | | | | | | Machine database already updated: http://www.arm.linux.org.uk/developer/machines/list.php?id=3284 Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: Update mach-typesRussell King2011-05-141-64/+78
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update (and cut down) mach-typesRussell King2011-03-201-2306/+89
| | | | | | | | As many entries have never been submitted to mainline, there's no point them existing in this file. So remove the entries which aren't relevant for mainline. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2011-02-071-4/+101
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2010-12-121-4/+179
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2010-09-091-2/+96
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2010-07-121-3/+149
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2010-05-011-1/+56
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2010-03-201-2/+73
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: Update mach-typesRussell King2010-02-201-2/+44
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2010-01-281-1/+59
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-171-1/+43
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm: PCMCIA: fix pxa2xx_lubbock modular build error [ARM] Update mach-types [ARM] pxa: fix no reference of cpu_is_pxa25x() in devices.c [ARM] pxa/cm-x300: add PWM backlight support revert "[ARM] pxa/cm-x300: add PWM backlight support" ARM: use flush_kernel_dcache_area() for dmabounce ARM: add size argument to __cpuc_flush_dcache_page ARM: 5848/1: kill flush_ioremap_region() ARM: cache-l2x0: make better use of background cache handling ARM: cache-l2x0: avoid taking spinlock for every iteration [ARM] Kirkwood: Add LaCie Network Space v2 support ARM: dove: fix the mm mmu flags of the pj4 procinfo
| * [ARM] Update mach-typesRussell King2009-12-161-1/+43
| | | | | | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* | arm: move mach-types to include/generatedSam Ravnborg2009-12-122-2/+2
|/ | | | | | | | | | Simplified arch/arm/Makefile by dropping the maketools target It was undocumented and not needed Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Michal Marek <mmarek@suse.cz>
* [ARM] Update mach-typesRussell King2009-11-251-2/+117
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2009-09-181-4/+16
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2009-09-121-4/+64
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2009-08-011-1/+37
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2009-07-091-2/+35
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2009-06-201-2/+37
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] update mach-typesRussell King2009-05-291-9/+122
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] update mach-typesNicolas Pitre2009-03-231-1/+9
| | | | Signed-off-by: Nicolas Pitre <nico@marvell.com>
* [ARM] update mach-typesRussell King2009-03-121-3/+133
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2008-11-301-3/+98
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2008-09-251-3/+41
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] update mach-typesRussell King2008-08-161-6/+47
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/includeRussell King2008-08-071-0/+1
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2008-07-131-1/+9
| | | | | | This update is required for Tavor and SAAR Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] mach-types updateRussell King2008-07-071-17/+109
| | | | | | Update mach-types. Remove invalid or incorrect entries. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2008-04-191-4/+113
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2008-01-261-7/+251
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2007-05-111-1/+33
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2007-04-161-3/+96
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2007-01-241-1/+24
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2006-12-071-5/+53
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] Update mach-typesRussell King2006-10-161-2/+16
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
| | | | | | kbuild explicitly includes this at build time. Signed-off-by: Dave Jones <davej@redhat.com>
* [ARM] Update mach-typesRussell King2006-09-251-5/+69
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>