All of lore.kernel.org
 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

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 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.