On Fri, Feb 15, 2013 at 11:04:14PM +0100, Gregory CLEMENT wrote:
On 02/15/2013 10:56 PM, Jason Cooper wrote:
quoted
On Fri, Jan 25, 2013 at 06:32:43PM +0100, Gregory CLEMENT wrote:
quoted
Now that we have support for local timers, enable it by default
Signed-off-by: Gregory CLEMENT <redacted>
---
arch/arm/configs/mvebu_defconfig | 1 -
1 file changed, 1 deletion(-)
Applied patches 1, 2, and 3 of this series to mvebu/boards. In the
future, please put driver changes first (patch #2) with few if any
dependencies.
In this case, since these patches depended on SMP support added to
mvebu/boards, I had to apply them to mvebu/boards to prevent a circular
dependency.
Well the patch #2 can't work without the #1 (local interrupt support), so if
the order is changed then we loose the "bissecatiblity". That was the reason of
this order.
Yes, that's why I kept them in order and didn't put them in
mvebu/drivers.
thx,
Jason.