On Mon, Nov 1, 2010 at 11:46 AM, Timur Tabi wrote:
> On Mon, Nov 1, 2010 at 12:17 AM, Grant Likely
> wrote:
>
>> Applied, thanks; but made some changes to protect this code because it
>> does not work on little endian (it can be fixed in a separate patch)
>
> I'm confused. How does of_get_mac_a
On Mon, Nov 1, 2010 at 12:17 AM, Grant Likely wrote:
> Applied, thanks; but made some changes to protect this code because it
> does not work on little endian (it can be fixed in a separate patch)
I'm confused. How does of_get_mac_address() not work on little-endian?
--
Timur Tabi
Linux kerne
On Mon, Nov 1, 2010 at 12:17 AM, Grant Likely wrote:
>> Signed-off-by: David Daney
>> Cc: Michal Simek
>> Cc: Grant Likely
>> Cc: Benjamin Herrenschmidt
>> Cc: Wolfram Sang
>> Cc: Paul Mackerras
>> Cc: "David S. Miller"
>> Cc: Corey Minyard
>> Cc: Pantelis Antoniou
>> Cc: Vitaly Bordug
On Tue, Oct 26, 2010 at 03:07:13PM -0700, David Daney wrote:
> There are two identical implementations of of_get_mac_address(), one
> each in arch/powerpc/kernel/prom_parse.c and
> arch/microblaze/kernel/prom_parse.c. Move this function to a new
> common file of_net.{c,h} and adjust all the caller
There are two identical implementations of of_get_mac_address(), one
each in arch/powerpc/kernel/prom_parse.c and
arch/microblaze/kernel/prom_parse.c. Move this function to a new
common file of_net.{c,h} and adjust all the callers to include the new
header.
Signed-off-by: David Daney
Cc: Michal