linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] X86 platform drivers updates
@ 2011-04-12 15:31 Matthew Garrett
  2011-04-13  6:52 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Garrett @ 2011-04-12 15:31 UTC (permalink / raw)
  To: torvalds; +Cc: platform-driver-x86, linux-kernel

Hi Linus,

Small number of updates, including removing the duplicate copy of 
samsung-laptop (miscommunication between Greg and me) and some 
miscellaneous fixes.

The following changes since commit a6360dd37e1a144ed11e6548371bade559a1e4df:

  Linux 2.6.39-rc3 (2011-04-11 17:21:51 -0700)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git for_linus

Alberto Mardegan (1):
      samsung-laptop: Samsung R410P backlight driver

Corentin Chary (3):
      asus-laptop: remove removed features from feature-removal-schedule.txt
      asus-wmi: swap input name and phys
      eeepc-wmi: add keys found on EeePC 1215T

Greg Kroah-Hartman (1):
      samsung-laptop: add support for N230 model

Keith Packard (1):
      thinkpad-acpi fails to load with newer Thinkpad X201s BIOS

Lee, Chun-Yi (1):
      acer-wmi: Fix capitalisation of GUID in module alias

Marco Chiappero (1):
      sony-laptop: keyboard backlight fixes

Mattia Dongili (2):
      sony-laptop: fix early NULL pointer dereference
      sony-laptop: only show the handles sysfs file in debug mode

Michal Marek (2):
      staging: samsung-laptop has moved to platform/x86
      samsung-laptop: set backlight type

Randy Dunlap (1):
      msi-laptop: fix config-dependent build error

Thomas Gleixner (1):
      platform-drivers: x86: pmic: Restore the dropped buslock/unlock

 Documentation/feature-removal-schedule.txt      |   20 -
 drivers/platform/x86/Kconfig                    |    3 +-
 drivers/platform/x86/acer-wmi.c                 |    2 +-
 drivers/platform/x86/asus-wmi.c                 |    4 +-
 drivers/platform/x86/eeepc-wmi.c                |    2 +
 drivers/platform/x86/intel_pmic_gpio.c          |   43 +-
 drivers/platform/x86/samsung-laptop.c           |   17 +-
 drivers/platform/x86/sony-laptop.c              |   65 ++-
 drivers/platform/x86/thinkpad_acpi.c            |    3 +-
 drivers/staging/Kconfig                         |    2 -
 drivers/staging/Makefile                        |    1 -
 drivers/staging/samsung-laptop/Kconfig          |   10 -
 drivers/staging/samsung-laptop/Makefile         |    1 -
 drivers/staging/samsung-laptop/TODO             |    5 -
 drivers/staging/samsung-laptop/samsung-laptop.c |  843 -----------------------
 15 files changed, 114 insertions(+), 907 deletions(-)
 delete mode 100644 drivers/staging/samsung-laptop/Kconfig
 delete mode 100644 drivers/staging/samsung-laptop/Makefile
 delete mode 100644 drivers/staging/samsung-laptop/TODO
 delete mode 100644 drivers/staging/samsung-laptop/samsung-laptop.c

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] X86 platform drivers updates
  2011-04-12 15:31 [GIT PULL] X86 platform drivers updates Matthew Garrett
@ 2011-04-13  6:52 ` Ingo Molnar
  2011-04-13 15:53   ` Matthew Garrett
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2011-04-13  6:52 UTC (permalink / raw)
  To: Matthew Garrett, Thomas Gleixner
  Cc: torvalds, platform-driver-x86, linux-kernel


* Matthew Garrett <mjg59@srcf.ucam.org> wrote:

>       platform-drivers: x86: pmic: Restore the dropped buslock/unlock

>  drivers/platform/x86/intel_pmic_gpio.c          |   43 +-

This commit (now upstream) does not build at all on allyes64:

  drivers/platform/x86/intel_pmic_gpio.c:212:19: error: ‘pmic_irq_buslock’ undeclared here

Thanks,

	Ingo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] X86 platform drivers updates
  2011-04-13  6:52 ` Ingo Molnar
@ 2011-04-13 15:53   ` Matthew Garrett
  0 siblings, 0 replies; 3+ messages in thread
From: Matthew Garrett @ 2011-04-13 15:53 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Thomas Gleixner, torvalds, platform-driver-x86, linux-kernel

Yeah, sorry, I'd mistakenly attributed that to me not having appropriate 
MRST config turned on. I'll push a fix now.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-13 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 15:31 [GIT PULL] X86 platform drivers updates Matthew Garrett
2011-04-13  6:52 ` Ingo Molnar
2011-04-13 15:53   ` Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).