[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1390968181-31800-1-git-send-email-badarkhe.manish@gmail.com>
Date: Wed, 29 Jan 2014 09:32:59 +0530
From: Manish Badarkhe <badarkhe.manish@...il.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org, broonie@...nel.org,
lgirdwood@...il.com, badarkhe.manish@...il.com
Subject: [PATCH V3 0/2] devm_* API operation for fixed regulator
Use devm_* API operations for fixed regulator driver so that
driver core will manage resources.
Also, introduce a new API "devm_kstrdup" and used it in fixed
regulator driver to manage resources.
Changes since V2:
1. Update driver to use new API "devm_kstrdup" instead of
"kstrdup".
2. Added a seperate patch to introduce new API "devm_kstrdup"
Changes since V1:
1. Updated driver to use "devm_kzalloc" instead of "kstrdup".
2. Updated commit message.
Manish Badarkhe (2):
devres: introduce API "devm_kstrdup"
regulator: fixed: update to devm_* API
drivers/base/devres.c | 26 ++++++++++++++++++++++++++
drivers/regulator/fixed.c | 44 ++++++++++++++------------------------------
include/linux/device.h | 2 ++
3 files changed, 42 insertions(+), 30 deletions(-)
--
1.7.10.4
--
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