public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* adding bits_per_word to struct spi_board_info to mirror struct spi_device
@ 2007-04-25 10:05 Mike Frysinger
  2007-04-25 15:13 ` [spi-devel-general] " David Brownell
  0 siblings, 1 reply; 8+ messages in thread
From: Mike Frysinger @ 2007-04-25 10:05 UTC (permalink / raw)
  To: dbrownell; +Cc: spi-devel-general, Linux Kernel Mailing List, Wu, Bryan

the spi_device structure has a bits_per_word so that you can change
the value on a per-device setting, yet the spi_board_info structure
does not ... this means that the bus-specific structure has to have a
bits_per_word member which the spi bus driver will copy into the spi
device bits_per_word member

is there something obvious i'm missing ?  seems to me that if the
generic spi framework respects bits_per_word on a per-spi device
basis, then it should be exposed in the generic info structure so that
the setting can be tracked in the boards file ...
-mike

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

end of thread, other threads:[~2007-05-08  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-25 10:05 adding bits_per_word to struct spi_board_info to mirror struct spi_device Mike Frysinger
2007-04-25 15:13 ` [spi-devel-general] " David Brownell
2007-05-07 23:47   ` Mike Frysinger
2007-05-08  3:48     ` Bryan WU
2007-05-08  5:00       ` David Brownell
2007-05-08  7:31         ` Bryan WU
2007-05-08  4:53     ` David Brownell
2007-05-08  5:24       ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox