devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vadim Pasternak <vadimp@mellanox.com>
To: lee.jones@linaro.org, robh+dt@kernel.org
Cc: pavel@ucw.cz, devicetree@vger.kernel.org,
	jacek.anaszewski@gmail.com, linux-leds@vger.kernel.org,
	jiri@resnulli.us, gregkh@linuxfoundation.org,
	andy.shevchenko@gmail.com, platform-driver-x86@vger.kernel.org,
	Vadim Pasternak <vadimp@mellanox.com>
Subject: [patch v5 0/2] Introduce support for mlxreg mfd core driver
Date: Thu, 14 Sep 2017 06:48:56 +0000	[thread overview]
Message-ID: <1505371738-128683-1-git-send-email-vadimp@mellanox.com> (raw)

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

             reply	other threads:[~2017-09-14  6:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14  6:48 Vadim Pasternak [this message]
     [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 core driver 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

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=1505371738-128683-1-git-send-email-vadimp@mellanox.com \
    --to=vadimp@mellanox.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jacek.anaszewski@gmail.com \
    --cc=jiri@resnulli.us \
    --cc=lee.jones@linaro.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=robh+dt@kernel.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;
as well as URLs for NNTP newsgroup(s).