Re: [PATCH] extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate

2014-05-30 Thread Charles Keepax
On Fri, May 30, 2014 at 06:49:03PM +0900, Chanwoo Choi wrote: > Hi Charles, > > OK, Let me know about test result. > > Thanks, > Chanwoo Choi Yeah that seems to work fine here. For the Arizona bit you can add: Tested-by: Charles Keepax Thanks, Charles -- To unsubscribe from this list: send th

Re: [PATCH] extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate

2014-05-30 Thread Chanwoo Choi
Hi Charles, On 05/30/2014 06:36 PM, Charles Keepax wrote: > On Fri, May 30, 2014 at 10:41:39AM +0900, Chanwoo Choi wrote: >> This patch set the parent device of extcon device using first parameter of >> devm_extco_dev_allocate() to remove duplicate code on all of extcon provider >> drivers. >> >>

Re: [PATCH] extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate

2014-05-30 Thread Charles Keepax
On Fri, May 30, 2014 at 10:41:39AM +0900, Chanwoo Choi wrote: > This patch set the parent device of extcon device using first parameter of > devm_extco_dev_allocate() to remove duplicate code on all of extcon provider > drivers. > > Signed-off-by: Chanwoo Choi > Reported-by: Charles Keepax > Cc:

[PATCH] extcon: Set parent device of extcon device using prameter of devm_extcon_dev_allocate

2014-05-29 Thread Chanwoo Choi
This patch set the parent device of extcon device using first parameter of devm_extco_dev_allocate() to remove duplicate code on all of extcon provider drivers. Signed-off-by: Chanwoo Choi Reported-by: Charles Keepax Cc: Charles Keepax Cc: Mark Brown Cc: Graeme Gregory Cc: Kishon Vijay Abraha