All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use OF API to get the driver data
@ 2018-11-16  9:47 Slawomir Stepien
  2018-11-16  9:47 ` [PATCH 1/2] iio: potentiometer: mcp4131: use of_device_get_match_data() Slawomir Stepien
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Slawomir Stepien @ 2018-11-16  9:47 UTC (permalink / raw)
  To: lars, jic23, knaack.h, pmeerw; +Cc: linux-iio

This patch series will change how the driver finds out the device data. Now it
will first try to use OF API and then, if needed, fallback to the spi framework
capabilities.

Slawomir Stepien (2):
  iio: potentiometer: mcp4131: use of_device_get_match_data()
  iio: potentiometer mcp4131: use spi_get_device_id() only when needed

 drivers/iio/potentiometer/mcp4131.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2018-11-16 22:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16  9:47 [PATCH 0/2] Use OF API to get the driver data Slawomir Stepien
2018-11-16  9:47 ` [PATCH 1/2] iio: potentiometer: mcp4131: use of_device_get_match_data() Slawomir Stepien
2018-11-16 11:49   ` Jonathan Cameron
2018-11-16  9:47 ` [PATCH 2/2] iio: potentiometer mcp4131: use spi_get_device_id() only when needed Slawomir Stepien
2018-11-16 11:53   ` Jonathan Cameron
2018-11-16 12:19     ` Slawomir Stepien
2018-11-16 11:46 ` [PATCH 0/2] Use OF API to get the driver data Jonathan Cameron
2018-11-16 12:16   ` Slawomir Stepien

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.