On Thu, Aug 16, 2012 at 3:44 PM, Arnd Bergmann wrote:
> On Thursday 16 August 2012, Linus Walleij wrote:
>> This patch set moves all the non-DT platform code into
>> #ifndef CONFIG_OF sections for clarity. The plan is to
>> delete them after deprecation.
>
> I'm fine with your playing around with
On Thu, Aug 16, 2012 at 2:40 PM, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> On 14:16 Thu 16 Aug , Linus Walleij wrote:
>> +/* For the Device Tree, add in the UART callbacks as AUXDATA */
>> +static struct of_dev_auxdata ap_auxdata_lookup[] __initdata = {
>> + OF_DEV_AUXDATA("arm,primecell",
On Wed, Aug 15, 2012 at 10:14 PM, John Crispin wrote:
> Is it ok if i have these pinctrl patches go upstream via the MIPS tree ?
Yes, go ahead.
Yours,
Linus Walleij
___
devicetree-discuss mailing list
devicetree-discuss@lists.ozlabs.org
https://lists.
On Sat, 18 Aug 2012 18:55:41 +0300
Dan Carpenter wrote:
> Do a sanity check on these before using them as divisors.
>
> Signed-off-by: Dan Carpenter
Acked-by: Anatolij Gustschin
> diff --git a/drivers/video/mb862xx/mb862xxfbdrv.c
> b/drivers/video/mb862xx/mb862xxfbdrv.c
> index 00ce1f3..57d
Hi Tony,
On Sat, Aug 18, 2012 at 8:08 AM, Tony Lindgren wrote:
> Thanks, is this patch still correct so it does not try to enable FIFO
> for 2420?
Yes it only enables the FIFO for 2430, 2420 is not affected.
--
Péter
___
devicetree-discuss mailing li
Do a sanity check on these before using them as divisors.
Signed-off-by: Dan Carpenter
diff --git a/drivers/video/mb862xx/mb862xxfbdrv.c
b/drivers/video/mb862xx/mb862xxfbdrv.c
index 00ce1f3..57d940b 100644
--- a/drivers/video/mb862xx/mb862xxfbdrv.c
+++ b/drivers/video/mb862xx/mb862xxfbdrv.c
@@
On 08/16/2012 02:43 PM, Alan Tull wrote:
>
> Hello,
>
> I'm Alan Tull, interested in dynamic features of device trees.
Hey Alan. How are you doing?
> The following patch adds a char driver to add or remove device tree
> nodes dynamically. Its ioctl passes a struct with:
> - size of the blob
>