diff mbox

Linus HEAD build break

Message ID 87y4ebyznc.fsf@saruman.tx.rr.com
State New
Headers show

Commit Message

Felipe Balbi Nov. 6, 2015, 2:24 p.m. UTC
Hi again,

Felipe Balbi <balbi@ti.com> writes:
> Hi Marek,

>

> your commit af19161aaed7 ("ARM: dts: twl4030: Add iio properties for bci

> subnode") breaks build on current linus/master (which current sits in


this commit cannot be found in next. How come it's in linus/master ?

If it had been in next, we'd find out about it a lot sooner and avoid
the build regression. It seems author didn't build his own patch,
considering the error is clear. Here's a patch, please merge it or
provide a better version. Below has been build tested
(omap2plus_defconfig) and boot tested (am437x SK, am437x IDK, beaglebone
black) (yeah, I don't have boards which sport MADC around).

8<---------------------------------------------------------------

From 7af26f7123bad3e9c9dcfe9dfe9f4ad58e56f7cb Mon Sep 17 00:00:00 2001
From: Felipe Balbi <balbi@ti.com>

Date: Fri, 6 Nov 2015 08:14:45 -0600
Subject: [PATCH] ARM: dts: twl4030: fix Monitoring ADC label

commit af19161aaed7 ("ARM: dts: twl4030: Add iio
properties for bci subnode") breaks build of several
DTS files by referring to a label that doesn't
exist. Fix it.

Signed-off-by: Felipe Balbi <balbi@ti.com>

---
 arch/arm/boot/dts/twl4030.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.6.2



-- 
balbi

Comments

Felipe Balbi Nov. 6, 2015, 2:40 p.m. UTC | #1
Hi,

Belisko Marek <marek.belisko@gmail.com> writes:
> Hi,

>

> On Fri, Nov 6, 2015 at 3:24 PM, Felipe Balbi <balbi@ti.com> wrote:

>>

>> Hi again,

>>

>> Felipe Balbi <balbi@ti.com> writes:

>>> Hi Marek,

>>>

>>> your commit af19161aaed7 ("ARM: dts: twl4030: Add iio properties for bci

>>> subnode") breaks build on current linus/master (which current sits in

>>

>> this commit cannot be found in next. How come it's in linus/master ?

> I did post fix but Tony seems doesn't merge it:

> https://lkml.org/lkml/2015/10/13/816


looking at that thread, I have no idea how come the old version was
merged in the first place. Tony was clear that it broke build and yet
this patch has made its way to mainline and it didn't even go through
linux-next, which makes the problem worse.

Now we have a bisection point where the tree (well, some DTS files)
won't even build. This is quite messy.

-- 
balbi
diff mbox

Patch

diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi
index 482b7aa37808..c8197f209efc 100644
--- a/arch/arm/boot/dts/twl4030.dtsi
+++ b/arch/arm/boot/dts/twl4030.dtsi
@@ -22,7 +22,7 @@ 
 	charger: bci {
 		compatible = "ti,twl4030-bci";
 		interrupts = <9>, <2>;
-		io-channels = <&twl4030_madc 11>;
+		io-channels = <&twl_madc 11>;
 		io-channel-name = "vac";
 		bci3v1-supply = <&vusb3v1>;
 	};