devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch v5 0/2] Introduce support for mlxreg mfd core driver
@ 2017-09-14  6:48 Vadim Pasternak
       [not found] ` <1505371738-128683-1-git-send-email-vadimp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Vadim Pasternak @ 2017-09-14  6:48 UTC (permalink / raw)
  To: lee.jones, robh+dt
  Cc: pavel, devicetree, jacek.anaszewski, linux-leds, jiri, gregkh,
	andy.shevchenko, platform-driver-x86, Vadim Pasternak

This patch 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.
- device tree binding documentation;

This patch depends on previously sent:
[patch v3 1/3] platform/mellanox: Introduce Mellanox hardware
 platform hotplug driver
because it includes include/linux/platform_data/mlxreg.h from this patch.

Vadim Pasternak (2):
  mfd: Add Mellanox regmap core driver
  dt-bindings: mfd: Add Device Tree bindings for Mellanox programmable
    devices

 .../bindings/mfd/mellanox,mlxreg-core.txt          | 165 ++++
 MAINTAINERS                                        |   6 +
 drivers/mfd/Kconfig                                |  14 +
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/mlxreg-core.c                          | 843 +++++++++++++++++++++
 5 files changed, 1029 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/mellanox,mlxreg-core.txt
 create mode 100644 drivers/mfd/mlxreg-core.c

-- 
2.1.4

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

end of thread, other threads:[~2017-09-14 13:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14  6:48 [patch v5 0/2] Introduce support for mlxreg mfd core driver Vadim Pasternak
     [not found] ` <1505371738-128683-1-git-send-email-vadimp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-09-14  6:48   ` [patch v5 1/2] mfd: Add Mellanox regmap " Vadim Pasternak
2017-09-14  9:43     ` Lee Jones
2017-09-14 11:13       ` Vadim Pasternak
2017-09-14 12:12         ` Lee Jones
2017-09-14  6:48   ` [patch v5 2/2] dt-bindings: mfd: Add Device Tree bindings for Mellanox programmable devices Vadim Pasternak
     [not found]     ` <1505371738-128683-3-git-send-email-vadimp-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2017-09-14 12:38       ` Lee Jones
2017-09-14 12:51         ` Lee Jones
2017-09-14 13:30         ` Vadim Pasternak

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