linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] staging: kpc2000: kpc_i2c: assorted driver cleanup
@ 2019-05-26  1:18 Geordan Neukum
  2019-05-26  1:18 ` [PATCH 1/8] staging: kpc2000: kpc_i2c: Remove unused rw_sem Geordan Neukum
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Geordan Neukum @ 2019-05-26  1:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: devel, linux-kernel, Geordan Neukum

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


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

end of thread, other threads:[~2019-05-26  1:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-26  1:18 [PATCH 0/8] staging: kpc2000: kpc_i2c: assorted driver cleanup Geordan Neukum
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

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