All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add Aspeed SSIF BMC driver
@ 2021-03-30 14:10 ` Quan Nguyen
  0 siblings, 0 replies; 39+ messages in thread
From: Quan Nguyen @ 2021-03-30 14:10 UTC (permalink / raw)
  To: Corey Minyard, Rob Herring, Joel Stanley, Andrew Jeffery,
	Wolfram Sang, Philipp Zabel, openipmi-developer, devicetree,
	linux-arm-kernel, linux-aspeed, linux-kernel, linux-i2c
  Cc: openbmc, Open Source Submission, Phong Vo, Thang Q . Nguyen

This series add support for the Aspeed specific SSIF BMC driver which
is to perform in-band IPMI communication with the host in management
(BMC) side.

v2:
  + Fixed compiling error with COMPILE_TEST for arc

Quan Nguyen (3):
  i2c: i2c-core-smbus: Expose PEC calculate function for generic use
  drivers: char: ipmi: Add Aspeed SSIF BMC driver
  bindings: ipmi: Add binding for Aspeed SSIF BMC driver

 .../bindings/ipmi/aspeed-ssif-bmc.txt         |  18 +
 drivers/char/ipmi/Kconfig                     |  22 +
 drivers/char/ipmi/Makefile                    |   2 +
 drivers/char/ipmi/ssif_bmc.c                  | 645 ++++++++++++++++++
 drivers/char/ipmi/ssif_bmc.h                  |  92 +++
 drivers/char/ipmi/ssif_bmc_aspeed.c           | 132 ++++
 drivers/i2c/i2c-core-smbus.c                  |  12 +-
 include/linux/i2c.h                           |   1 +
 8 files changed, 922 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/ipmi/aspeed-ssif-bmc.txt
 create mode 100644 drivers/char/ipmi/ssif_bmc.c
 create mode 100644 drivers/char/ipmi/ssif_bmc.h
 create mode 100644 drivers/char/ipmi/ssif_bmc_aspeed.c

-- 
2.28.0


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

end of thread, other threads:[~2021-04-22 10:52 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 14:10 [PATCH v2 0/3] Add Aspeed SSIF BMC driver Quan Nguyen
2021-03-30 14:10 ` Quan Nguyen
2021-03-30 14:10 ` Quan Nguyen
2021-03-30 14:10 ` [PATCH v2 1/3] i2c: i2c-core-smbus: Expose PEC calculate function for generic use Quan Nguyen
2021-03-30 14:10   ` Quan Nguyen
2021-03-30 14:10   ` Quan Nguyen
2021-03-30 14:10 ` [PATCH v2 2/3] drivers: char: ipmi: Add Aspeed SSIF BMC driver Quan Nguyen
2021-03-30 14:10   ` Quan Nguyen
2021-03-30 14:10   ` Quan Nguyen
2021-04-02 12:01   ` Philipp Zabel
2021-04-02 12:01     ` Philipp Zabel
2021-04-02 12:01     ` Philipp Zabel
2021-04-07  7:23     ` Quan Nguyen
2021-04-07  7:23       ` Quan Nguyen
2021-04-07  7:23       ` Quan Nguyen
2021-04-07 15:50   ` Corey Minyard
2021-04-07 15:50     ` Corey Minyard
2021-04-07 15:50     ` Corey Minyard
2021-04-22 10:49   ` Graeme Gregory
2021-04-22 10:49     ` Graeme Gregory
2021-04-22 10:49     ` Graeme Gregory
2021-03-30 14:10 ` [PATCH v2 3/3] bindings: ipmi: Add binding for " Quan Nguyen
2021-03-30 14:10   ` Quan Nguyen
2021-03-30 14:10   ` Quan Nguyen
2021-04-01 17:09   ` Rob Herring
2021-04-01 17:09     ` Rob Herring
2021-04-01 17:09     ` Rob Herring
2021-04-02  1:59     ` Quan Nguyen
2021-04-02  1:59       ` Quan Nguyen
2021-04-02  1:59       ` Quan Nguyen
2021-04-02 14:21 ` [PATCH v2 0/3] Add " Corey Minyard
2021-04-02 14:21   ` Corey Minyard
2021-04-02 14:21   ` Corey Minyard
2021-04-07 13:09   ` Quan Nguyen
2021-04-07 13:09     ` Quan Nguyen
2021-04-07 13:09     ` Quan Nguyen
2021-04-07 14:28     ` Corey Minyard
2021-04-07 14:28       ` Corey Minyard
2021-04-07 14:28       ` Corey Minyard

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.