public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/8] Resource-managed extcon device register function
@ 2014-04-18  0:32 Sangjung Woo
  2014-04-18  0:32 ` [PATCHv3 1/8] extcon: Add resource-managed extcon " Sangjung Woo
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Sangjung Woo @ 2014-04-18  0:32 UTC (permalink / raw)
  To: MyungJoo Ham, Chanwoo Choi
  Cc: linux-kernel, Sangjung Woo, Krzysztof Kozlowski, Seung-Woo Kim

These patches add resource-managed extcon device register functions for
developers' convenience and apply them to related device driver files.
This work can make the code more tidy since extcon device is automatically
unregistered on driver detach so tiresome managing codes could be removed.


Changelog:

v3:
* send the right version instead of previous v1
* add the credit for reviewers according to the review rules

v2:
* modify and clean up all unnecessary code reported by Chanwoo
* fix the bug reported by Seung-Woo
* add the credit for reviewers

v1:
* initial version

Sangjung Woo (8):
  extcon: Add resource-managed extcon register function
  extcon: adc-jack: Use devm_extcon_dev_register()
  extcon: gpio: Use devm_extcon_dev_register()
  extcon: max14577: Use devm_extcon_dev_register()
  extcon: max77693: Use devm_extcon_dev_register()
  extcon: max8997: Use devm_extcon_dev_register()
  extcon: palmas: Use devm_extcon_dev_register()
  extcon: arizona: Use devm_extcon_dev_register()

 drivers/extcon/extcon-adc-jack.c |   30 +++++-----------
 drivers/extcon/extcon-arizona.c  |   12 +++----
 drivers/extcon/extcon-class.c    |   72 ++++++++++++++++++++++++++++++++++++++
 drivers/extcon/extcon-gpio.c     |   16 +++------
 drivers/extcon/extcon-max14577.c |    9 ++---
 drivers/extcon/extcon-max77693.c |    7 ++--
 drivers/extcon/extcon-max8997.c  |    4 +--
 drivers/extcon/extcon-palmas.c   |   15 +++-----
 include/linux/extcon.h           |   17 +++++++++
 9 files changed, 116 insertions(+), 66 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2014-04-19 14:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18  0:32 [PATCHv3 0/8] Resource-managed extcon device register function Sangjung Woo
2014-04-18  0:32 ` [PATCHv3 1/8] extcon: Add resource-managed extcon " Sangjung Woo
2014-04-19  7:13   ` Chanwoo Choi
2014-04-19  9:50     ` Sangjung
2014-04-19 13:36       ` Chanwoo Choi
2014-04-19 14:29         ` Chanwoo Choi
2014-04-18  0:32 ` [PATCHv3 2/8] extcon: adc-jack: Use devm_extcon_dev_register() Sangjung Woo
2014-04-18  0:32 ` [PATCHv3 3/8] extcon: gpio: " Sangjung Woo
2014-04-18  0:32 ` [PATCHv3 4/8] extcon: max14577: " Sangjung Woo
2014-04-18  0:32 ` [PATCHv3 5/8] extcon: max77693: " Sangjung Woo
2014-04-18  0:32 ` [PATCHv3 6/8] extcon: max8997: " Sangjung Woo
2014-04-18  0:32 ` [PATCHv3 7/8] extcon: palmas: " Sangjung Woo
2014-04-18  0:32 ` [PATCHv3 8/8] extcon: arizona: " Sangjung Woo

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