[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190120153633.18231-1-shreeya.patel23498@gmail.com>
Date: Sun, 20 Jan 2019 21:06:30 +0530
From: Shreeya Patel <shreeya.patel23498@...il.com>
To: jic23@...nel.org
Cc: lars@...afoo.de, Michael.Hennerich@...log.com, knaack.h@....de,
pmeerw@...erw.net, gregkh@...uxfoundation.org,
linux-iio@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org, jeremyfertic@...il.com,
shreeya.patel23498@...il.com
Subject: [PATCH v3 0/3] adt7316 regmap implementation
This patchset consist of some initial patches for heading
towards the regmap implementation and also the final patch
which enables the driver to use regmap API thus removing
the redundant and common code.
Changes in v3
-Fetch the changes from remote and rebase to have it in
the current working directory.
Changes in v2
-Change the val_bits to 8 and add two more patches
having a different change before the final implemetation
of regmap.
Shreeya Patel (3):
Staging: iio: adt7316: Remove irq from bus structure
Staging: iio: adt7316: Remove multi read and write functions
Staging: iio: adt7316: Add regmap support
drivers/staging/iio/addac/adt7316-i2c.c | 97 ++--------------
drivers/staging/iio/addac/adt7316-spi.c | 95 +++------------
drivers/staging/iio/addac/adt7316.c | 147 ++++++++++++------------
drivers/staging/iio/addac/adt7316.h | 15 +--
4 files changed, 103 insertions(+), 251 deletions(-)
--
2.17.1
Powered by blists - more mailing lists