All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] IPMI bug fixes for 5.14
@ 2021-06-28 23:36 Corey Minyard
  2021-06-30 18:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2021-06-28 23:36 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

The following changes since commit d72cd4ad4174cfd2257c426ad51e4f53bcfde9c9:

  Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2021-04-28 17:22:10 -0700)

are available in the Git repository at:

  https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.14-1

for you to fetch changes up to 5b32dd281ee0a269f39ecf6b48f0cd3f37264842:

  ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned int (2021-06-21 19:50:36 -0500)

----------------------------------------------------------------
Pull for IPMI driver for 4.14

Mostly a restructure of the kcs_bmc driver to make it easier to
use with different types of devices, and just to clean things up and
improve things.

Also some bug fixes for the kcs_bmc driver.

One fix to the IPMI watchdog to stop the timer when the action is none.
Not a big deal, but it's the right thing to do.

----------------------------------------------------------------
Andrew Jeffery (16):
      ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties
      ipmi: kcs_bmc: Make status update atomic
      ipmi: kcs_bmc: Rename {read,write}_{status,data}() functions
      ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi
      ipmi: kcs_bmc: Turn the driver data-structures inside-out
      ipmi: kcs_bmc: Split headers into device and client
      ipmi: kcs_bmc: Strip private client data from struct kcs_bmc
      ipmi: kcs_bmc: Decouple the IPMI chardev from the core
      ipmi: kcs_bmc: Allow clients to control KCS IRQ state
      ipmi: kcs_bmc: Enable IBF on open
      ipmi: kcs_bmc: Add serio adaptor
      dt-bindings: ipmi: Convert ASPEED KCS binding to schema
      dt-bindings: ipmi: Add optional SerIRQ property to ASPEED KCS devices
      ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration
      ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheet
      ipmi: kcs_bmc_aspeed: Optionally apply status address

Colin Ian King (1):
      ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned int

Petr Pavlu (1):
      ipmi/watchdog: Stop watchdog timer when the current action is 'none'

 .../bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml      | 106 ++++
 .../devicetree/bindings/ipmi/aspeed-kcs-bmc.txt    |  33 --
 drivers/char/ipmi/Kconfig                          |  27 +
 drivers/char/ipmi/Makefile                         |   2 +
 drivers/char/ipmi/ipmi_watchdog.c                  |  22 +-
 drivers/char/ipmi/kcs_bmc.c                        | 505 ++++------------
 drivers/char/ipmi/kcs_bmc.h                        |  92 +--
 drivers/char/ipmi/kcs_bmc_aspeed.c                 | 633 +++++++++++++++------
 drivers/char/ipmi/kcs_bmc_cdev_ipmi.c              | 568 ++++++++++++++++++
 drivers/char/ipmi/kcs_bmc_client.h                 |  45 ++
 drivers/char/ipmi/kcs_bmc_device.h                 |  22 +
 drivers/char/ipmi/kcs_bmc_npcm7xx.c                |  92 ++-
 drivers/char/ipmi/kcs_bmc_serio.c                  | 157 +++++
 13 files changed, 1598 insertions(+), 706 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml
 delete mode 100644 Documentation/devicetree/bindings/ipmi/aspeed-kcs-bmc.txt
 create mode 100644 drivers/char/ipmi/kcs_bmc_cdev_ipmi.c
 create mode 100644 drivers/char/ipmi/kcs_bmc_client.h
 create mode 100644 drivers/char/ipmi/kcs_bmc_device.h
 create mode 100644 drivers/char/ipmi/kcs_bmc_serio.c


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

* Re: [GIT PULL] IPMI bug fixes for 5.14
  2021-06-28 23:36 [GIT PULL] IPMI bug fixes for 5.14 Corey Minyard
@ 2021-06-30 18:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-06-30 18:34 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Linus Torvalds, linux-kernel, openipmi-developer

The pull request you sent on Mon, 28 Jun 2021 18:36:29 -0500:

> https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.14-1

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

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-30 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 23:36 [GIT PULL] IPMI bug fixes for 5.14 Corey Minyard
2021-06-30 18:34 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.