linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: Martin Townsend <martin.townsend@xsilon.com>
Cc: linux-wpan@vger.kernel.org
Subject: Re: Latest wpan-next doesn't compile
Date: Thu, 7 Aug 2014 11:33:08 +0200	[thread overview]
Message-ID: <20140807093305.GA17452@omega> (raw)
In-Reply-To: <53E34185.1040304@xsilon.com>

Hi,

On Thu, Aug 07, 2014 at 10:06:13AM +0100, Martin Townsend wrote:
> Hi Alex,
> 
> I'm getting the following error when trying to compile linux-wpan-next (commit id cad114ae7eceafc4252cd5b1ecbd4bdbcdc901f0)
> 
> | drivers/of/platform.c: In function 'of_dma_configure':
> | drivers/of/platform.c:170:16: error: 'struct pdev_archdata' has no member named 'dma_mask'
> |   pdev->archdata.dma_mask = 0xffffffffUL;
> |                 ^
> | make[2]: *** [drivers/of/platform.o] Error 1
> | make[1]: *** [drivers/of] Error 2
> | make[1]: *** Waiting for unfinished jobs....
> |   CC      net/sched/sch_mq.o

no, but this isn't our problem. Our branch is based on bluetooth-next.
It could be that this fix is already solved in other repository, if you
want to fix it you need to find out if it already fix and create some
patch.

I will show you a how to which I would do that:

1) check current next tree (sometimes there exists also special repos
like for bluetooth, check https://git.kernel.org/cgit/linux/kernel/):

https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/log/drivers/of/platform.c

this shows the log of this file.

"of/platform: Fix microblaze build failure" - sounds like a build issue.
Click on it you get:

https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/drivers/of/platform.c?id=e1319ea5db6dee48b7fa3a5822c3940dc649ee6a

so, it's already fixed.

The linux-wpan-next branch is based on bluetooth-next and we are a
little far behind on everything which isn't the net branch.

2)
If 1) doesn't show any fix then ask on the mailinglist.

./scripts/get_maintainer.pl -f drivers/of/platform.c

Grant Likely <grant.likely@linaro.org> (maintainer:OPEN FIRMWARE AND...)      
Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND...)
devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND...)
linux-kernel@vger.kernel.org (open list)

there you can find the necessary people which working on this branch.



So now if you want to fix it for your working branch, then add in your
git remotes the linux-next repository and run "git cherry-pick
e1319ea5db6dee48b7fa3a5822c3940dc649ee6a", but please don't send patches
for this fix to me then. ;)

- Alex

       reply	other threads:[~2014-08-07  9:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <53E34185.1040304@xsilon.com>
2014-08-07  9:33 ` Alexander Aring [this message]
2014-08-14  7:11   ` Latest wpan-next doesn't compile Martin Townsend

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140807093305.GA17452@omega \
    --to=alex.aring@gmail.com \
    --cc=linux-wpan@vger.kernel.org \
    --cc=martin.townsend@xsilon.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).