Prev: [tip:tracing/core] tracing: Show sample std dev in function profiling
Next: [PATCH 1/1] kgdb: don't needlessly skip PAGE_USER test for Fsl booke
From: Heikki Krogerus on 30 Apr 2010 13:10 Hi, On Fri, Apr 30, 2010 at 08:05:55AM +0200, ext Stephen Rothwell wrote: > Hi Greg, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_bits': > drivers/usb/otg/twl4030-usb.c:238: error: implicit declaration of function 'ULPI_SET' > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_clear_bits': > drivers/usb/otg/twl4030-usb.c:244: error: implicit declaration of function 'ULPI_CLR' > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_mode': > drivers/usb/otg/twl4030-usb.c:303: error: 'ULPI_IFC_CTRL' undeclared (first use in this function) > drivers/usb/otg/twl4030-usb.c:304: error: 'ULPI_IFC_CTRL_CARKITMODE' undeclared (first use in this function) > drivers/usb/otg/twl4030-usb.c:306: error: 'ULPI_FUNC_CTRL' undeclared (first use in this function) > drivers/usb/otg/twl4030-usb.c:307: error: 'ULPI_FUNC_CTRL_XCVRSEL_MASK' undeclared (first use in this function) > drivers/usb/otg/twl4030-usb.c:308: error: 'ULPI_FUNC_CTRL_OPMODE_MASK' undeclared (first use in this function) > > Caused by commit 57983872ff14cba23d6404a40c89e52063c94854 ("usb: otg: > twl4030: use the global ULPI register definitions"). I have reverted > that commit for today. Already informed Greg that he needs the patch for the global ulpi registers before this one. -- heikki -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Stephen Rothwell on 3 May 2010 01:00 Hi Guys, On Fri, 30 Apr 2010 09:22:24 +0300 Heikki Krogerus <ext-heikki.krogerus(a)nokia.com> wrote: > > On Fri, Apr 30, 2010 at 08:05:55AM +0200, ext Stephen Rothwell wrote: > > > > After merging the final tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_bits': > > drivers/usb/otg/twl4030-usb.c:238: error: implicit declaration of function 'ULPI_SET' > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_clear_bits': > > drivers/usb/otg/twl4030-usb.c:244: error: implicit declaration of function 'ULPI_CLR' > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_mode': > > drivers/usb/otg/twl4030-usb.c:303: error: 'ULPI_IFC_CTRL' undeclared (first use in this function) > > drivers/usb/otg/twl4030-usb.c:304: error: 'ULPI_IFC_CTRL_CARKITMODE' undeclared (first use in this function) > > drivers/usb/otg/twl4030-usb.c:306: error: 'ULPI_FUNC_CTRL' undeclared (first use in this function) > > drivers/usb/otg/twl4030-usb.c:307: error: 'ULPI_FUNC_CTRL_XCVRSEL_MASK' undeclared (first use in this function) > > drivers/usb/otg/twl4030-usb.c:308: error: 'ULPI_FUNC_CTRL_OPMODE_MASK' undeclared (first use in this function) > > > > Caused by commit 57983872ff14cba23d6404a40c89e52063c94854 ("usb: otg: > > twl4030: use the global ULPI register definitions"). I have reverted > > that commit for today. > > Already informed Greg that he needs the patch for the global ulpi > registers before this one. Still got this one today. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: Greg KH on 3 May 2010 13:30 On Mon, May 03, 2010 at 02:57:15PM +1000, Stephen Rothwell wrote: > Hi Guys, > > On Fri, 30 Apr 2010 09:22:24 +0300 Heikki Krogerus <ext-heikki.krogerus(a)nokia.com> wrote: > > > > On Fri, Apr 30, 2010 at 08:05:55AM +0200, ext Stephen Rothwell wrote: > > > > > > After merging the final tree, today's linux-next build (powerpc > > > allyesconfig) failed like this: > > > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_bits': > > > drivers/usb/otg/twl4030-usb.c:238: error: implicit declaration of function 'ULPI_SET' > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_clear_bits': > > > drivers/usb/otg/twl4030-usb.c:244: error: implicit declaration of function 'ULPI_CLR' > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_mode': > > > drivers/usb/otg/twl4030-usb.c:303: error: 'ULPI_IFC_CTRL' undeclared (first use in this function) > > > drivers/usb/otg/twl4030-usb.c:304: error: 'ULPI_IFC_CTRL_CARKITMODE' undeclared (first use in this function) > > > drivers/usb/otg/twl4030-usb.c:306: error: 'ULPI_FUNC_CTRL' undeclared (first use in this function) > > > drivers/usb/otg/twl4030-usb.c:307: error: 'ULPI_FUNC_CTRL_XCVRSEL_MASK' undeclared (first use in this function) > > > drivers/usb/otg/twl4030-usb.c:308: error: 'ULPI_FUNC_CTRL_OPMODE_MASK' undeclared (first use in this function) > > > > > > Caused by commit 57983872ff14cba23d6404a40c89e52063c94854 ("usb: otg: > > > twl4030: use the global ULPI register definitions"). I have reverted > > > that commit for today. > > > > Already informed Greg that he needs the patch for the global ulpi > > registers before this one. > > Still got this one today. Yes, I need the patch from Heikki... {hint...} thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 3 May 2010 13:40 On Mon, May 03, 2010 at 10:13:48AM -0700, Greg KH wrote: > On Mon, May 03, 2010 at 02:57:15PM +1000, Stephen Rothwell wrote: > > Hi Guys, > > > > On Fri, 30 Apr 2010 09:22:24 +0300 Heikki Krogerus <ext-heikki.krogerus(a)nokia.com> wrote: > > > > > > On Fri, Apr 30, 2010 at 08:05:55AM +0200, ext Stephen Rothwell wrote: > > > > > > > > After merging the final tree, today's linux-next build (powerpc > > > > allyesconfig) failed like this: > > > > > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_bits': > > > > drivers/usb/otg/twl4030-usb.c:238: error: implicit declaration of function 'ULPI_SET' > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_clear_bits': > > > > drivers/usb/otg/twl4030-usb.c:244: error: implicit declaration of function 'ULPI_CLR' > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_mode': > > > > drivers/usb/otg/twl4030-usb.c:303: error: 'ULPI_IFC_CTRL' undeclared (first use in this function) > > > > drivers/usb/otg/twl4030-usb.c:304: error: 'ULPI_IFC_CTRL_CARKITMODE' undeclared (first use in this function) > > > > drivers/usb/otg/twl4030-usb.c:306: error: 'ULPI_FUNC_CTRL' undeclared (first use in this function) > > > > drivers/usb/otg/twl4030-usb.c:307: error: 'ULPI_FUNC_CTRL_XCVRSEL_MASK' undeclared (first use in this function) > > > > drivers/usb/otg/twl4030-usb.c:308: error: 'ULPI_FUNC_CTRL_OPMODE_MASK' undeclared (first use in this function) > > > > > > > > Caused by commit 57983872ff14cba23d6404a40c89e52063c94854 ("usb: otg: > > > > twl4030: use the global ULPI register definitions"). I have reverted > > > > that commit for today. > > > > > > Already informed Greg that he needs the patch for the global ulpi > > > registers before this one. > > > > Still got this one today. > > Yes, I need the patch from Heikki... {hint...} Oh nevermind, I see them now, stupid me. I'll go queue them up. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 3 May 2010 14:10
On Mon, May 03, 2010 at 10:35:01AM -0700, Greg KH wrote: > On Mon, May 03, 2010 at 10:13:48AM -0700, Greg KH wrote: > > On Mon, May 03, 2010 at 02:57:15PM +1000, Stephen Rothwell wrote: > > > Hi Guys, > > > > > > On Fri, 30 Apr 2010 09:22:24 +0300 Heikki Krogerus <ext-heikki.krogerus(a)nokia.com> wrote: > > > > > > > > On Fri, Apr 30, 2010 at 08:05:55AM +0200, ext Stephen Rothwell wrote: > > > > > > > > > > After merging the final tree, today's linux-next build (powerpc > > > > > allyesconfig) failed like this: > > > > > > > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_bits': > > > > > drivers/usb/otg/twl4030-usb.c:238: error: implicit declaration of function 'ULPI_SET' > > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_clear_bits': > > > > > drivers/usb/otg/twl4030-usb.c:244: error: implicit declaration of function 'ULPI_CLR' > > > > > drivers/usb/otg/twl4030-usb.c: In function 'twl4030_usb_set_mode': > > > > > drivers/usb/otg/twl4030-usb.c:303: error: 'ULPI_IFC_CTRL' undeclared (first use in this function) > > > > > drivers/usb/otg/twl4030-usb.c:304: error: 'ULPI_IFC_CTRL_CARKITMODE' undeclared (first use in this function) > > > > > drivers/usb/otg/twl4030-usb.c:306: error: 'ULPI_FUNC_CTRL' undeclared (first use in this function) > > > > > drivers/usb/otg/twl4030-usb.c:307: error: 'ULPI_FUNC_CTRL_XCVRSEL_MASK' undeclared (first use in this function) > > > > > drivers/usb/otg/twl4030-usb.c:308: error: 'ULPI_FUNC_CTRL_OPMODE_MASK' undeclared (first use in this function) > > > > > > > > > > Caused by commit 57983872ff14cba23d6404a40c89e52063c94854 ("usb: otg: > > > > > twl4030: use the global ULPI register definitions"). I have reverted > > > > > that commit for today. > > > > > > > > Already informed Greg that he needs the patch for the global ulpi > > > > registers before this one. > > > > > > Still got this one today. > > > > Yes, I need the patch from Heikki... {hint...} > > Oh nevermind, I see them now, stupid me. I'll go queue them up. This should now be resolved. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |