Displaying 8 results from an estimated 8 matches for "snet_hwmon".
2023 Apr 07
1
[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
...inux-staging.git hwmon-const
or wait until after the next commit window to apply this patch.
Thanks,
Guenter
>
> Cc: Jean Delvare <jdelvare at suse.com>
> Cc: Guenter Roeck <linux at roeck-us.net>
> Cc: linux-hwmon at vger.kernel.org
> ---
> drivers/vdpa/solidrun/snet_hwmon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/vdpa/solidrun/snet_hwmon.c b/drivers/vdpa/solidrun/snet_hwmon.c
> index e695e36ff753..65304354b34a 100644
> --- a/drivers/vdpa/solidrun/snet_hwmon.c
> +++ b/drivers/vdpa/solidrun/snet_hwmon.c
>...
2023 Apr 10
1
[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
...this patch.
>>
>> Thanks,
>> Guenter
>>
>>>
>>> Cc: Jean Delvare <jdelvare at suse.com>
>>> Cc: Guenter Roeck <linux at roeck-us.net>
>>> Cc: linux-hwmon at vger.kernel.org
>>> ---
>>> drivers/vdpa/solidrun/snet_hwmon.c | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/vdpa/solidrun/snet_hwmon.c b/drivers/vdpa/solidrun/snet_hwmon.c
>>> index e695e36ff753..65304354b34a 100644
>>> --- a/drivers/vdpa/solidrun/snet_hwmon.c
>>&g...
2023 Apr 07
0
[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
....3011503-2-krzysztof.kozlowski at linaro.org/
>
> Therefore I propose this should also go via hwmon tree.
>
> Cc: Jean Delvare <jdelvare at suse.com>
> Cc: Guenter Roeck <linux at roeck-us.net>
> Cc: linux-hwmon at vger.kernel.org
> ---
> drivers/vdpa/solidrun/snet_hwmon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/vdpa/solidrun/snet_hwmon.c b/drivers/vdpa/solidrun/snet_hwmon.c
> index e695e36ff753..65304354b34a 100644
> --- a/drivers/vdpa/solidrun/snet_hwmon.c
> +++ b/drivers/vdpa/solidrun/snet_hwmon.c
>...
2023 Mar 20
3
[PATCH 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
...from the DPU.
suspend is added in patch 2.
Alvaro Karsz (2):
vdpa/snet: support getting and setting VQ state
vdpa/snet: support the suspend vDPA callback
drivers/vdpa/solidrun/Makefile | 1 +
drivers/vdpa/solidrun/snet_ctrl.c | 324 +++++++++++++++++++++++++++++
drivers/vdpa/solidrun/snet_hwmon.c | 2 +-
drivers/vdpa/solidrun/snet_main.c | 126 ++++++-----
drivers/vdpa/solidrun/snet_vdpa.h | 18 +-
5 files changed, 400 insertions(+), 71 deletions(-)
create mode 100644 drivers/vdpa/solidrun/snet_ctrl.c
--
2.34.1
2023 Apr 02
2
[PATCH resend 0/2] vdpa/snet: support [s/g]et_vq_state and suspend
...from the DPU.
suspend is added in patch 2.
Alvaro Karsz (2):
vdpa/snet: support getting and setting VQ state
vdpa/snet: support the suspend vDPA callback
drivers/vdpa/solidrun/Makefile | 1 +
drivers/vdpa/solidrun/snet_ctrl.c | 324 +++++++++++++++++++++++++++++
drivers/vdpa/solidrun/snet_hwmon.c | 2 +-
drivers/vdpa/solidrun/snet_main.c | 126 ++++++-----
drivers/vdpa/solidrun/snet_vdpa.h | 18 +-
5 files changed, 400 insertions(+), 71 deletions(-)
create mode 100644 drivers/vdpa/solidrun/snet_ctrl.c
--
2.34.1
2023 Feb 21
2
[GIT PULL] virtio,vhost,vdpa: features, fixes
...| 3 +-
drivers/vdpa/mlx5/net/debug.c | 152 +++
drivers/vdpa/mlx5/net/mlx5_vnet.c | 261 +++--
drivers/vdpa/mlx5/net/mlx5_vnet.h | 94 ++
drivers/vdpa/solidrun/Makefile | 6 +
drivers/vdpa/solidrun/snet_hwmon.c | 188 ++++
drivers/vdpa/solidrun/snet_main.c | 1111 ++++++++++++++++++++
drivers/vdpa/solidrun/snet_vdpa.h | 194 ++++
drivers/vdpa/vdpa.c | 110 +-
drivers/vdpa/vdpa_sim/vdpa_sim.c | 233 ++--...
2023 Feb 23
1
[GIT PULL] virtio,vhost,vdpa: features, fixes
...> drivers/vdpa/mlx5/net/debug.c | 152 +++
> drivers/vdpa/mlx5/net/mlx5_vnet.c | 261 +++--
> drivers/vdpa/mlx5/net/mlx5_vnet.h | 94 ++
> drivers/vdpa/solidrun/Makefile | 6 +
> drivers/vdpa/solidrun/snet_hwmon.c | 188 ++++
> drivers/vdpa/solidrun/snet_main.c | 1111 ++++++++++++++++++++
> drivers/vdpa/solidrun/snet_vdpa.h | 194 ++++
> drivers/vdpa/vdpa.c | 110 +-
> drivers/vdpa/vdpa_sim/vdpa_sim.c...
2023 Jul 03
1
[GIT PULL] virtio: features, fixes, cleanups
...| 289 ++++++++
drivers/vdpa/pds/debugfs.h | 17 +
drivers/vdpa/pds/vdpa_dev.c | 769 +++++++++++++++++++++
drivers/vdpa/pds/vdpa_dev.h | 49 ++
drivers/vdpa/solidrun/snet_ctrl.c | 6 +
drivers/vdpa/solidrun/snet_hwmon.c | 2 +-
drivers/vdpa/solidrun/snet_main.c | 15 +
drivers/vdpa/solidrun/snet_vdpa.h | 1 +
drivers/vdpa/vdpa_user/vduse_dev.c | 6 +-
drivers/vhost/net.c | 8 +-
drivers/vhost/scsi.c...