Re: [PATCH 2/6] ARM: dove: Fix tauros2 device tree init

2012-09-25 Thread Sebastian Hesselbarth
On 09/25/2012 07:19 AM, Andrew Lunn wrote: Interestingly, kisskb does not show this break: http://kisskb.ellerman.id.au/kisskb/config/308/ and yesterdays build does not have the parameter to tauros2_init(). Is the cache not enabled in dove_defconfig? Andrew, I checked dove_defconfig and CONF

Re: [PATCH 2/6] ARM: dove: Fix tauros2 device tree init

2012-09-24 Thread Andrew Lunn
On Tue, Sep 25, 2012 at 03:22:04AM +0200, Sebastian Hesselbarth wrote: > On 09/25/2012 02:02 AM, Sebastian Hesselbarth wrote: > >During the review process of dove DT patches, Tauros2 cache > >init call was changed and DT support added. This patch fixes > >the call to Tauros2 init and adds a DT node

Re: [PATCH 2/6] ARM: dove: Fix tauros2 device tree init

2012-09-24 Thread Sebastian Hesselbarth
On 09/25/2012 02:02 AM, Sebastian Hesselbarth wrote: During the review process of dove DT patches, Tauros2 cache init call was changed and DT support added. This patch fixes the call to Tauros2 init and adds a DT node. Moreover, plat/irq.h include was missing from mach-dove/common.c. > ... diff