linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Device tree conversion of spi device vs. controller_data
@ 2012-04-08 10:24 Roland Stigge
  2012-04-13  3:29 ` Grant Likely
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Stigge @ 2012-04-08 10:24 UTC (permalink / raw)
  To: Grant Likely; +Cc: spi-devel-general, linux-kernel

Hi,

upon DT conversion of LPC32xx, I came across the at25 spi eeprom which
needs .controller_data in struct spi_board_info for slave registration
via spi_register_board_info() (non-DT-case).

In the DT case, we need to eliminate this explicit registering call.
Therefore, I need to somehow replace the .controller_data passing in the
DT case to pass this data to the spi core. But I can't find such a
mechanism (v3.4-rc2). Is there already a concept or API that I
overlooked (please just point me to it) or what can I do to solve this?
(Looks like a general issue for spi slave registration via DT).

Thanks in advance,

Roland

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

end of thread, other threads:[~2012-04-28 10:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-08 10:24 Device tree conversion of spi device vs. controller_data Roland Stigge
2012-04-13  3:29 ` Grant Likely
2012-04-13  7:10   ` Roland Stigge
2012-04-27 18:03     ` Grant Likely
2012-04-28 10:39       ` Roland Stigge

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