linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* spi/bcm63xx: unknown CONFIG_BIG_ENDIAN
@ 2015-09-15  6:24 Valentin Rothberg
  2015-09-15  7:40 ` Jonas Gorski
  0 siblings, 1 reply; 5+ messages in thread
From: Valentin Rothberg @ 2015-09-15  6:24 UTC (permalink / raw)
  To: jogo; +Cc: broonie, Paul Bolle, ziegler, linux-kernel

Hi Jonas,

your commit 158fcc4e050a ("spi/bcm63xx: replace custom io accessors with
standard ones") has shown up in today's Linux next tree (i.e.,
next-20150915).  

This commit adds four #ifdef blocks depending on CONFIG_BIG_ENDIAN,
which is not defined in Kconfig breaking the #ifdef #else conditions.

Is there a patch queued somewhere to add this option to Kconfig?  

I found some other candidates like '__BIG_ENDIAN' which is used in other
drivers, or 'CPU_BIG_ENDIAN' which is defined for mips.  Maybe they can
be used instead.

I detected this issue witch scripts/checkkconfigsymbols.py.

Kind regards,
  Valentin

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

* Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN
  2015-09-15  6:24 spi/bcm63xx: unknown CONFIG_BIG_ENDIAN Valentin Rothberg
@ 2015-09-15  7:40 ` Jonas Gorski
  2015-09-15  8:40   ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Jonas Gorski @ 2015-09-15  7:40 UTC (permalink / raw)
  To: Valentin Rothberg; +Cc: broonie, Paul Bolle, ziegler, linux-kernel

Hi Valentin,

On 15.09.2015 08:24, Valentin Rothberg wrote:
> Hi Jonas,
> 
> your commit 158fcc4e050a ("spi/bcm63xx: replace custom io accessors with
> standard ones") has shown up in today's Linux next tree (i.e.,
> next-20150915).  
> 
> This commit adds four #ifdef blocks depending on CONFIG_BIG_ENDIAN,
> which is not defined in Kconfig breaking the #ifdef #else conditions.
> 
> Is there a patch queued somewhere to add this option to Kconfig?  
> 
> I found some other candidates like '__BIG_ENDIAN' which is used in other
> drivers, or 'CPU_BIG_ENDIAN' which is defined for mips.  Maybe they can
> be used instead.

You are right, and I had fixed this in my V2 patchset from saturday, but
appearently this wasn't fast enough.
Mark? If you can drop patches 2 to 4 that would be easiest for me, but if
you don't do rebases on your for-next branch, then I'll rewrite the
patches to apply on top of the already applied old versions and send a v3.


Jonas

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

* Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN
  2015-09-15  7:40 ` Jonas Gorski
@ 2015-09-15  8:40   ` Mark Brown
  2015-09-15 13:34     ` Jonas Gorski
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2015-09-15  8:40 UTC (permalink / raw)
  To: Jonas Gorski; +Cc: Valentin Rothberg, Paul Bolle, ziegler, linux-kernel

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

On Tue, Sep 15, 2015 at 09:40:30AM +0200, Jonas Gorski wrote:

> Mark? If you can drop patches 2 to 4 that would be easiest for me, but if
> you don't do rebases on your for-next branch, then I'll rewrite the
> patches to apply on top of the already applied old versions and send a v3.

No, please submit incremental modifications as incremental
modifications.

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

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

* Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN
  2015-09-15  8:40   ` Mark Brown
@ 2015-09-15 13:34     ` Jonas Gorski
  2015-09-15 14:07       ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Jonas Gorski @ 2015-09-15 13:34 UTC (permalink / raw)
  To: Mark Brown; +Cc: Valentin Rothberg, Paul Bolle, ziegler, linux-kernel

On 15.09.2015 10:40, Mark Brown wrote:
> On Tue, Sep 15, 2015 at 09:40:30AM +0200, Jonas Gorski wrote:
> 
>> Mark? If you can drop patches 2 to 4 that would be easiest for me, but if
>> you don't do rebases on your for-next branch, then I'll rewrite the
>> patches to apply on top of the already applied old versions and send a v3.
> 
> No, please submit incremental modifications as incremental
> modifications.

IS there anything I can do to avoid this happining again, like a patchwork
where I can mark my older versions as superseded? I admit I didn't expect
partial application of the (old) series.


Jonas

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

* Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN
  2015-09-15 13:34     ` Jonas Gorski
@ 2015-09-15 14:07       ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2015-09-15 14:07 UTC (permalink / raw)
  To: Jonas Gorski; +Cc: Valentin Rothberg, Paul Bolle, ziegler, linux-kernel

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

On Tue, Sep 15, 2015 at 03:34:17PM +0200, Jonas Gorski wrote:
> On 15.09.2015 10:40, Mark Brown wrote:

> > No, please submit incremental modifications as incremental
> > modifications.

> IS there anything I can do to avoid this happining again, like a patchwork
> where I can mark my older versions as superseded? I admit I didn't expect
> partial application of the (old) series.

No, not really - the main thing here was that there didn't seem to have
been any discussion about the original series.

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

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

end of thread, other threads:[~2015-09-15 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15  6:24 spi/bcm63xx: unknown CONFIG_BIG_ENDIAN Valentin Rothberg
2015-09-15  7:40 ` Jonas Gorski
2015-09-15  8:40   ` Mark Brown
2015-09-15 13:34     ` Jonas Gorski
2015-09-15 14:07       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).