All of lore.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.3
Date: Fri, 12 Jul 2019 06:52:04 -0500	[thread overview]
Message-ID: <20190712115204.GD3066@minyard.net> (raw)

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ac499fba98c3c65078fd84fa0a62cd6f6d5837ed:

  docs: ipmb: place it at driver-api and convert to ReST (2019-06-30 19:33:25 -0500)

----------------------------------------------------------------
Some small fixes for various things, nothing huge, mostly found
by automated tools.

Plus add a driver that allows Linux to act as an IPMB slave device,
so it can be a satellite MC in an IPMI network.

----------------------------------------------------------------
Arnd Bergmann (1):
      ipmi: ipmb: don't allocate i2c_client on stack

Asmaa Mnebhi (1):
      Add support for IPMB driver

Kefeng Wang (3):
      ipmi_si: fix unexpected driver unregister warning
      ipmi_si: use bool type for initialized variable
      ipmi_ssif: fix unexpected driver unregister warning

Mauro Carvalho Chehab (1):
      docs: ipmb: place it at driver-api and convert to ReST

Suzuki K Poulose (1):
      drivers: ipmi: Drop device reference

YueHaibing (1):
      ipmi: ipmb: Fix build error while CONFIG_I2C is set to m

kbuild test robot (1):
      fix platform_no_drv_owner.cocci warnings

 Documentation/driver-api/index.rst   |   1 +
 Documentation/driver-api/ipmb.rst    | 105 ++++++++++
 drivers/char/ipmi/Kconfig            |   9 +
 drivers/char/ipmi/Makefile           |   1 +
 drivers/char/ipmi/ipmb_dev_int.c     | 364 +++++++++++++++++++++++++++++++++++
 drivers/char/ipmi/ipmi_si_intf.c     |   4 +-
 drivers/char/ipmi/ipmi_si_platform.c |   7 +-
 drivers/char/ipmi/ipmi_ssif.c        |   5 +-
 8 files changed, 492 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/driver-api/ipmb.rst
 create mode 100644 drivers/char/ipmi/ipmb_dev_int.c


             reply	other threads:[~2019-07-12 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-12 11:52 Corey Minyard [this message]
2019-07-13 22:50 ` [GIT PULL] IPMI bug fixes for 5.3 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=20190712115204.GD3066@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 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.