<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/platform, branch v2.6.35-rc4</title>
<subtitle>Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/'/>
<entry>
<title>intel_scu_ipc: Length fix</title>
<updated>2010-06-01T15:40:47+00:00</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2010-06-01T11:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=2e8949f09e3097c629f33323eaf280cf5c88c81a'/>
<id>2e8949f09e3097c629f33323eaf280cf5c88c81a</id>
<content type='text'>
Commands with data must set the length in the message.

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commands with data must set the length in the message.

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move N014, N051 and CR620 dmi information to load scm dmi table</title>
<updated>2010-05-20T14:16:13+00:00</updated>
<author>
<name>Lee, Chun-Yi</name>
<email>jlee@novell.com</email>
</author>
<published>2010-05-19T12:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=785cfc0324b9321efb85b0935af2b474d615daa1'/>
<id>785cfc0324b9321efb85b0935af2b474d615daa1</id>
<content type='text'>
Found the N014, N051 and CR620 are must the same with N034 there are
load scm serial model. So, this patch move N014, N051 and CR620 dmi
information to right dmi table: msi_load_scm_models_dmi_table[]

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found the N014, N051 and CR620 are must the same with N034 there are
load scm serial model. So, this patch move N014, N051 and CR620 dmi
information to right dmi table: msi_load_scm_models_dmi_table[]

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers/platform/x86/eeepc-wmi.c: fix build warning</title>
<updated>2010-05-20T13:46:24+00:00</updated>
<author>
<name>Daniel Mack</name>
<email>daniel@caiaq.de</email>
</author>
<published>2010-05-19T10:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=b7670ed6509f322713bbd96eed0301c322f2ae02'/>
<id>b7670ed6509f322713bbd96eed0301c322f2ae02</id>
<content type='text'>
drivers/platform/x86/eeepc-wmi.c: In function ‘eeepc_wmi_notify’:
drivers/platform/x86/eeepc-wmi.c:209: warning: ‘new’ may be used uninitialized in this function
drivers/platform/x86/eeepc-wmi.c:209: note: ‘new’ was declared here

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Cc: Matthew Garrett &lt;mjg@redhat.com&gt;
Cc: Yong Wang &lt;yong.y.wang@intel.com&gt;
Cc: Corentin Chary &lt;corentincj@iksaif.net&gt;
Cc: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Cc: Tejun Heo &lt;tj@kernel.org&gt;
Cc: platform-driver-x86@vger.kernel.org
Acked-By: Corentin Chary &lt;corentincj@iksaif.net&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
drivers/platform/x86/eeepc-wmi.c: In function ‘eeepc_wmi_notify’:
drivers/platform/x86/eeepc-wmi.c:209: warning: ‘new’ may be used uninitialized in this function
drivers/platform/x86/eeepc-wmi.c:209: note: ‘new’ was declared here

Signed-off-by: Daniel Mack &lt;daniel@caiaq.de&gt;
Cc: Matthew Garrett &lt;mjg@redhat.com&gt;
Cc: Yong Wang &lt;yong.y.wang@intel.com&gt;
Cc: Corentin Chary &lt;corentincj@iksaif.net&gt;
Cc: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Cc: Tejun Heo &lt;tj@kernel.org&gt;
Cc: platform-driver-x86@vger.kernel.org
Acked-By: Corentin Chary &lt;corentincj@iksaif.net&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>X86 platfrom wmi: Add debug facility to dump WMI data in a readable way</title>
<updated>2010-05-20T13:46:21+00:00</updated>
<author>
<name>Thomas Renninger</name>
<email>trenn@suse.de</email>
</author>
<published>2010-05-03T13:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=a929aae0e0a91d89b60774316ede6c1e2e10dc4e'/>
<id>a929aae0e0a91d89b60774316ede6c1e2e10dc4e</id>
<content type='text'>
Signed-off-by: Thomas Renninger &lt;trenn@suse.de&gt;
CC: platform-driver-x86@vger.kernel.org
CC: mjg59@srcf.ucam.org
CC: corentin.chary@gmail.com
Signed-off-by: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Renninger &lt;trenn@suse.de&gt;
CC: platform-driver-x86@vger.kernel.org
CC: mjg59@srcf.ucam.org
CC: corentin.chary@gmail.com
Signed-off-by: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>X86 platform wmi: Also log GUID string when an event happens and debug is set</title>
<updated>2010-05-20T13:46:18+00:00</updated>
<author>
<name>Thomas Renninger</name>
<email>trenn@suse.de</email>
</author>
<published>2010-05-03T13:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=7715348cbe28da80fd5372fd68748e852a9d8468'/>
<id>7715348cbe28da80fd5372fd68748e852a9d8468</id>
<content type='text'>
Output in log with debug=1:
ACPI: WMI: DEBUG Event INTEGER_TYPE - 65535
ACPI: WMI: DEBUG Event GUID: CC1A61AC-4256-41A3-B9E0-05A445ADE2F5

Signed-off-by: Thomas Renninger &lt;trenn@suse.de&gt;
CC: platform-driver-x86@vger.kernel.org
CC: mjg59@srcf.ucam.org
CC: corentin.chary@gmail.com
Signed-off-by: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Output in log with debug=1:
ACPI: WMI: DEBUG Event INTEGER_TYPE - 65535
ACPI: WMI: DEBUG Event GUID: CC1A61AC-4256-41A3-B9E0-05A445ADE2F5

Signed-off-by: Thomas Renninger &lt;trenn@suse.de&gt;
CC: platform-driver-x86@vger.kernel.org
CC: mjg59@srcf.ucam.org
CC: corentin.chary@gmail.com
Signed-off-by: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>X86 platform wmi: Introduce debug param to log all WMI events</title>
<updated>2010-05-20T13:46:15+00:00</updated>
<author>
<name>Thomas Renninger</name>
<email>trenn@suse.de</email>
</author>
<published>2010-05-03T13:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=fc3155b2c6419a442c6f8b34a3bf31f8efe0fe33'/>
<id>fc3155b2c6419a442c6f8b34a3bf31f8efe0fe33</id>
<content type='text'>
To give people easily an idea what could be WMI driven on their system.
Introduces:
wmi.debug=[01]

Tested on an acer:
ACPI: WMI: DEBUG Event INTEGER_TYPE - 65535

Situation where a driver registers for specific event and debug
handler gets overridden and set again if the registering driver gets
unloaded again is untested, but should work.

Signed-off-by: Thomas Renninger &lt;trenn@suse.de&gt;
CC: platform-driver-x86@vger.kernel.org
CC: mjg59@srcf.ucam.org
CC: corentin.chary@gmail.com
Signed-off-by: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To give people easily an idea what could be WMI driven on their system.
Introduces:
wmi.debug=[01]

Tested on an acer:
ACPI: WMI: DEBUG Event INTEGER_TYPE - 65535

Situation where a driver registers for specific event and debug
handler gets overridden and set again if the registering driver gets
unloaded again is untested, but should work.

Signed-off-by: Thomas Renninger &lt;trenn@suse.de&gt;
CC: platform-driver-x86@vger.kernel.org
CC: mjg59@srcf.ucam.org
CC: corentin.chary@gmail.com
Signed-off-by: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Signed-off-by: Matthew Garrett &lt;mjg@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up all objects used by scm model when driver initial fail or exit</title>
<updated>2010-05-20T13:46:12+00:00</updated>
<author>
<name>Lee, Chun-Yi</name>
<email>jlee@novell.com</email>
</author>
<published>2010-05-14T22:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=7ab52521f2d850e922f33e5586a47e6c83ec6f11'/>
<id>7ab52521f2d850e922f33e5586a47e6c83ec6f11</id>
<content type='text'>
Clean up i8042 filter, rfkill and cancel delayed work when msi-laptop driver initial fail or exit on MSI scm model.

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up i8042 filter, rfkill and cancel delayed work when msi-laptop driver initial fail or exit on MSI scm model.

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>msi-laptop: fix up some coding style issues found by checkpatch</title>
<updated>2010-05-20T13:46:09+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-05-12T19:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=1ac34072bda53e889ac1c5a73ea59f42a769485a'/>
<id>1ac34072bda53e889ac1c5a73ea59f42a769485a</id>
<content type='text'>
Cc: Lee, Chun-Yi &lt;jlee@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cc: Lee, Chun-Yi &lt;jlee@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>msi-laptop: Add i8042 filter to sync sw state with BIOS when function key pressed</title>
<updated>2010-05-20T13:45:56+00:00</updated>
<author>
<name>Lee, Chun-Yi</name>
<email>jlee@novell.com</email>
</author>
<published>2010-05-12T16:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=339e75329a447363658d08833bf9f98909f419cd'/>
<id>339e75329a447363658d08833bf9f98909f419cd</id>
<content type='text'>
There have some MSI netbook change devices state by EC when user press
wlan/bluetooth/wwan function keys. So, add a i8042 filter to sync sw
state with BIOS when function keys pressed.

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There have some MSI netbook change devices state by EC when user press
wlan/bluetooth/wwan function keys. So, add a i8042 filter to sync sw
state with BIOS when function keys pressed.

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>msi-laptop: Set rfkill init state when msi-laptop intiial</title>
<updated>2010-05-20T13:30:20+00:00</updated>
<author>
<name>Lee, Chun-Yi</name>
<email>jlee@novell.com</email>
</author>
<published>2010-05-12T16:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/linux.git/commit/?id=3bb970214fce6495573843e4b7b786f8ea94cd70'/>
<id>3bb970214fce6495573843e4b7b786f8ea94cd70</id>
<content type='text'>
Setup Wlan/Bluetooth/3G rfkill initial state to sync with the hardware
state from EC 0x2e address.

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setup Wlan/Bluetooth/3G rfkill initial state to sync with the hardware
state from EC 0x2e address.

Signed-off-by: Lee, Chun-Yi &lt;jlee@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
