[GIT,PULL] platform-drivers-x86 for v6.7-2

Message ID cdf76a$dogiv@smtpauth.intel.com
State New
Headers
Series [GIT,PULL] platform-drivers-x86 for v6.7-2 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.7-2

Message

Ilpo Järvinen Nov. 21, 2023, 8:56 a.m. UTC
  Hi Linus,

Here is a fixes PR for platform-drivers-x86 for v6.7.

Just a few fixes (one with two non-fix deps) plus tidying up MAINTAINERS.

Regards, i.


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.7-2

for you to fetch changes up to a6584711e64d9d12ab79a450ec3628fd35e4f476:

  platform/x86: intel_telemetry: Fix kernel doc descriptions (2023-11-21 10:09:04 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.7-2


The following is an automated shortlog grouped by driver:

amd/pmc:
 -  adjust getting DRAM size behavior

hp-bioscfg:
 -  Fix error handling in hp_add_other_attributes()
 -  move mutex_lock() down in hp_add_other_attributes()
 -  Remove unused obj in hp_add_other_attributes()
 -  Simplify return check in hp_add_other_attributes()

ideapad-laptop:
 -  Set max_brightness before using it

intel_telemetry:
 -  Fix kernel doc descriptions

MAINTAINERS:
 -  Drop Mark Gross as maintainer for x86 platform drivers
 -  Remove stale entry for SBL platform driver

----------------------------------------------------------------
Andy Shevchenko (1):
      platform/x86: intel_telemetry: Fix kernel doc descriptions

Hans de Goede (1):
      MAINTAINERS: Drop Mark Gross as maintainer for x86 platform drivers

Harshit Mogalapalli (4):
      platform/x86: hp-bioscfg: Simplify return check in hp_add_other_attributes()
      platform/x86: hp-bioscfg: move mutex_lock() down in hp_add_other_attributes()
      platform/x86: hp-bioscfg: Fix error handling in hp_add_other_attributes()
      platform/x86: hp-bioscfg: Remove unused obj in hp_add_other_attributes()

Jithu Joseph (1):
      MAINTAINERS: Remove stale entry for SBL platform driver

Shyam Sundar S K (1):
      platform/x86/amd/pmc: adjust getting DRAM size behavior

Stuart Hayhurst (1):
      platform/x86: ideapad-laptop: Set max_brightness before using it

 MAINTAINERS                                  |  4 ----
 drivers/platform/x86/amd/pmc/pmc.c           | 31 ++--------------------------
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 26 ++++++++++-------------
 drivers/platform/x86/ideapad-laptop.c        | 11 +++++-----
 drivers/platform/x86/intel/telemetry/core.c  |  4 ++--
 5 files changed, 20 insertions(+), 56 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 21, 2023, 8:33 p.m. UTC | #1
The pull request you sent on Tue, 21 Nov 2023 10:56:09 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.7-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c2d5304e6c648ebcf653bace7e51e0e6742e46c8

Thank you!