Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1214822 > unrolled thread
| Started by | Kevin Hilman <khilman@kernel.org> |
|---|---|
| First post | 2015-08-27 23:00 +0200 |
| Last post | 2015-09-02 15:10 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node Kevin Hilman <khilman@kernel.org> - 2015-08-27 23:00 +0200
Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node Kevin Hilman <khilman@kernel.org> - 2015-09-02 05:30 +0200
Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node Neil Brown <neil@brown.name> - 2015-09-02 08:30 +0200
Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node Tony Lindgren <tony@atomide.com> - 2015-09-02 15:10 +0200
| From | Kevin Hilman <khilman@kernel.org> |
|---|---|
| Date | 2015-08-27 23:00 +0200 |
| Subject | Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node |
| Message-ID | <q2cr8-7g7-9@gated-at.bofh.it> |
On Wed, Jul 29, 2015 at 5:11 PM, NeilBrown <neil@brown.name> wrote: > Now that twl4030_bci_probe can safely return -EPROBE_DEFER, > do so when devm_usb_get_phy_by_node returns that error. > > Signed-off-by: NeilBrown <neil@brown.name> This patch has hit linux-next in the form of coommit 3fc3895e4fe1 (twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node) and kernelci.org found a regression on omap3-beagle-xm[1]. Bisecting[2] this boot failure pointed at this commit, and I verified that reverting it on top of next-20150827 gets the board booting again. I haven't debugged any further. Kevin [1] http://storage.kernelci.org/next/next-20150827/arm-omap2plus_defconfig/lab-khilman/boot-omap3-beagle-xm.html [2] https://ci.linaro.org/view/people/job/tbaker-boot-bisect-bot/88/console -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Kevin Hilman <khilman@kernel.org> |
|---|---|
| Date | 2015-09-02 05:30 +0200 |
| Message-ID | <q46Ui-1kr-19@gated-at.bofh.it> |
| In reply to | #1214822 |
ping... this boot failure has now landed in mainline On Thu, Aug 27, 2015 at 1:51 PM, Kevin Hilman <khilman@kernel.org> wrote: > On Wed, Jul 29, 2015 at 5:11 PM, NeilBrown <neil@brown.name> wrote: >> Now that twl4030_bci_probe can safely return -EPROBE_DEFER, >> do so when devm_usb_get_phy_by_node returns that error. >> >> Signed-off-by: NeilBrown <neil@brown.name> > > This patch has hit linux-next in the form of coommit 3fc3895e4fe1 > (twl4030_charger: correctly handle -EPROBE_DEFER from > devm_usb_get_phy_by_node) and kernelci.org found a regression on > omap3-beagle-xm[1]. Bisecting[2] this boot failure pointed at this > commit, and I verified that reverting it on top of next-20150827 gets > the board booting again. I haven't debugged any further. > > Kevin > > [1] http://storage.kernelci.org/next/next-20150827/arm-omap2plus_defconfig/lab-khilman/boot-omap3-beagle-xm.html > [2] https://ci.linaro.org/view/people/job/tbaker-boot-bisect-bot/88/console -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Neil Brown <neil@brown.name> |
|---|---|
| Date | 2015-09-02 08:30 +0200 |
| Subject | Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node |
| Message-ID | <q49It-5mx-13@gated-at.bofh.it> |
| In reply to | #1217301 |
[Multipart message — attachments visible in raw view] — view raw
Kevin Hilman <khilman@kernel.org> writes: > ping... this boot failure has now landed in mainline sorry, I'm on leave at the moment and travelling so I'm unlikely to be able to look at this properly. I should be able to examine this issue before the end of the month but cannot promise sooner than that (though it is not impossible). Maybe it would be best to just revert it until a proper analysis can be done. NeilBrown > > On Thu, Aug 27, 2015 at 1:51 PM, Kevin Hilman <khilman@kernel.org> wrote: >> On Wed, Jul 29, 2015 at 5:11 PM, NeilBrown <neil@brown.name> wrote: >>> Now that twl4030_bci_probe can safely return -EPROBE_DEFER, >>> do so when devm_usb_get_phy_by_node returns that error. >>> >>> Signed-off-by: NeilBrown <neil@brown.name> >> >> This patch has hit linux-next in the form of coommit 3fc3895e4fe1 >> (twl4030_charger: correctly handle -EPROBE_DEFER from >> devm_usb_get_phy_by_node) and kernelci.org found a regression on >> omap3-beagle-xm[1]. Bisecting[2] this boot failure pointed at this >> commit, and I verified that reverting it on top of next-20150827 gets >> the board booting again. I haven't debugged any further. >> >> Kevin >> >> [1] http://storage.kernelci.org/next/next-20150827/arm-omap2plus_defconfig/lab-khilman/boot-omap3-beagle-xm.html >> [2] https://ci.linaro.org/view/people/job/tbaker-boot-bisect-bot/88/console
[toc] | [prev] | [next] | [standalone]
| From | Tony Lindgren <tony@atomide.com> |
|---|---|
| Date | 2015-09-02 15:10 +0200 |
| Message-ID | <q4fXA-5Wu-7@gated-at.bofh.it> |
| In reply to | #1217339 |
* Neil Brown <neil@brown.name> [150901 23:23]: > Kevin Hilman <khilman@kernel.org> writes: > > > ping... this boot failure has now landed in mainline > > sorry, I'm on leave at the moment and travelling so I'm unlikely to be > able to look at this properly. I should be able to examine this issue > before the end of the month but cannot promise sooner than that (though > it is not impossible). > > Maybe it would be best to just revert it until a proper analysis can be > done. OK yeah let's revert this one for now until we know what goes wrong. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web