linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PNP updates for v5.14-rc1
@ 2021-06-29 19:03 Rafael J. Wysocki
  2021-06-29 21:11 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2021-06-29 19:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ACPI Devel Maling List, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pnp-5.14-rc1

with top-most commit 17aa26c96fb240de92db90ec1bfd616f28b6dc16

 PNP: pnpbios: Use list_for_each_entry() instead of list_for_each()

on top of commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc

 Linux 5.13-rc2

to receive PNP updates for 5.14-rc1.

These get rid of unnecessary local variables and function, reduce
code duplication and clean up message printing.

Specifics:

 - Remove unnecessary local variables from isapnp_proc_attach_device()
   (Anupama K Patil).

 - Make the callers of pnp_alloc() use kzalloc() directly and drop
   the former (Heiner Kallweit).

 - Make two pieces of code use dev_dbg() instead of dev_printk() with
   the KERN_DEBUG message level (Heiner Kallweit).

 - Use DEVICE_ATTR_RO() instead of full DEVICE_ATTR() in some places
   in card.c (Zhen Lei).

 - Use list_for_each_entry() instead of list_for_each() in
   insert_device() (Zou Wei).

Thanks!


---------------

Anupama K Patil (1):
      drivers: pnp: isapnp: proc.c: Remove unnecessary local variables

Heiner Kallweit (2):
      PNP: Remove pnp_alloc()
      PNP: Switch over to dev_dbg()

Zhen Lei (1):
      PNP: use DEVICE_ATTR_RO macro

Zou Wei (1):
      PNP: pnpbios: Use list_for_each_entry() instead of list_for_each()

---------------

 drivers/pnp/base.h         |  1 -
 drivers/pnp/card.c         | 14 +++++++-------
 drivers/pnp/core.c         | 17 ++---------------
 drivers/pnp/interface.c    |  4 ++--
 drivers/pnp/isapnp/proc.c  | 13 ++++++-------
 drivers/pnp/pnpbios/core.c |  4 +---
 drivers/pnp/resource.c     |  2 +-
 7 files changed, 19 insertions(+), 36 deletions(-)

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

* Re: [GIT PULL] PNP updates for v5.14-rc1
  2021-06-29 19:03 [GIT PULL] PNP updates for v5.14-rc1 Rafael J. Wysocki
@ 2021-06-29 21:11 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-06-29 21:11 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, ACPI Devel Maling List, Linux Kernel Mailing List

The pull request you sent on Tue, 29 Jun 2021 21:03:08 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pnp-5.14-rc1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2021-06-29 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 19:03 [GIT PULL] PNP updates for v5.14-rc1 Rafael J. Wysocki
2021-06-29 21:11 ` pr-tracker-bot

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).