[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <000401cf23d9$d1df6e30$759e4a90$%han@samsung.com>
Date: Fri, 07 Feb 2014 16:54:25 +0900
From: Jingoo Han <jg1.han@...sung.com>
To: 'Andrew Morton' <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
'Alessandro Zummo' <a.zummo@...ertech.it>,
rtc-linux@...glegroups.com, 'Jingoo Han' <jg1.han@...sung.com>
Subject: [PATCH 0/4] rtc: Use devm_ioremap_resource()
Use devm_ioremap_resource() in order to make the code simpler,
because devm_ioremap_resource() includes devm_request_mem_region()
and devm_ioremap(). Also, it checks the return value of
platform_get_resource().
Jingoo Han (4):
rtc: rtc-coh901331: Use devm_ioremap_resource()
rtc: rtc-davinci: Use devm_ioremap_resource()
rtc: rtc-jz4740: Use devm_ioremap_resource()
rtc: rtc-vt8500: Use devm_ioremap_resource()
---
drivers/rtc/rtc-coh901331.c | 18 +++---------------
drivers/rtc/rtc-davinci.c | 29 ++++-------------------------
drivers/rtc/rtc-jz4740.c | 24 +++++++-----------------
drivers/rtc/rtc-vt8500.c | 28 +++++-----------------------
4 files changed, 19 insertions(+), 80 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists