Re: [PATCH 0/2] extcon: Fix module autoload for OF platform drivers

2015-09-20 Thread Chanwoo Choi
Hello Luis, On 2015년 09월 17일 20:58, Javier Martinez Canillas wrote: > Hello Luis, > > On 09/17/2015 01:54 PM, Luis de Bethencourt wrote: >> Hello, >> >> These patches add the missing MODULE_DEVICE_TABLE() for OF to export >> the information so modules have the correct aliases built-in and >>

Re: [PATCH 0/2] extcon: Fix module autoload for OF platform drivers

2015-09-20 Thread Chanwoo Choi
Hello Luis, On 2015년 09월 17일 20:58, Javier Martinez Canillas wrote: > Hello Luis, > > On 09/17/2015 01:54 PM, Luis de Bethencourt wrote: >> Hello, >> >> These patches add the missing MODULE_DEVICE_TABLE() for OF to export >> the information so modules have the correct aliases built-in and >>

Re: [PATCH 0/2] extcon: Fix module autoload for OF platform drivers

2015-09-17 Thread Javier Martinez Canillas
Hello Luis, On 09/17/2015 01:54 PM, Luis de Bethencourt wrote: > Hello, > > These patches add the missing MODULE_DEVICE_TABLE() for OF to export > the information so modules have the correct aliases built-in and > autoloading works correctly. > > A longer explanation by Javier Canillas can be

[PATCH 0/2] extcon: Fix module autoload for OF platform drivers

2015-09-17 Thread Luis de Bethencourt
Hello, These patches add the missing MODULE_DEVICE_TABLE() for OF to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 Thanks, Luis Luis de

[PATCH 0/2] extcon: Fix module autoload for OF platform drivers

2015-09-17 Thread Luis de Bethencourt
Hello, These patches add the missing MODULE_DEVICE_TABLE() for OF to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier Canillas can be found here: https://lkml.org/lkml/2015/7/30/519 Thanks, Luis Luis de

Re: [PATCH 0/2] extcon: Fix module autoload for OF platform drivers

2015-09-17 Thread Javier Martinez Canillas
Hello Luis, On 09/17/2015 01:54 PM, Luis de Bethencourt wrote: > Hello, > > These patches add the missing MODULE_DEVICE_TABLE() for OF to export > the information so modules have the correct aliases built-in and > autoloading works correctly. > > A longer explanation by Javier Canillas can be