All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failures in -next from qcom_rpm.c
       [not found] <E1Yb5Cx-0002pj-LU@debutante>
@ 2015-03-26 16:53 ` Mark Brown
  2015-03-26 18:23   ` Stephen Boyd
  2015-03-26 20:05   ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2015-03-26 16:53 UTC (permalink / raw)
  To: Samuel Ortiz, Lee Jones, Josh Cartwright, Stephen Boyd
  Cc: kernel-build-reports, linaro-kernel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2043 bytes --]

On Thu, Mar 26, 2015 at 10:40:15AM +0000, Build bot for Mark Brown wrote:

For the past couple of days -next has been failing to build an ARM
allmodconfig due to the use of defines which don't appear anywhere in
the kernel, introduced in f35ba5c9f6043 (mfd: qcom_rpm: Add support for
IPQ8064):

> 	arm-allmodconfig
> ../drivers/mfd/qcom_rpm.c:331:3: error: 'QCOM_RPM_NSS_FABRIC_0_CLK' undeclared here (not in a function)
> ../drivers/mfd/qcom_rpm.c:331:2: error: array index in initializer not of integer type
> ../drivers/mfd/qcom_rpm.c:331:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> ../drivers/mfd/qcom_rpm.c:335:3: error: 'QCOM_RPM_NSS_FABRIC_1_CLK' undeclared here (not in a function)
> ../drivers/mfd/qcom_rpm.c:335:2: error: array index in initializer not of integer type
> ../drivers/mfd/qcom_rpm.c:335:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> ../drivers/mfd/qcom_rpm.c:354:3: error: 'QCOM_RPM_SMB208_S1a' undeclared here (not in a function)
> ../drivers/mfd/qcom_rpm.c:354:2: error: array index in initializer not of integer type
> ../drivers/mfd/qcom_rpm.c:354:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> ../drivers/mfd/qcom_rpm.c:355:3: error: 'QCOM_RPM_SMB208_S1b' undeclared here (not in a function)
> ../drivers/mfd/qcom_rpm.c:355:2: error: array index in initializer not of integer type
> ../drivers/mfd/qcom_rpm.c:355:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> ../drivers/mfd/qcom_rpm.c:356:3: error: 'QCOM_RPM_SMB208_S2a' undeclared here (not in a function)
> ../drivers/mfd/qcom_rpm.c:356:2: error: array index in initializer not of integer type
> ../drivers/mfd/qcom_rpm.c:356:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> ../drivers/mfd/qcom_rpm.c:357:3: error: 'QCOM_RPM_SMB208_S2b' undeclared here (not in a function)
> ../drivers/mfd/qcom_rpm.c:357:2: error: array index in initializer not of integer type
> ../drivers/mfd/qcom_rpm.c:357:2: error: (near initialization for 'ipq806x_rpm_resource_table')

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Build failures in -next from qcom_rpm.c
  2015-03-26 16:53 ` Build failures in -next from qcom_rpm.c Mark Brown
@ 2015-03-26 18:23   ` Stephen Boyd
  2015-03-26 20:05   ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2015-03-26 18:23 UTC (permalink / raw)
  To: Mark Brown, Samuel Ortiz, Lee Jones, Josh Cartwright
  Cc: kernel-build-reports, linaro-kernel, linux-kernel

On 03/26/15 09:53, Mark Brown wrote:
> On Thu, Mar 26, 2015 at 10:40:15AM +0000, Build bot for Mark Brown wrote:
>
> For the past couple of days -next has been failing to build an ARM
> allmodconfig due to the use of defines which don't appear anywhere in
> the kernel, introduced in f35ba5c9f6043 (mfd: qcom_rpm: Add support for
> IPQ8064):
>
>

Thanks. It looks like Lee has dropped it now. I'll resend both patches
so they can be applied properly.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Build failures in -next from qcom_rpm.c
  2015-03-26 16:53 ` Build failures in -next from qcom_rpm.c Mark Brown
  2015-03-26 18:23   ` Stephen Boyd
@ 2015-03-26 20:05   ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2015-03-26 20:05 UTC (permalink / raw)
  To: Mark Brown
  Cc: Samuel Ortiz, Josh Cartwright, Stephen Boyd,
	kernel-build-reports, linaro-kernel, linux-kernel

On Thu, 26 Mar 2015, Mark Brown wrote:

> On Thu, Mar 26, 2015 at 10:40:15AM +0000, Build bot for Mark Brown wrote:
> 
> For the past couple of days -next has been failing to build an ARM
> allmodconfig due to the use of defines which don't appear anywhere in
> the kernel, introduced in f35ba5c9f6043 (mfd: qcom_rpm: Add support for
> IPQ8064):

I dealt with this earlier today, so tonight's build should be fine.
Sorry it's taken a couple of days to fix.  Normally someone complains
sooner and I fix right away,  but you are the first in this instance.

> > 	arm-allmodconfig
> > ../drivers/mfd/qcom_rpm.c:331:3: error: 'QCOM_RPM_NSS_FABRIC_0_CLK' undeclared here (not in a function)
> > ../drivers/mfd/qcom_rpm.c:331:2: error: array index in initializer not of integer type
> > ../drivers/mfd/qcom_rpm.c:331:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> > ../drivers/mfd/qcom_rpm.c:335:3: error: 'QCOM_RPM_NSS_FABRIC_1_CLK' undeclared here (not in a function)
> > ../drivers/mfd/qcom_rpm.c:335:2: error: array index in initializer not of integer type
> > ../drivers/mfd/qcom_rpm.c:335:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> > ../drivers/mfd/qcom_rpm.c:354:3: error: 'QCOM_RPM_SMB208_S1a' undeclared here (not in a function)
> > ../drivers/mfd/qcom_rpm.c:354:2: error: array index in initializer not of integer type
> > ../drivers/mfd/qcom_rpm.c:354:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> > ../drivers/mfd/qcom_rpm.c:355:3: error: 'QCOM_RPM_SMB208_S1b' undeclared here (not in a function)
> > ../drivers/mfd/qcom_rpm.c:355:2: error: array index in initializer not of integer type
> > ../drivers/mfd/qcom_rpm.c:355:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> > ../drivers/mfd/qcom_rpm.c:356:3: error: 'QCOM_RPM_SMB208_S2a' undeclared here (not in a function)
> > ../drivers/mfd/qcom_rpm.c:356:2: error: array index in initializer not of integer type
> > ../drivers/mfd/qcom_rpm.c:356:2: error: (near initialization for 'ipq806x_rpm_resource_table')
> > ../drivers/mfd/qcom_rpm.c:357:3: error: 'QCOM_RPM_SMB208_S2b' undeclared here (not in a function)
> > ../drivers/mfd/qcom_rpm.c:357:2: error: array index in initializer not of integer type
> > ../drivers/mfd/qcom_rpm.c:357:2: error: (near initialization for 'ipq806x_rpm_resource_table')



-- 
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:[~2015-03-26 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1Yb5Cx-0002pj-LU@debutante>
2015-03-26 16:53 ` Build failures in -next from qcom_rpm.c Mark Brown
2015-03-26 18:23   ` Stephen Boyd
2015-03-26 20:05   ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.