summaryrefslogtreecommitdiff
path: root/drivers/platform/mellanox
AgeCommit message (Expand)AuthorFilesLines
2025-08-01platform/mellanox: mlxbf-pmc: Use kstrtobool() to check 0/1 inputShravan Kumar Ramani1-6/+4
2025-08-01platform/mellanox: mlxbf-pmc: Validate event/enable inputShravan Kumar Ramani1-1/+4
2025-08-01platform/mellanox: mlxbf-pmc: Remove newline char from event name inputShravan Kumar Ramani1-1/+9
2025-07-10platform/mellanox: mlxreg-lc: Fix logic error in power state checkAlok Tiwari1-1/+1
2025-07-10platform/mellanox: nvsw-sn2201: Fix bus number in adapter error messageAlok Tiwari1-1/+1
2025-07-10platform/mellanox: mlxbf-pmc: Fix duplicate event ID for CACHE_DATA1Alok Tiwari1-1/+1
2025-07-10platform/mellanox: mlxbf-tmfifo: fix vring_desc.len assignmentDavid Thompson1-1/+2
2025-04-11mlxbf-bootctl: use sysfs_emit_at() in secure_boot_fuse_state_show()David Thompson1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-04platform: mellanox: mlx-platform: Change register nameVadim Pasternak1-4/+3
2025-02-04platform: mellanox: mlx-platform: Cosmetic changesVadim Pasternak1-5/+5
2025-02-04mellanox: Relocate mlx-platform driverVadim Pasternak3-0/+6680
2025-02-03mlxbf-bootctl: Support sysfs entries for RTC battery statusXiangrong Li2-0/+25
2025-01-20platform/mellanox: mlxreg-io: use sysfs_emit() instead of sprintf()Ai Chao1-1/+1
2025-01-20platform/mellanox: mlxreg-hotplug: use sysfs_emit() instead of sprintf()Ai Chao1-1/+1
2025-01-20platform/mellanox: mlxbf-bootctl: use sysfs_emit() instead of sprintf()Ai Chao1-7/+7
2025-01-15platform/mellanox: mlxbf-pmc: Add support for clock_measure performance blockShravan Kumar Ramani1-4/+42
2025-01-15platform/mellanox: mlxbf-pmc: Add support for monitoring cycle countShravan Kumar Ramani1-0/+61
2024-12-17mlxbf-bootctl: Constify 'struct bin_attribute'Thomas Weißschuh1-3/+3
2024-12-04Merge import NS conversion from 'https://git.kernel.org/pub/scm/linux/kernel/...Ilpo Järvinen6-6/+6
2024-12-02platform/mellanox: mlxbf-pmc: incorrect type in assignmentPei Xiao1-3/+3
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds6-6/+6
2024-09-14platform/mellanox: mlxbf-pmc: fix lockdep warningLuiz Capitulino1-0/+5
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko1-6/+6
2024-06-24platform/mellanox: nvsw-sn2201: Add check for platform_device_add_resourcesChen Ni1-1/+4
2024-03-12platform/mellanox: mlxreg-hotplug: Remove redundant NULL-checkDaniil Dulov1-14/+0
2024-03-12platform/mellanox: mlxbf-pmc: fix signedness bugsDan Carpenter1-3/+6
2024-02-27platform/mellanox: mlxbf-pmc: Ignore unsupported performance blocksLuiz Capitulino1-2/+14
2024-02-27platform/mellanox: mlxbf-pmc: mlxbf_pmc_event_list(): make size ptr optionalLuiz Capitulino1-18/+22
2024-02-13platform/mellanox: mlxbf-pmc: Cleanup signed/unsigned mix-upShravan Kumar Ramani1-61/+68
2024-02-13platform/mellanox: mlxbf-pmc: Replace uintN_t with kernel-style typesShravan Kumar Ramani1-62/+47
2024-02-08Merge tag 'platform-drivers-x86-v6.8-2' into pdx/for-nextIlpo Järvinen2-2/+69
2024-01-24drivers/platform/mellanox: Convert snprintf to sysfs_emitLi Zhijian1-7/+7
2024-01-22platform/mellanox: mlxbf-pmc: Fix offset calculation for crspace eventsShravan Kumar Ramani1-2/+2
2024-01-22platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is fullLiming Sun1-0/+67
2023-12-11Merge tag 'platform-drivers-x86-v6.7-3' into pdx86/for-nextHans de Goede2-13/+40
2023-12-04platform/mellanox: Check devm_hwmon_device_register_with_groups() return valueKunwu Chan1-0/+2
2023-12-04platform/mellanox: Add null pointer checks for devm_kasprintf()Kunwu Chan1-0/+12
2023-12-04mlxbf-bootctl: correctly identify secure boot with development keysDavid Thompson1-13/+26
2023-11-20platform/mellanox: mlxbf-tmfifo: Remove unnecessary bool conversionJules Irenge1-1/+1
2023-10-31Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-57/+667
2023-10-18platform/mellanox: mlxbf-tmfifo: Fix a warning messageLiming Sun1-10/+11
2023-10-04platform/mellanox: tmfifo: fix kernel-doc warningsRandy Dunlap1-6/+8
2023-09-28platform/mellanox: nvsw-sn2201: Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-09-28platform/mellanox: mlxreg-lc: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-28platform/mellanox: mlxreg-io: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-28platform/mellanox: mlxreg-hotplug: Convert to platform remove callback return...Uwe Kleine-König1-4/+2
2023-09-28platform/mellanox: mlxbf-tmfifo: Convert to platform remove callback returnin...Uwe Kleine-König1-4/+2
2023-09-28platform/mellanox: mlxbf-bootctl: Convert to platform remove callback returni...Uwe Kleine-König1-4/+2