From: albin.tonnerre@gmail.com (Albin Tonnerre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Add Versatile Express support
Date: Fri, 5 Mar 2010 11:37:32 +0100 [thread overview]
Message-ID: <bbb699fe1003050237t2f9fa68ckdb72e4ea67fba83@mail.gmail.com> (raw)
In-Reply-To: <20100305102953.GA4885@n2100.arm.linux.org.uk>
On Fri, Mar 5, 2010 at 11:29 AM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Fri, Mar 05, 2010 at 11:27:13AM +0100, Albin Tonnerre wrote:
>> Hi Russell,
>>
>> > +config ARCH_VEXPRESS
>> > + ? ? ? bool "ARM Ltd. Versatile Express family"
>> > + ? ? ? select ARCH_WANT_OPTIONAL_GPIOLIB
>> > + ? ? ? select ARM_AMBA
>> > + ? ? ? select ARM_TIMER_SP804
>>
>> You need platform.h, as it's used in arch/arm/plat-versatile/timer-sp.c
>> Unless I'm mistaken, it's missing from this patchset.
>>
>> Otherwise, Tested-By: Albin Tonnerre <albin.tonnerre@gmail.com>
>
> Builds fine for me. ?timer-sp.c does not include platform.h
My fault, I overlooked the fact that 'ARM: Realview/Versatile: don't use
magic numbers for timer frequency' removes this particular include.
Regards,
Albin
next prev parent reply other threads:[~2010-03-05 10:37 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-05 9:54 Cleanup ARM platform support, and add Versatile Express support Russell King - ARM Linux
2010-03-04 19:11 ` [PATCH] ARM: Fix Versatile&Integrator includes to behave in the same way as Realview Russell King
2010-03-04 19:11 ` [PATCH] ARM: Improve documentation in arm_timer.h Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: convert to generic time support Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: convert to generic clockevent support Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: pass 'khz' to integrator_time_init Russell King
2010-03-04 19:11 ` [PATCH] ARM: Realview/Versatile/Integrator: remove unused definitions from platform.h Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: fix Integrator/CP definitions, move to platform.h Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: allow IO_ADDRESS() to be used for register addresses Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: convert to use register definitions Russell King
2010-03-04 19:11 ` [PATCH] ARM: ICST: merge common ICST VCO structures Russell King
2010-03-04 19:11 ` [PATCH] ARM: ICST: icst.*_ps_to_vco() functions are unused, remove them Russell King
2010-03-04 19:11 ` [PATCH] ARM: ICST: provide definitions for max/min VCO frequencies Russell King
2010-03-04 19:11 ` [PATCH] ARM: ICST: use Hz instead of kHz Russell King
2010-03-04 19:11 ` [PATCH] ARM: ICST: move minimum VCO frequency to icst_params Russell King
2010-03-04 19:11 ` [PATCH] ARM: ICST: indirect s2div and idx2s arrays via icst_params Russell King
2010-03-04 19:11 ` [PATCH] ARM: ICST: kill duplicate icst code Russell King
2010-03-04 19:11 ` [PATCH] ARM: Realview/Versatile/Integrator: separate out common clock code Russell King
2010-03-04 19:11 ` [PATCH] ARM: Realview/Versatile: separate out common SP804 timer code Russell King
2010-03-04 19:11 ` [PATCH] ARM: Realview/Versatile: remove useless TIMER_RELOAD calculations Russell King
2010-03-04 19:11 ` [PATCH] ARM: Realview/Versatile: don't use magic numbers for timer frequency Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: convert Integrator/CP to use SP804 timer support Russell King
2010-03-04 19:11 ` [PATCH] ARM: Integrator: move 16-bit timer support to Integrator/AP Russell King
2010-03-04 19:11 ` [PATCH] ARM: Realview/Versatile: separate out common sched_clock() Russell King
2010-03-04 19:11 ` [PATCH] ARM: Make Integrator/Versatile/Reaview VCO code similar Russell King
2010-03-04 19:11 ` [PATCH] ARM: 5890/1: Fix incorrect Realview board IRQs for L220 and PMU Russell King
2010-03-04 19:11 ` [PATCH] Video: ARM CLCD: Better fix for swapped IENB and CNTL registers Russell King
2010-03-04 19:11 ` [PATCH] ARM: Add L2 cache handling to smp boot support Russell King
2010-03-04 19:11 ` [PATCH] ARM: Indirect round/set_rate operations through clk structure Russell King
[not found] ` <git-1267729916-eaa5eec739637f32f8733d528ff0b94fd62b1214@rmk-PC>
2010-03-04 19:11 ` [PATCH] Merge branch 'origin' into versatile Russell King
2010-03-04 19:11 ` [PATCH] ARM: Add Versatile Express support Russell King
2010-03-04 19:11 ` [PATCH] ARM: Add Versatile Express CA9x4 processor support Russell King
2010-03-04 19:11 ` [PATCH] ARM: Add Versatile Express SMP support Russell King
2010-03-04 19:11 ` [PATCH] ARM: Versatile Express: support adjusting clock rates for CLCD Russell King
2010-03-05 22:52 ` Russell King - ARM Linux
2010-03-05 12:12 ` [PATCH] ARM: Add Versatile Express SMP support Colin Tuckley
2010-03-05 22:51 ` Russell King - ARM Linux
2010-03-05 10:47 ` [PATCH] ARM: Add Versatile Express CA9x4 processor support Albin Tonnerre
2010-03-05 12:08 ` Will Deacon
2010-03-05 20:43 ` Russell King - ARM Linux
2010-03-08 12:00 ` Will Deacon
2010-03-05 16:35 ` Colin Tuckley
2010-03-05 20:54 ` Russell King - ARM Linux
2010-03-05 10:27 ` [PATCH] ARM: Add Versatile Express support Albin Tonnerre
2010-03-05 10:29 ` Russell King - ARM Linux
2010-03-05 10:37 ` Albin Tonnerre [this message]
2010-03-05 14:25 ` Colin Tuckley
2010-03-05 22:36 ` Russell King - ARM Linux
2010-03-05 10:57 ` [PATCH] ARM: Realview/Versatile/Integrator: separate out common clock code Colin Tuckley
2010-03-05 14:30 ` [PATCH] ARM: Realview/Versatile/Integrator: separate outcommon " Catalin Marinas
2010-03-05 22:50 ` [PATCH] ARM: Realview/Versatile/Integrator: separate out common " Russell King - ARM Linux
2010-03-08 10:27 ` Cleanup ARM platform support, and add Versatile Express support Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bbb699fe1003050237t2f9fa68ckdb72e4ea67fba83@mail.gmail.com \
--to=albin.tonnerre@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).