public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <minyard@acm.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	openipmi-developer@lists.sourceforge.net
Subject: [GIT PULL] IPMI bug fixes for 5.14
Date: Mon, 28 Jun 2021 18:36:29 -0500	[thread overview]
Message-ID: <20210628233629.GP2921206@minyard.net> (raw)

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


             reply	other threads:[~2021-06-28 23:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28 23:36 Corey Minyard [this message]
2021-06-30 18:34 ` [GIT PULL] IPMI bug fixes for 5.14 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210628233629.GP2921206@minyard.net \
    --to=minyard@acm.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openipmi-developer@lists.sourceforge.net \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox