summaryrefslogtreecommitdiffstats
path: root/drivers/platform/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-10-317-57/+667
|\
| * platform/mellanox: nvsw-sn2201: Convert to platform remove callback returning...Uwe Kleine-König2023-09-281-4/+2
| * platform/mellanox: mlxreg-lc: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-5/+3
| * platform/mellanox: mlxreg-io: Convert to platform remove callback returning voidUwe Kleine-König2023-09-281-4/+2
| * platform/mellanox: mlxreg-hotplug: Convert to platform remove callback return...Uwe Kleine-König2023-09-281-4/+2
| * platform/mellanox: mlxbf-tmfifo: Convert to platform remove callback returnin...Uwe Kleine-König2023-09-281-4/+2
| * platform/mellanox: mlxbf-bootctl: Convert to platform remove callback returni...Uwe Kleine-König2023-09-281-4/+2
| * platform/mellanox: mlxbf-pmc: Add support for BlueField-3Shravan Kumar Ramani2023-09-131-32/+654
* | platform/mellanox: mlxbf-tmfifo: Fix a warning messageLiming Sun2023-10-181-10/+11
* | platform/mellanox: tmfifo: fix kernel-doc warningsRandy Dunlap2023-10-041-6/+8
|/
* platform/mellanox: NVSW_SN2201 should depend on ACPIGeert Uytterhoeven2023-09-111-2/+2
* platform/mellanox: mlxbf-bootctl: add NET dependency into KconfigDavid Thompson2023-09-111-0/+1
* platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed eventsShravan Kumar Ramani2023-09-111-20/+7
* platform/mellanox: mlxbf-pmc: Fix potential buffer overflowsShravan Kumar Ramani2023-09-111-7/+7
* platform/mellanox: mlxbf-tmfifo: Drop jumbo framesLiming Sun2023-09-111-7/+17
* platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more descriptorsLiming Sun2023-09-111-17/+49
* platform: mellanox: nvsw-sn2201: change fans i2c busses.Michael Shych2023-08-231-4/+8
* platform: mellanox: mlxreg-hotplug: Extend condition for notification callbac...Vadim Pasternak2023-08-231-1/+1
* mlxbf-bootctl: Support sysfs entries for MFG fieldsDavid Thompson2023-08-232-0/+446
* Merge remote-tracking branch 'pdx86/fixes' into pdx86/for-nextHans de Goede2023-08-231-0/+1
|\
| * platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notificat...Shih-Yi Chen2023-08-231-0/+1
* | mlxbf-bootctl: Support setting the ARM boot state to "OS up"Asmaa Mnebhi2023-08-102-0/+30
* | mlxbf-bootctl: Support the large icmc write/readAsmaa Mnebhi2023-08-102-0/+56
* | platform: Explicitly include correct DT includesRob Herring2023-07-262-2/+0
|/
* Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-301-2/+142
|\
| * mlxbf-bootctl: Add sysfs file for BlueField boot logLiming Sun2023-05-161-2/+142
* | platform/mellanox: mlxbf-pmc: fix sscanf() error checkingDan Carpenter2023-05-151-3/+2
|/
* platform/mellanox: fix potential race in mlxbf-tmfifo driverLiming Sun2023-05-091-2/+9
* mlxbf-bootctl: Add sysfs file for BlueField boot fifoLiming Sun2023-04-171-0/+68
* platform/mellanox: add firmware reset supportKhalil Blaiech2023-04-062-0/+25
* platform: mellanox: select REGMAP instead of depending on itRandy Dunlap2023-03-071-5/+4
* platform/mellanox: mlxreg-hotplug: Allow more flexible hotplug events configu...Vadim Pasternak2023-02-131-5/+23
* platform/mellanox: mlxbf-pmc: Fix event typoJames Hurley2022-12-121-1/+1
* platform/mellanox: Add BlueField-3 support in the tmfifo driverLiming Sun2022-11-162-22/+74
* Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-051-6/+6
|\
| * platform/mellanox: mlxreg-lc: Make error handling flow consistentVadim Pasternak2022-09-091-6/+6
| * platform/mellanox: Remove redundant 'NULL' checkVadim Pasternak2022-09-011-4/+2
| * platform/mellanox: Remove unnecessary codeVadim Pasternak2022-09-011-5/+4
| * platform/mellanox: mlxreg-lc: Fix locking issueVadim Pasternak2022-09-011-12/+25
| * platform/mellanox: mlxreg-lc: Fix coverity warningVadim Pasternak2022-09-011-1/+0
* | Merge tag 'platform-drivers-x86-v6.0-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-09-021-22/+31
|\ \
| * | platform/mellanox: Remove redundant 'NULL' checkVadim Pasternak2022-09-011-4/+2
| * | platform/mellanox: Remove unnecessary codeVadim Pasternak2022-09-011-5/+4
| * | platform/mellanox: mlxreg-lc: Fix locking issueVadim Pasternak2022-09-011-12/+25
| * | platform/mellanox: mlxreg-lc: Fix coverity warningVadim Pasternak2022-09-011-1/+0
| |/
* / virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-1/+0
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-0/+3
|\
| * virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-0/+1
| * virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+2
| * platform/mellanox: nvsw-sn2201: fix error code in nvsw_sn2201_create_static_d...Dan Carpenter2022-06-271-1/+3