[GIT] x86 platform driver bugfixes for 3.8

2013-01-07 Thread Matthew Garrett
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 | mj...@srcf.ucam.org


signature.asc
Description: Digital signature


Re: [GIT] x86 platform driver bugfixes for 3.8

2013-01-16 Thread Bjørn Mork
Matthew Garrett  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT] x86 platform driver bugfixes for 3.8

2013-01-16 Thread Mattia Dongili
On Wed, Jan 16, 2013 at 11:38:17AM +0100, Bjørn Mork wrote:
> Matthew Garrett  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!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT] x86 platform driver bugfixes for 3.8

2013-03-01 Thread Bjørn Mork
Matthew Garrett  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT] x86 platform driver bugfixes for 3.8

2013-03-01 Thread Bjørn Mork
Bjørn Mork  writes:

> Matthew Garrett  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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT] x86 platform driver bugfixes for 3.8

2013-03-01 Thread Matthew Garrett
On Fri, 2013-03-01 at 14:36 +0100, Bjørn Mork wrote:
> Matthew Garrett  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 | mj...@srcf.ucam.org