[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1398342897-23670-1-git-send-email-cw00.choi@samsung.com>
Date: Thu, 24 Apr 2014 21:34:48 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: linux-kernel@...r.kernel.org
Cc: myungjoo.ham@...sung.com, balbi@...com, gg@...mlogic.co.uk,
kishon@...com, ckeepax@...nsource.wolfsonmicro.com,
broonie@...nel.org, k.kozlowski@...sung.com,
kyungmin.park@...sung.com, Chanwoo Choi <cw00.choi@...sung.com>
Subject: [PATCHv3 0/9] extcon: Support devm_extcon_dev_allocate/free()
This patchset add devm_extcon_dev_allocate/free() for the resource management
of extcon device. And devm_extcon_dev_allocate() handles all of supported cables.
Changes from v2:
- Resolve bisectable issue about patch-1
extcon: Add extcon_dev_allocate/free() to control the memory of extcon device
- extcon_dev_allocate/free() don't handle all behaviors for supported cables
Changes from v1:
- Rebase it on latest extcon-next branch
Chanwoo Choi (9):
extcon: Add extcon_dev_allocate/free() to control the memory of extcon device
extcon: Add devm_extcon_dev_allocate/free to manage the resource of extcon device
extcon: max8997: Use devm_extcon_dev_allocate for extcon_dev
extcon: max77693: Use devm_extcon_dev_allocate for extcon_dev
extcon: max14577: Use devm_extcon_dev_allocate for extcon_dev
extcon: arizona: Use devm_extcon_dev_allocate for extcon_dev
extcon: adc-jack: Use devm_extcon_dev_allocate for extcon_dev
extcon: gpio: Use devm_extcon_dev_allocate for extcon_dev
extcon: palmas: Use devm_extcon_dev_allocate for extcon_dev
drivers/extcon/extcon-adc-jack.c | 21 ++++----
drivers/extcon/extcon-arizona.c | 31 ++++++-----
drivers/extcon/extcon-class.c | 109 ++++++++++++++++++++++++++++++++++-----
drivers/extcon/extcon-gpio.c | 23 ++++++---
drivers/extcon/extcon-max14577.c | 5 +-
drivers/extcon/extcon-max77693.c | 7 ++-
drivers/extcon/extcon-max8997.c | 5 +-
drivers/extcon/extcon-palmas.c | 35 +++++++------
include/linux/extcon.h | 24 +++++++++
include/linux/mfd/palmas.h | 2 +-
10 files changed, 195 insertions(+), 67 deletions(-)
--
1.8.0
--
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