Re: [PATCH v1 1/2] thunderbolt: Make pathname to force_power shorter

2017-11-27 Thread Mika Westerberg
On Fri, Oct 20, 2017 at 09:49:37PM +0300, Andy Shevchenko wrote: > WMI is the bus inside kernel, so, we may access the GUID via > /sys/bus/wmi instead of doing this through /sys/devices path. > > Signed-off-by: Andy Shevchenko Applied with Mario's ACK. Thanks! -- To unsubscribe from this list: s

Re: [PATCH v1 1/2] thunderbolt: Make pathname to force_power shorter

2017-11-11 Thread Mika Westerberg
On Fri, Nov 10, 2017 at 08:29:18PM +0200, Andy Shevchenko wrote: > On Mon, 2017-10-23 at 13:30 +, mario.limoncie...@dell.com wrote: > > Acked-by: Mario Limonciello > > Thanks. > > Since Mika established a dedicated repository for Thunderbolt patches I > assume he takes this. Yes, I can pick

Re: [PATCH v1 2/2] thunderbolt: Additional step for built-in module to power on

2017-10-23 Thread Mika Westerberg
On Mon, Oct 23, 2017 at 05:46:18PM +, mario.limoncie...@dell.com wrote: > Mika, > > I'm not CC on patch 2/2 of this series (so apologies this probably won't come > in threaded right), but I > was curious and reviewed it from the web: > http://www.spinics.net/lists/linux-doc/msg50034.html >

Re: [PATCH v1 1/2] thunderbolt: Make pathname to force_power shorter

2017-10-23 Thread Mika Westerberg
f he has any objections. Acked-by: Mika Westerberg > --- > Documentation/admin-guide/thunderbolt.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/thunderbolt.rst > b/Documentation/admin-guide/thunderbolt.rst > index de50a856

Re: [PATCH v1 2/2] thunderbolt: Additional step for built-in module to power on

2017-10-23 Thread Mika Westerberg
On Fri, Oct 20, 2017 at 09:49:38PM +0300, Andy Shevchenko wrote: > The device will not appear until we rescan the bus. > > Signed-off-by: Andy Shevchenko No, we definitely will not want to do anything like this. The controller should appear without any action needed from user side. -- To unsubsc

Re: [PATCH 1/8] i2c: rename core source file to allow refactorization

2017-05-26 Thread Mika Westerberg
object name constant to avoid regressions. > > Signed-off-by: Wolfram Sang Reviewed-by: Mika Westerberg -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v8 3/8] thunderbolt: Communication with the ICM (firmware)

2016-12-20 Thread Mika Westerberg
On Mon, Dec 19, 2016 at 05:21:39PM +, mario.limoncie...@dell.com wrote: > Dell - Internal Use - Confidential > > > > > There is small problem, though. On non-Apple systems the host controller > > only > > appears when something is connected to thunderbolt ports. So the char device > > woul

Re: [PATCH v8 3/8] thunderbolt: Communication with the ICM (firmware)

2016-12-19 Thread Mika Westerberg
On Thu, Dec 01, 2016 at 05:21:01PM -0800, Andy Lutomirski wrote: > On 09/28/2016 07:44 AM, Amir Levy wrote: > > This patch provides the communication protocol between the > > Intel Connection Manager(ICM) firmware that is operational in the > > Thunderbolt controller in non-Apple hardware. > > The