> This patch replaces the binding for flash chips in
> booting-without-of.txt with an clarified and improved version.  It
> also makes drivers/mtd/maps/physmap_of.c recognize this new binding.
> Finally it revises the Ebony device tree source to use the new binding
> as an example.
>
> Signed-off-by: David Gibson <[EMAIL PROTECTED]>

Acked-by: Segher Boessenkool <[EMAIL PROTECTED]>

Thanks for doing this work David!


> +     /* First look for RedBoot table or partitions on the command
> +      * line, these take precedence over device tree information */

Any specific reason you chose this order?  Just curious...

> +             .data           = (void *)"jedec_probe",

Hrm, this cast is only getting rid of the const-ness of the
string literal -- maybe .data should be declared const, or
does the majority of users want it writable?


Segher

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to