Commit 946e4e02 authored by Vadim Pasternak's avatar Vadim Pasternak Committed by Darren Hart (VMware)

platform_data/mlxreg: Add capability field to core platform data

Add capability field to "mlxreg_core_platform_data" structure.
The purpose of this register is to provide additional info to platform
driver through the atribute related capability register.
Signed-off-by: default avatarVadim Pasternak <vadimp@mellanox.com>
Signed-off-by: default avatarDarren Hart (VMware) <dvhart@infradead.org>
parent 9b28aa1d
...@@ -61,6 +61,7 @@ struct mlxreg_hotplug_device { ...@@ -61,6 +61,7 @@ struct mlxreg_hotplug_device {
* @reg: attribute register; * @reg: attribute register;
* @mask: attribute access mask; * @mask: attribute access mask;
* @bit: attribute effective bit; * @bit: attribute effective bit;
* @capability: attribute capability register;
* @mode: access mode; * @mode: access mode;
* @np - pointer to node platform associated with attribute; * @np - pointer to node platform associated with attribute;
* @hpdev - hotplug device data; * @hpdev - hotplug device data;
...@@ -72,6 +73,7 @@ struct mlxreg_core_data { ...@@ -72,6 +73,7 @@ struct mlxreg_core_data {
u32 reg; u32 reg;
u32 mask; u32 mask;
u32 bit; u32 bit;
u32 capability;
umode_t mode; umode_t mode;
struct device_node *np; struct device_node *np;
struct mlxreg_hotplug_device hpdev; struct mlxreg_hotplug_device hpdev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment