* [GIT] x86 platform driver updates for 3.8
@ 2013-01-07 17:17 Matthew Garrett
2013-01-07 17:22 ` Linus Torvalds
0 siblings, 1 reply; 11+ messages in thread
From: Matthew Garrett @ 2013-01-07 17:17 UTC (permalink / raw)
To: torvalds; +Cc: platform-driver-x86, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 5590 bytes --]
Hi Linus,
A bit delayed (new job fun), but there's nothing terribly exciting in
here.
The following changes since commit 11520e5e7c1855fc3bf202bb3be35a39d9efa034:
Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" (2012-12-15 15:20:41 -0800)
are available in the git repository at:
git://cavan.codon.org.uk/platform-drivers-x86.git linux-next
for you to fetch changes up to 6710c61d03d5bab8321208156113a31676967407:
asus-laptop: Fix potential invalid pointer dereference (2012-12-28 10:54:42 -0500)
----------------------------------------------------------------
AceLan Kao (6):
asus-wmi: update wlan LED through rfkill led trigger
asus-laptop: correct a touchpad hotkey mapping
asus-nb-wmi: correct a touchpad hotkey mapping
asus-laptop: add all video switch keys
asus-wmi: add display toggle quirk
asus-nb-wmi: add all video switch keys
Ben Hutchings (1):
asus-laptop: Do not call HWRS on init
Benson Leung (1):
Platform: x86: Add Chrome OS Laptop driver
Bill Pemberton (5):
platform/x86: remove use of __devinitdata
platform/x86: remove use of __devinitconst
platform/x86: remove use of __devexit
platform/x86: remove use of __devexit_p
platform/x86: remove use of __devinit
Corentin Chary (5):
asus-laptop: map some new keys
asus-{nb-wmi|laptop}.c: sync keymaps
platform-drivers-x86: change my mail
asus-wmi: always report brightness key events
asus-laptop: always report brightness key events
Lee, Chun-Yi (6):
msi-laptop: merge quirk tables to one
MAINTAINERS: change the mail address of acer-wmi/msi-laptop maintainer
acer-wmi: support Lenovo ideapad S205 10382JG wifi switch
acer-wmi: fix obj is NULL but dereferenced
acer-wmi: support Lenovo ideapad S205 1038DPG wifi switch
acer-wmi: change to emit touchpad on off key
Manoj Iyer (1):
thinkpad-acpi: enable loading module with new B-series Lenovo BIOS
Matthew Garrett (2):
Update MAINTAINERS entry
asus-laptop: Fix potential invalid pointer dereference
Mattia Dongili (4):
sony-laptop: fully enable SNY controlled modems
sony-laptop: fix SNC buffer calls when SN06 returns Integers
sony-laptop: allow reading the status of gfx switch
sony-laptop: support basic functions for handle 0x14B and 0x14C
Maxim Mikityanskiy (11):
msi-laptop: Use proper return codes instead of -1
msi-laptop: Work around gcc warning
msi-laptop: Add MSI Wind U90/U100 support
msi-laptop: Add missing ABI documentation
msi-laptop: Disable brightness control for new EC
msi-wmi: Fix memory leak
msi-wmi: Avoid repeating constants
msi-wmi: Use enums for scancodes
msi-wmi: Make keys and backlight independent
msi-wmi: Introduced quirk_last_pressed
msi-wmi: Add MSI Wind support
Sergey Senozhatsky (1):
acer-wmi: add Aspire 5741G touchpad toggle key
Seth Forshee (1):
samsung-laptop: Add quirk for broken acpi_video backlight on N250P
Trepák Vilmos (1):
Platform: hp-wmi: add rfkill support for integrated GPS
.../ABI/testing/sysfs-platform-msi-laptop | 83 +++++
MAINTAINERS | 10 +-
drivers/platform/x86/Kconfig | 11 +
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/acer-wmi.c | 86 +++--
drivers/platform/x86/acerhdf.c | 2 +-
drivers/platform/x86/amilo-rfkill.c | 4 +-
drivers/platform/x86/apple-gmux.c | 6 +-
drivers/platform/x86/asus-laptop.c | 110 +++---
drivers/platform/x86/asus-nb-wmi.c | 78 ++++-
drivers/platform/x86/asus-wmi.c | 115 ++++++-
drivers/platform/x86/asus-wmi.h | 9 +
drivers/platform/x86/chromeos_laptop.c | 205 +++++++++++
drivers/platform/x86/compal-laptop.c | 10 +-
drivers/platform/x86/dell-laptop.c | 4 +-
drivers/platform/x86/eeepc-laptop.c | 6 +-
drivers/platform/x86/eeepc-wmi.c | 4 +-
drivers/platform/x86/fujitsu-tablet.c | 12 +-
drivers/platform/x86/hp-wmi.c | 52 ++-
drivers/platform/x86/ideapad-laptop.c | 12 +-
drivers/platform/x86/intel_mid_powerbtn.c | 6 +-
drivers/platform/x86/intel_mid_thermal.c | 2 +-
drivers/platform/x86/intel_oaktrail.c | 6 +-
drivers/platform/x86/intel_pmic_gpio.c | 2 +-
drivers/platform/x86/msi-laptop.c | 374 ++++++++++++++++-----
drivers/platform/x86/msi-wmi.c | 224 +++++++-----
drivers/platform/x86/samsung-laptop.c | 10 +
drivers/platform/x86/samsung-q10.c | 6 +-
drivers/platform/x86/sony-laptop.c | 158 ++++++++-
drivers/platform/x86/tc1100-wmi.c | 4 +-
drivers/platform/x86/thinkpad_acpi.c | 10 +-
drivers/platform/x86/toshiba_acpi.c | 10 +-
drivers/platform/x86/xo1-rfkill.c | 6 +-
33 files changed, 1294 insertions(+), 344 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-platform-msi-laptop
create mode 100644 drivers/platform/x86/chromeos_laptop.c
--
Matthew Garrett | mjg59@srcf.ucam.org
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver updates for 3.8
2013-01-07 17:17 [GIT] x86 platform driver updates for 3.8 Matthew Garrett
@ 2013-01-07 17:22 ` Linus Torvalds
2013-01-07 17:26 ` Matthew Garrett
2013-03-06 12:17 ` [GIT] x86 platform driver updates " Corentin Chary
0 siblings, 2 replies; 11+ messages in thread
From: Linus Torvalds @ 2013-01-07 17:22 UTC (permalink / raw)
To: Matthew Garrett; +Cc: platform-driver-x86, Linux Kernel Mailing List
On Mon, Jan 7, 2013 at 9:17 AM, Matthew Garrett
<matthew.garrett@nebula.com> wrote:
>
> A bit delayed (new job fun), but there's nothing terribly exciting in
> here.
Nonetheless, this does not seem to be appropriate for outside the merge window.
Linus
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver updates for 3.8
2013-01-07 17:22 ` Linus Torvalds
@ 2013-01-07 17:26 ` Matthew Garrett
2013-01-07 17:43 ` [GIT] x86 platform driver bugfixes " Matthew Garrett
2013-03-06 12:17 ` [GIT] x86 platform driver updates " Corentin Chary
1 sibling, 1 reply; 11+ messages in thread
From: Matthew Garrett @ 2013-01-07 17:26 UTC (permalink / raw)
To: Linus Torvalds; +Cc: platform-driver-x86, Linux Kernel Mailing List
On Mon, Jan 07, 2013 at 09:22:38AM -0800, Linus Torvalds wrote:
> On Mon, Jan 7, 2013 at 9:17 AM, Matthew Garrett
> <matthew.garrett@nebula.com> wrote:
> >
> > A bit delayed (new job fun), but there's nothing terribly exciting in
> > here.
>
> Nonetheless, this does not seem to be appropriate for outside the merge window.
Ok, I'll pick the subset that's strictly fixes.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 11+ messages in thread
* [GIT] x86 platform driver bugfixes for 3.8
2013-01-07 17:26 ` Matthew Garrett
@ 2013-01-07 17:43 ` Matthew Garrett
2013-01-16 10:38 ` Bjørn Mork
2013-03-01 13:36 ` Bjørn Mork
0 siblings, 2 replies; 11+ messages in thread
From: Matthew Garrett @ 2013-01-07 17:43 UTC (permalink / raw)
To: Linus Torvalds; +Cc: platform-driver-x86, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 1679 bytes --]
Hi Linus,
This set covers regressions and two obvious bugfixes. The rest can wait
for 3.9.
The following changes since commit 4c9014f2ca7e5ecf8806e838be0f07aa1810c985:
Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs (2013-01-07 08:36:45 -0800)
are available in the git repository at:
git://cavan.codon.org.uk/platform-drivers-x86.git for_linus
for you to fetch changes up to 9f89748463f13c9657496b12820f09a988ce77ff:
asus-laptop: Fix potential invalid pointer dereference (2013-01-07 12:33:48 -0500)
----------------------------------------------------------------
Ben Hutchings (1):
asus-laptop: Do not call HWRS on init
Lee, Chun-Yi (3):
MAINTAINERS: change the mail address of acer-wmi/msi-laptop maintainer
acer-wmi: fix obj is NULL but dereferenced
acer-wmi: change to emit touchpad on off key
Matthew Garrett (2):
Update MAINTAINERS entry
asus-laptop: Fix potential invalid pointer dereference
Mattia Dongili (1):
sony-laptop: fix SNC buffer calls when SN06 returns Integers
Sergey Senozhatsky (1):
acer-wmi: add Aspire 5741G touchpad toggle key
Seth Forshee (1):
samsung-laptop: Add quirk for broken acpi_video backlight on N250P
MAINTAINERS | 6 ++--
drivers/platform/x86/acer-wmi.c | 60 +++++++++++++++++++++--------------
drivers/platform/x86/asus-laptop.c | 19 +++--------
drivers/platform/x86/samsung-laptop.c | 10 ++++++
drivers/platform/x86/sony-laptop.c | 15 +++++----
5 files changed, 62 insertions(+), 48 deletions(-)
--
Matthew Garrett | mjg59@srcf.ucam.org
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver bugfixes for 3.8
2013-01-07 17:43 ` [GIT] x86 platform driver bugfixes " Matthew Garrett
@ 2013-01-16 10:38 ` Bjørn Mork
2013-01-16 21:29 ` Mattia Dongili
2013-03-01 13:36 ` Bjørn Mork
1 sibling, 1 reply; 11+ messages in thread
From: Bjørn Mork @ 2013-01-16 10:38 UTC (permalink / raw)
To: Matthew Garrett
Cc: Linus Torvalds, platform-driver-x86, Linux Kernel Mailing List,
Mattia Dongili
Matthew Garrett <matthew.garrett@nebula.com> writes:
> This set covers regressions and two obvious bugfixes. The rest can wait
> for 3.9.
Hello Matthew,
may I request that you include the patch
sony-laptop: fully enable SNY controlled modems
for 3.8 as well? I'd even like it to go to stable if you and Mattia
agree.
My rationale is:
Making the driver set the same 3 bits which Windows set is obviously a
bug fix and not a new feature. The fix is a simple oneliner, and is
required for a number of "newer" laptops, where newer in this case
includes most of 2012. Without this fix rfkill will fail silently,
causing the wwan module to appear to be available but not working
because the radio is disabled. This causes very hard to debug problems
for end users and distributions. Ref the bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=47751
See also the thread at http://ubuntuforums.org/showthread.php?t=2040205
for an example of the problems this bug causes for end users.
Thanks,
Bjørn
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver bugfixes for 3.8
2013-01-16 10:38 ` Bjørn Mork
@ 2013-01-16 21:29 ` Mattia Dongili
0 siblings, 0 replies; 11+ messages in thread
From: Mattia Dongili @ 2013-01-16 21:29 UTC (permalink / raw)
To: Bjørn Mork
Cc: Matthew Garrett, Linus Torvalds, platform-driver-x86,
Linux Kernel Mailing List
On Wed, Jan 16, 2013 at 11:38:17AM +0100, Bjørn Mork wrote:
> Matthew Garrett <matthew.garrett@nebula.com> writes:
>
> > This set covers regressions and two obvious bugfixes. The rest can wait
> > for 3.9.
>
> Hello Matthew,
>
> may I request that you include the patch
>
> sony-laptop: fully enable SNY controlled modems
>
> for 3.8 as well? I'd even like it to go to stable if you and Mattia
> agree.
Yes, my initial intent was to have it in 3.7 as a bugfix. The
sony-laptop driver manages to disable the wwan device correctly but
fails to re-enable it afterwards.
--
mattia
:wq!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver bugfixes for 3.8
2013-01-07 17:43 ` [GIT] x86 platform driver bugfixes " Matthew Garrett
2013-01-16 10:38 ` Bjørn Mork
@ 2013-03-01 13:36 ` Bjørn Mork
2013-03-01 15:50 ` Bjørn Mork
2013-03-01 16:27 ` Matthew Garrett
1 sibling, 2 replies; 11+ messages in thread
From: Bjørn Mork @ 2013-03-01 13:36 UTC (permalink / raw)
To: Matthew Garrett
Cc: Linus Torvalds, platform-driver-x86, Linux Kernel Mailing List
Matthew Garrett <matthew.garrett@nebula.com> writes:
> This set covers regressions and two obvious bugfixes. The rest can wait
> for 3.9.
Sorry for nagging, but I assume the 3.9 merge window will close over the
weekend and I haven't seen the pull request for the rest of these posted
yet. I hope that still is the plan?
Bjørn
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver bugfixes for 3.8
2013-03-01 13:36 ` Bjørn Mork
@ 2013-03-01 15:50 ` Bjørn Mork
2013-03-01 16:27 ` Matthew Garrett
1 sibling, 0 replies; 11+ messages in thread
From: Bjørn Mork @ 2013-03-01 15:50 UTC (permalink / raw)
To: Matthew Garrett
Cc: Linus Torvalds, platform-driver-x86, Linux Kernel Mailing List
Bjørn Mork <bjorn@mork.no> writes:
> Matthew Garrett <matthew.garrett@nebula.com> writes:
>
>> This set covers regressions and two obvious bugfixes. The rest can wait
>> for 3.9.
>
> Sorry for nagging, but I assume the 3.9 merge window will close over the
> weekend and I haven't seen the pull request for the rest of these posted
> yet. I hope that still is the plan?
And yet another apology coming up... I see now that the pull request is
sent a couple of days ago: http://www.spinics.net/lists/kernel/msg1490177.html
although I still cannot find via gmane, where I am reading the
platform-driver-x86 list.
Anyway. Thanks for the work, and sorry for the noise.
Bjørn
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver bugfixes for 3.8
2013-03-01 13:36 ` Bjørn Mork
2013-03-01 15:50 ` Bjørn Mork
@ 2013-03-01 16:27 ` Matthew Garrett
1 sibling, 0 replies; 11+ messages in thread
From: Matthew Garrett @ 2013-03-01 16:27 UTC (permalink / raw)
To: Bjørn Mork
Cc: Linus Torvalds, platform-driver-x86@vger.kernel.org,
Linux Kernel Mailing List
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 663 bytes --]
On Fri, 2013-03-01 at 14:36 +0100, Bjørn Mork wrote:
> Matthew Garrett <matthew.garrett@nebula.com> writes:
>
> > This set covers regressions and two obvious bugfixes. The rest can wait
> > for 3.9.
>
> Sorry for nagging, but I assume the 3.9 merge window will close over the
> weekend and I haven't seen the pull request for the rest of these posted
> yet. I hope that still is the plan?
Ah, sorry, looks like I typoed the address for the mailing list.
--
Matthew Garrett | mjg59@srcf.ucam.org
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver updates for 3.8
2013-01-07 17:22 ` Linus Torvalds
2013-01-07 17:26 ` Matthew Garrett
@ 2013-03-06 12:17 ` Corentin Chary
2013-03-06 16:20 ` Matthew Garrett
1 sibling, 1 reply; 11+ messages in thread
From: Corentin Chary @ 2013-03-06 12:17 UTC (permalink / raw)
To: Matthew Garrett
Cc: platform-driver-x86@vger.kernel.org, Linux Kernel Mailing List,
aaron.lu
On Mon, Jan 7, 2013 at 5:22 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Mon, Jan 7, 2013 at 9:17 AM, Matthew Garrett
> <matthew.garrett@nebula.com> wrote:
>>
>> A bit delayed (new job fun), but there's nothing terribly exciting in
>> here.
>
> Nonetheless, this does not seem to be appropriate for outside the merge window.
Was this re-sent for 3.9 ? Or will this hit 3.10 instead ?
--
Corentin Chary
http://xf.iksaif.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [GIT] x86 platform driver updates for 3.8
2013-03-06 12:17 ` [GIT] x86 platform driver updates " Corentin Chary
@ 2013-03-06 16:20 ` Matthew Garrett
0 siblings, 0 replies; 11+ messages in thread
From: Matthew Garrett @ 2013-03-06 16:20 UTC (permalink / raw)
To: Corentin Chary
Cc: platform-driver-x86@vger.kernel.org, Linux Kernel Mailing List,
aaron.lu@intel.com
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 706 bytes --]
On Wed, 2013-03-06 at 12:17 +0000, Corentin Chary wrote:
> On Mon, Jan 7, 2013 at 5:22 PM, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> > On Mon, Jan 7, 2013 at 9:17 AM, Matthew Garrett
> > <matthew.garrett@nebula.com> wrote:
> >>
> >> A bit delayed (new job fun), but there's nothing terribly exciting in
> >> here.
> >
> > Nonetheless, this does not seem to be appropriate for outside the merge window.
>
> Was this re-sent for 3.9 ? Or will this hit 3.10 instead ?
It's merged in 3.9.
--
Matthew Garrett | mjg59@srcf.ucam.org
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-03-06 16:20 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 17:17 [GIT] x86 platform driver updates for 3.8 Matthew Garrett
2013-01-07 17:22 ` Linus Torvalds
2013-01-07 17:26 ` Matthew Garrett
2013-01-07 17:43 ` [GIT] x86 platform driver bugfixes " Matthew Garrett
2013-01-16 10:38 ` Bjørn Mork
2013-01-16 21:29 ` Mattia Dongili
2013-03-01 13:36 ` Bjørn Mork
2013-03-01 15:50 ` Bjørn Mork
2013-03-01 16:27 ` Matthew Garrett
2013-03-06 12:17 ` [GIT] x86 platform driver updates " Corentin Chary
2013-03-06 16:20 ` Matthew Garrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox