All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Allow specifying properties with spi_register_board_info
@ 2017-02-28  4:18 Dmitry Torokhov
  2017-02-28  4:18 ` [PATCH v2 1/3] spi: allow attaching device properties to SPI board info Dmitry Torokhov
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Dmitry Torokhov @ 2017-02-28  4:18 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-spi, linux-kernel

I am trying to convert some input drivers to use only generic device
properties, and get rid of legacy platform data. For that I need to be
able to attach property lists to devices before they are registered, and
quite a few boards use spi_register_board_info() to create their devices.

v2: change patch #2 from kmemdup to kmalloc + copy as they are different
    data types.

v1: initial posting

Dmitry Torokhov (3):
  spi: allow attaching device properties to SPI board info
  spi: allocate spi_board_info entries one by one
  spi: allow registering empty spi_board_info lists

 drivers/spi/spi.c       | 40 ++++++++++++++++++++++++++++------------
 include/linux/spi/spi.h |  4 ++++
 2 files changed, 32 insertions(+), 12 deletions(-)

-- 
Dmitry

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

end of thread, other threads:[~2017-03-01  2:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28  4:18 [PATCH v2 0/3] Allow specifying properties with spi_register_board_info Dmitry Torokhov
2017-02-28  4:18 ` [PATCH v2 1/3] spi: allow attaching device properties to SPI board info Dmitry Torokhov
2017-02-28  4:18 ` [PATCH v2 2/3] spi: allocate spi_board_info entries one by one Dmitry Torokhov
2017-02-28  9:16   ` Mark Brown
2017-02-28  9:16     ` Mark Brown
2017-02-28 18:24     ` Dmitry Torokhov
2017-02-28 18:24       ` Dmitry Torokhov
2017-02-28 18:54       ` Mark Brown
2017-02-28 20:15         ` Geert Uytterhoeven
2017-02-28 20:15           ` Geert Uytterhoeven
2017-02-28 22:12           ` Dmitry Torokhov
2017-02-28 20:52         ` Lars-Peter Clausen
2017-02-28  4:18 ` [PATCH v2 3/3] spi: allow registering empty spi_board_info lists Dmitry Torokhov
2017-02-28 14:01   ` Andy Shevchenko
2017-02-28 14:01     ` Andy Shevchenko
2017-02-28 18:26     ` Dmitry Torokhov

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.