devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch v4 0/2] Introduce support for mlxreg mfd core and I2C drivers
@ 2017-08-29 18:00 Vadim Pasternak
       [not found] ` <1504029616-192277-1-git-send-email-vadimp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  2017-08-29 18:00 ` [patch v4 2/2] mfd: Add Mellanox regmap I2C driver Vadim Pasternak
  0 siblings, 2 replies; 9+ messages in thread
From: Vadim Pasternak @ 2017-08-29 18:00 UTC (permalink / raw)
  To: lee.jones, robh+dt, pavel
  Cc: devicetree, j.anaszewski, rpurdie, linux-leds, jiri, gregkh,
	platform-driver-x86, Vadim Pasternak

This patchset adds support for the Mellanox BMC card equipped with the
programmable devices controlling hardware.
The support includes:
- signal handling for chassis, ASIC, CPU events;
- LED control;
- exposing sysfs interface for reset control, reset monitoring and mux
  selection for the access to remote devices at the host side.

Vadim Pasternak (2):
  mfd: Add Mellanox regmap core driver
  mfd: Add Mellanox regmap I2C driver

 .../bindings/mfd/mellanox,mlxreg-core.txt          | 367 +++++++++
 MAINTAINERS                                        |   8 +
 drivers/mfd/Kconfig                                |  28 +
 drivers/mfd/Makefile                               |   2 +
 drivers/mfd/mlxreg-core.c                          | 839 +++++++++++++++++++++
 drivers/mfd/mlxreg-i2c.c                           | 183 +++++
 include/linux/platform_data/mlxreg.h               | 138 ++++
 7 files changed, 1565 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/mellanox,mlxreg-core.txt
 create mode 100644 drivers/mfd/mlxreg-core.c
 create mode 100644 drivers/mfd/mlxreg-i2c.c
 create mode 100644 include/linux/platform_data/mlxreg.h

-- 
2.1.4

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

end of thread, other threads:[~2017-09-05 18:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 18:00 [patch v4 0/2] Introduce support for mlxreg mfd core and I2C drivers Vadim Pasternak
     [not found] ` <1504029616-192277-1-git-send-email-vadimp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-08-29 18:00   ` [patch v4 1/2] mfd: Add Mellanox regmap core driver Vadim Pasternak
     [not found]     ` <1504029616-192277-2-git-send-email-vadimp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-08-30 10:59       ` Pavel Machek
2017-09-01 16:14     ` Rob Herring
2017-09-05 18:21       ` Vadim Pasternak
2017-08-29 18:00 ` [patch v4 2/2] mfd: Add Mellanox regmap I2C driver Vadim Pasternak
2017-09-05  7:35   ` Lee Jones
2017-09-05  7:56     ` Vadim Pasternak
2017-09-05  8:13       ` Lee Jones

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