linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Input: Use devm_platform_ioremap_resource()
@ 2019-04-04  7:17 Mukesh Ojha
  2019-04-04  7:17 ` [PATCH 1/5] Input: fsl-imx25-tcq: " Mukesh Ojha
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Mukesh Ojha @ 2019-04-04  7:17 UTC (permalink / raw)
  To: dmitry.torokhov, shawnguo, s.hauer, linux-imx, linux-input,
	linux-arm-kernel, linux-kernel
  Cc: Mukesh Ojha

Hi All,

This is just a minor change to promote using of this api
devm_platform_ioremap_resource() and nothing else functional
change it does.

Also, there are patches where only ioremap is used without requesting
the mem region so this devm_platform_ioremap_resource() take cares all
of that in single call.


Mukesh Ojha (5):
  Input: fsl-imx25-tcq: Use devm_platform_ioremap_resource()
  Input: mxs-lradc-ts.c: Use devm_platform_ioremap_resource()
  Input: s3c2410_ts: Use devm_platform_ioremap_resource()
  Input: sun4i-ts: Use devm_platform_ioremap_resource()
  Input: ts4800-ts: Use devm_platform_ioremap_resource()

 drivers/input/touchscreen/fsl-imx25-tcq.c |  4 +---
 drivers/input/touchscreen/mxs-lradc-ts.c  |  6 +-----
 drivers/input/touchscreen/s3c2410_ts.c    | 10 +---------
 drivers/input/touchscreen/sun4i-ts.c      |  3 +--
 drivers/input/touchscreen/ts4800-ts.c     |  4 +---
 5 files changed, 5 insertions(+), 22 deletions(-)

-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-07-16 15:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04  7:17 [PATCH 0/5] Input: Use devm_platform_ioremap_resource() Mukesh Ojha
2019-04-04  7:17 ` [PATCH 1/5] Input: fsl-imx25-tcq: " Mukesh Ojha
2019-07-16  7:30   ` Dmitry Torokhov
2019-04-04  7:17 ` [PATCH 2/5] Input: mxs-lradc-ts.c: " Mukesh Ojha
2019-07-16  7:32   ` Dmitry Torokhov
2019-04-04  7:17 ` [PATCH 3/5] Input: s3c2410_ts: " Mukesh Ojha
2019-07-16  7:39   ` Dmitry Torokhov
2019-04-04  7:17 ` [PATCH 4/5] Input: sun4i-ts: " Mukesh Ojha
2019-07-16  7:34   ` Dmitry Torokhov
2019-04-04  7:17 ` [PATCH 5/5] Input: ts4800-ts: " Mukesh Ojha
2019-07-16  7:34   ` Dmitry Torokhov

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