From: Geordan Neukum <gneukum1@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Geordan Neukum <gneukum1@gmail.com>
Subject: [PATCH 0/8] staging: kpc2000: kpc_i2c: assorted driver cleanup
Date: Sun, 26 May 2019 01:18:26 +0000 [thread overview]
Message-ID: <cover.1558832514.git.gneukum1@gmail.com> (raw)
This series contains some patches aimed toward:
- cleaning up unused/unneeded parts of driver state
- a couple of small style fixups
- a couple of API changes
- better error handling in probe()
in the kpc2000 i2c driver.
Geordan Neukum (8):
staging: kpc2000: kpc_i2c: Remove unused rw_sem
staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structure
staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit
shifting
staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlines
staging: kpc2000: kpc_i2c: Use drvdata instead of platform_data
staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resource
staging: kpc2000: kpc_i2c: fail probe if unable to map I/O space
staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O space
drivers/staging/kpc2000/kpc2000_i2c.c | 33 ++++++++++++---------------
1 file changed, 15 insertions(+), 18 deletions(-)
--
2.21.0
next reply other threads:[~2019-05-26 1:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-26 1:18 Geordan Neukum [this message]
2019-05-26 1:18 ` [PATCH 1/8] staging: kpc2000: kpc_i2c: Remove unused rw_sem Geordan Neukum
2019-05-26 1:18 ` [PATCH 2/8] staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structure Geordan Neukum
2019-05-26 1:18 ` [PATCH 3/8] staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shifting Geordan Neukum
2019-05-26 1:18 ` [PATCH 4/8] staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlines Geordan Neukum
2019-05-26 1:18 ` [PATCH 5/8] staging: kpc2000: kpc_i2c: Use drvdata instead of platform_data Geordan Neukum
2019-05-26 1:18 ` [PATCH 6/8] staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resource Geordan Neukum
2019-05-26 1:18 ` [PATCH 7/8] staging: kpc2000: kpc_i2c: fail probe if unable to map I/O space Geordan Neukum
2019-05-26 1:18 ` [PATCH 8/8] staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped " Geordan Neukum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1558832514.git.gneukum1@gmail.com \
--to=gneukum1@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox