public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] misc: hpilo: switch .{read,write} ops to .{read,write}_iter
@ 2022-07-13 17:54 matt.hsiao
  2022-07-13 17:54 ` [PATCH v2 1/1] " matt.hsiao
  0 siblings, 1 reply; 5+ messages in thread
From: matt.hsiao @ 2022-07-13 17:54 UTC (permalink / raw)
  To: linux-kernel
  Cc: arnd, gregkh, jerry.hoemann, scott.norton, camille.lu,
	geoffrey.ndu, gustavo.knuppe, Matt Hsiao

From: Matt Hsiao <matt.hsiao@hpe.com>

This patch changes .{read,write} ops to their iter variants for
dependent drivers to use hpilo through kernel_{read,write}.

Changes since v1:
- Fix the patch format so it could be applied cleanly.

Matt Hsiao (1):
  misc: hpilo: switch .{read,write} ops to .{read,write}_iter

 drivers/misc/hpilo.c | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

-- 
2.16.6


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

end of thread, other threads:[~2022-07-15 11:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13 17:54 [PATCH v2 0/1] misc: hpilo: switch .{read,write} ops to .{read,write}_iter matt.hsiao
2022-07-13 17:54 ` [PATCH v2 1/1] " matt.hsiao
2022-07-13 18:28   ` Greg KH
2022-07-15  8:55     ` Matt Hsiao
2022-07-15 11:36       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox