public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] extcon: Modify the device name for sysfs entry and add extcon_get_edev_name()
@ 2015-04-27 12:13 Chanwoo Choi
  2015-04-27 12:13 ` [PATCH 1/4] extcon: Modify the device name as extcon[X] for sysfs Chanwoo Choi
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Chanwoo Choi @ 2015-04-27 12:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: myungjoo.ham, kyungmin.park, ckeepax, cw00.choi

This patchset update the extcon core to maintain the consistency of device name
on sysfs and add the extcon_get_edev_name() API to access the filed of 'struct
extcon_dev' by only extcon core API. And this patchset fix the checkpat warning
and minor coding style issue.

Chanwoo Choi (4):
  extcon: Modify the device name as extcon[X] for sysfs
  extcon: Add extcon_get_edev_name() API to get the extcon device name
  extcon: Fix the checkpatch warning and minor coding style issue
  extcon: arizona: Remove the setting of device name

 drivers/extcon/extcon-arizona.c |  1 -
 drivers/extcon/extcon.c         | 27 +++++++++++++++++++--------
 include/linux/extcon.h          | 11 ++++++++---
 3 files changed, 27 insertions(+), 12 deletions(-)

-- 
1.8.5.5


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

end of thread, other threads:[~2015-04-30  9:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 12:13 [PATCH 0/4] extcon: Modify the device name for sysfs entry and add extcon_get_edev_name() Chanwoo Choi
2015-04-27 12:13 ` [PATCH 1/4] extcon: Modify the device name as extcon[X] for sysfs Chanwoo Choi
2015-04-28 14:17   ` Charles Keepax
2015-04-29 15:31     ` Chanwoo Choi
2015-04-30  9:30       ` Charles Keepax
2015-04-27 12:13 ` [PATCH 2/4] extcon: Add extcon_get_edev_name() API to get the extcon device name Chanwoo Choi
2015-04-27 12:13 ` [PATCH 3/4] extcon: Fix the checkpatch warning and minor coding style issue Chanwoo Choi
2015-04-27 12:13 ` [PATCH 4/4] extcon: arizona: Remove the setting of device name Chanwoo Choi
2015-04-30  9:30   ` Charles Keepax

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