* linux-next: build failure after merge of the mfd-lj tree
@ 2014-05-20 8:01 Stephen Rothwell
2014-05-22 22:15 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2014-05-20 8:01 UTC (permalink / raw)
To: Lee Jones; +Cc: linux-next, linux-kernel, Linus Walleij
[-- Attachment #1: Type: text/plain, Size: 612 bytes --]
Hi Lee,
After merging the mfd-lj tree, today's linux-next build (powerpc
allyesconfig) failed like this:
drivers/mfd/stmpe.c: In function 'stmpe_irq_init':
drivers/mfd/stmpe.c:1000:15: error: 'struct stmpe' has no member named 'irq_base'
base = stmpe->irq_base;
^
Caused by commit 3ba1d516d5fe ("mfd: stmpe: root out static GPIO and
IRQ assignments").
This is exactly the same error and commit I reported against the gpio
tree on Friday. Why has it come back?
I have reverted that commit for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: build failure after merge of the mfd-lj tree
2014-05-20 8:01 linux-next: build failure after merge of the mfd-lj tree Stephen Rothwell
@ 2014-05-22 22:15 ` Linus Walleij
2014-05-23 8:50 ` [GIT PULL v2] mfd/gpio: New pull request with irq_base removed Lee Jones
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2014-05-22 22:15 UTC (permalink / raw)
To: Stephen Rothwell, Lee Jones
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
On Tue, May 20, 2014 at 10:01 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> drivers/mfd/stmpe.c: In function 'stmpe_irq_init':
> drivers/mfd/stmpe.c:1000:15: error: 'struct stmpe' has no member named 'irq_base'
> base = stmpe->irq_base;
> ^
>
> Caused by commit 3ba1d516d5fe ("mfd: stmpe: root out static GPIO and
> IRQ assignments").
Some mishap in merging these patches I think. I don't have that
line in my branch with the latest patches, I'll get the proper
versions to Lee somehow.
> This is exactly the same error and commit I reported against the gpio
> tree on Friday. Why has it come back?
It is supposed to come through both trees but I took the branch
out of GPIO after the initial troubles, but it seems to remain in
MFD.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL v2] mfd/gpio: New pull request with irq_base removed
2014-05-22 22:15 ` Linus Walleij
@ 2014-05-23 8:50 ` Lee Jones
0 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2014-05-23 8:50 UTC (permalink / raw)
To: Linus Walleij
Cc: Stephen Rothwell, linux-next@vger.kernel.org,
linux-kernel@vger.kernel.org
> > drivers/mfd/stmpe.c: In function 'stmpe_irq_init':
> > drivers/mfd/stmpe.c:1000:15: error: 'struct stmpe' has no member named 'irq_base'
> > base = stmpe->irq_base;
> > ^
> >
> > Caused by commit 3ba1d516d5fe ("mfd: stmpe: root out static GPIO and
> > IRQ assignments").
>
> Some mishap in merging these patches I think. I don't have that
> line in my branch with the latest patches,
I'm not sure that's true:
`git grep irq_base linusw-next/stmpe-for-lee -- drivers/mfd/stmpe.c`
linusw-next/stmpe-for-lee:drivers/mfd/stmpe.c: base = stmpe->irq_base;
>I'll get the proper versions to Lee somehow.
I've fixed up the branch and re-pushed:
The following changes since commit 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd:
Linux 3.15-rc4 (2014-05-04 18:14:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-gpio-v3.16
for you to fetch changes up to 9e9dc7d9597bd6881b3e7ae6ae3d710319605c47:
mfd: stmpe: root out static GPIO and IRQ assignments (2014-05-23 09:41:01 +0100)
----------------------------------------------------------------
Immutable branch between MFD and GPIO due for the v3.16 merge window.
----------------------------------------------------------------
Linus Walleij (4):
mfd: stmpe: mask off unused blocks properly
mfd: stmpe: Probe properly from the Device Tree
mfd: stmpe: add optional regulators
mfd: stmpe: root out static GPIO and IRQ assignments
drivers/gpio/gpio-stmpe.c | 18 +++++-------------
drivers/mfd/Kconfig | 1 +
drivers/mfd/stmpe-i2c.c | 30 +++++++++++++++++++++++++++++-
drivers/mfd/stmpe.c | 33 ++++++++++++++++++++++++++++-----
drivers/mfd/stmpe.h | 2 +-
include/linux/mfd/stmpe.h | 19 +++++--------------
6 files changed, 69 insertions(+), 34 deletions(-)
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-23 8:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 8:01 linux-next: build failure after merge of the mfd-lj tree Stephen Rothwell
2014-05-22 22:15 ` Linus Walleij
2014-05-23 8:50 ` [GIT PULL v2] mfd/gpio: New pull request with irq_base removed Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox