Message ID | CACRpkdai0PRbK-R_KfNqkkVuSNn97v9Za8Doq71Zb-xCHW+J1A@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Friday 01 March 2013, Linus Walleij wrote: > Hi Olof, Arnd, > > Here is a pull request for the Device Tree fixes for Ux500 in the v3.9 series. > > Basically this should have come in earlier, but I failed at processing > it in time > for the merge window. t should have been this cycle's Ux500 DT topic branch. > > As discussed I've started to funnel all Ux500 DT stuff through my ux500 tree > in order to do some coordination and I became overloaded. So this patch set > got stuck in the air. It was not trivial to push since this branch had a few > conflicts with other branches. (There might have been a good way to solve > that but I didn't come up with it in time.) > > Basically how to handle it is your pick, in the old times I would have pushed > it ASAP, maybe during -rc1, as it restores the Ux500 DT to a working state > for the basic functionality (notably ethernet and MMC on the Snowball). > > Please pull it in, for fixes or -next at your decision. As you can see the > base is at Torvald's HEAD since all dependencies that conflicted with > this branch is now there. If you want me to resend based on v3.9-rc1 > or so, just tell. I'm still getting build errors even with those patches applied: Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) drivers/built-in.o: In function `ab8500_power_off': /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:37: undefined reference to `power_supply_get_by_name' /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:53: undefined reference to `power_supply_get_by_name' make[2]: *** [vmlinux] Error 1 Arnd 1 `
On Fri, 01 Mar 2013, Arnd Bergmann wrote: > On Friday 01 March 2013, Linus Walleij wrote: > > Hi Olof, Arnd, > > > > Here is a pull request for the Device Tree fixes for Ux500 in the v3.9 series. > > > > Basically this should have come in earlier, but I failed at processing > > it in time > > for the merge window. t should have been this cycle's Ux500 DT topic branch. > > > > As discussed I've started to funnel all Ux500 DT stuff through my ux500 tree > > in order to do some coordination and I became overloaded. So this patch set > > got stuck in the air. It was not trivial to push since this branch had a few > > conflicts with other branches. (There might have been a good way to solve > > that but I didn't come up with it in time.) > > > > Basically how to handle it is your pick, in the old times I would have pushed > > it ASAP, maybe during -rc1, as it restores the Ux500 DT to a working state > > for the basic functionality (notably ethernet and MMC on the Snowball). > > > > Please pull it in, for fixes or -next at your decision. As you can see the > > base is at Torvald's HEAD since all dependencies that conflicted with > > this branch is now there. If you want me to resend based on v3.9-rc1 > > or so, just tell. > > > I'm still getting build errors even with those patches applied: > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) These have been there since DT landed for the AB8500 - it's on my TODO to fix, but it's a really low priority. > drivers/built-in.o: In function `ab8500_power_off': > /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:37: undefined reference to `power_supply_get_by_name' > /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:53: undefined reference to `power_supply_get_by_name' > make[2]: *** [vmlinux] Error 1 This has already been fixed. https://patchwork.kernel.org/patch/2163301/
Hi Arnd, On Mon, Mar 11, 2013 at 02:43:20PM +0000, Arnd Bergmann wrote: > On Saturday 02 March 2013, Lee Jones wrote: > > > > > > I'm still getting build errors even with those patches applied: > > > > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > > These have been there since DT landed for the AB8500 - it's on my TODO > > to fix, but it's a really low priority. > > I've come up with the trivial patch below. I'm trying hard to kill off all known > warnings, and will not take submissions introducing new ones if I see them. > > Maybe Sam can just pick this up along with the other patch. I'll take it. > > > drivers/built-in.o: In function `ab8500_power_off': > > > /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:37: undefined reference to `power_supply_get_by_name' > > > /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:53: undefined reference to `power_supply_get_by_name' > > > make[2]: *** [vmlinux] Error 1 > > > > This has already been fixed. > > > > https://patchwork.kernel.org/patch/2163301/ > > It hasn't made it into v3.9-rc2 or even linux-next yet. I guess it got lost > somewhere. In my Inbox. I'm planning to send a pull request to Linus later this week. Cheers, Samuel.
On Monday 11 March 2013, Samuel Ortiz wrote: > > Maybe Sam can just pick this up along with the other patch. > I'll take it. > ... > > It hasn't made it into v3.9-rc2 or even linux-next yet. I guess it got lost > > somewhere. > In my Inbox. I'm planning to send a pull request to Linus later this week. Ok, thanks a lot! Coincidentally, I just found another regression with an unrelated driver that got merged through your tree (max8925), I'll follow up with a separate email. Arnd
Hi Arnd, On Mon, Mar 11, 2013 at 02:43:20PM +0000, Arnd Bergmann wrote: > On Saturday 02 March 2013, Lee Jones wrote: > > > > > > I'm still getting build errors even with those patches applied: > > > > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > Warning (reg_format): "reg" property in /soc-u9500/prcmu@80157000/ab8500@5 has invalid length (4 bytes) (#address-cells == 1, #size-cells == 1) > > > > These have been there since DT landed for the AB8500 - it's on my TODO > > to fix, but it's a really low priority. > > I've come up with the trivial patch below. I'm trying hard to kill off all known > warnings, and will not take submissions introducing new ones if I see them. > > Maybe Sam can just pick this up along with the other patch. I applied the patch below to my fd-fixes tree. Which one do you mean by "the other patch" ? > > > drivers/built-in.o: In function `ab8500_power_off': > > > /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:37: undefined reference to `power_supply_get_by_name' > > > /git/arm-soc/drivers/mfd/ab8500-sysctrl.c:53: undefined reference to `power_supply_get_by_name' > > > make[2]: *** [vmlinux] Error 1 > > > > This has already been fixed. > > > > https://patchwork.kernel.org/patch/2163301/ > > It hasn't made it into v3.9-rc2 or even linux-next yet. I guess it got lost > somewhere. It's applied to my mfd-fixes as well now. Cheers, Samuel.
On Wednesday 13 March 2013, Samuel Ortiz wrote: > > Maybe Sam can just pick this up along with the other patch. > I applied the patch below to my fd-fixes tree. Which one do you mean by "the > other patch" ? The one that you said is in your tree below. > > > https://patchwork.kernel.org/patch/2163301/ > > > > It hasn't made it into v3.9-rc2 or even linux-next yet. I guess it got lost > > somewhere. > It's applied to my mfd-fixes as well now. Arnd
On Friday 01 March 2013, Linus Walleij wrote: > Please pull it in, for fixes or -next at your decision. As you can see the > base is at Torvald's HEAD since all dependencies that conflicted with > this branch is now there. If you want me to resend based on v3.9-rc1 > or so, just tell. I guess it's too late not for 3.9, I just found the pull request again. I've applied it to the 3.10 next/fixes-non-critical branch now. Arnd
On Friday 15 March 2013, Arnd Bergmann wrote: > I guess it's too late not for 3.9, I just found the pull request again. > I've applied it to the 3.10 next/fixes-non-critical branch now. > s/not/now/ Sorry for any confusion I caused. Arnd