linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] staging:iio:ad2s90: Add dt support and move out of staging
@ 2018-11-18  4:25 Matheus Tavares
  2018-11-18  4:25 ` [PATCH v2 1/7] staging:iio:ad2s90: Add device tree support Matheus Tavares
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Matheus Tavares @ 2018-11-18  4:25 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Hartmut Knaack, Peter Meerwald-Stadler, Greg Kroah-Hartman,
	Rob Herring, Mark Rutland
  Cc: linux-iio, devel, devicetree, linux-kernel, Alexandru Ardelean,
	kernel-usp, victorcolombo

This series adds device tree support to ad2s90, adds the respective dt-binding  
documentation, solves all remaining codestyle problems in the driver code and
move it out of staging.                                                                 
                                                                                
This patch set completes all the remaining itens listed to be done before moving
the driver out of staging, enumerated in this mail thread:                      
https://marc.info/?l=linux-iio&m=154028966111330&w=2.

Alexandru Ardelean (1):
  staging:iio:ad2s90: Add max frequency check at probe

Matheus Tavares (5):
  staging:iio:ad2s90: Add device tree support
  staging:iio:ad2s90: Remove spi setup that should be done via dt
  dt-bindings:iio:resolver: Add docs for ad2s90
  staging:iio:ad2s90: Replace license text w/ SPDX identifier
  staging:iio:ad2s90: Move out of staging

Victor Colombo (1):
  staging:iio:ad2s90: Add comment to device state mutex

 .../bindings/iio/resolver/ad2s90.txt          |  28 ++++
 drivers/iio/resolver/Kconfig                  |  10 ++
 drivers/iio/resolver/Makefile                 |   1 +
 drivers/iio/resolver/ad2s90.c                 | 131 ++++++++++++++++++
 drivers/staging/iio/resolver/Kconfig          |  10 --
 drivers/staging/iio/resolver/Makefile         |   1 -
 drivers/staging/iio/resolver/ad2s90.c         | 127 -----------------
 7 files changed, 170 insertions(+), 138 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/resolver/ad2s90.txt
 create mode 100644 drivers/iio/resolver/ad2s90.c
 delete mode 100644 drivers/staging/iio/resolver/ad2s90.c

-- 
2.18.0


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

end of thread, other threads:[~2018-11-21 19:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-18  4:25 [PATCH v2 0/7] staging:iio:ad2s90: Add dt support and move out of staging Matheus Tavares
2018-11-18  4:25 ` [PATCH v2 1/7] staging:iio:ad2s90: Add device tree support Matheus Tavares
2018-11-19  8:09   ` Ardelean, Alexandru
2018-11-20 23:59     ` Matheus Tavares Bernardino
2018-11-21 19:12       ` Jonathan Cameron
2018-11-18  4:25 ` [PATCH v2 2/7] staging:iio:ad2s90: Remove spi setup that should be done via dt Matheus Tavares
2018-11-18  4:25 ` [PATCH v2 3/7] staging:iio:ad2s90: Add max frequency check at probe Matheus Tavares
2018-11-19  8:18   ` Ardelean, Alexandru
2018-11-18  4:25 ` [PATCH v2 4/7] dt-bindings:iio:resolver: Add docs for ad2s90 Matheus Tavares
2018-11-19  8:22   ` Ardelean, Alexandru
2018-11-20 23:34     ` Matheus Tavares Bernardino
2018-11-18  4:25 ` [PATCH v2 5/7] staging:iio:ad2s90: Replace license text w/ SPDX identifier Matheus Tavares
2018-11-18  4:25 ` [PATCH v2 6/7] staging:iio:ad2s90: Add comment to device state mutex Matheus Tavares
2018-11-18  4:25 ` [PATCH v2 7/7] staging:iio:ad2s90: Move out of staging Matheus Tavares

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