summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/core_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-129/+36
2023-04-02mlxsw: core_thermal: Simplify transceiver module get_temp() callbackIdo Schimmel1-36/+8
2023-04-02mlxsw: core_thermal: Make mlxsw_thermal_module_init() voidIdo Schimmel1-9/+4
2023-04-02mlxsw: core_thermal: Use static trip points for transceiver modulesIdo Schimmel1-85/+25
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki1-8/+8
2023-03-19mlxsw: core_thermal: Fix fan speed in maximum cooling stateIdo Schimmel1-6/+1
2023-03-03thermal: Use thermal_zone_device_type() accessorDaniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-7/+7
2023-01-06thermal/drivers/mellanox: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-161/+48
2022-08-17Revert "mlxsw: core: Add the hottest thermal zone detection"Daniel Lezcano1-75/+2
2022-04-20mlxsw: core_thermal: Add interfaces for line card initialization and de-initi...Vadim Pasternak1-0/+74
2022-04-15mlxsw: core_thermal: Use common define for thermal zone name lengthVadim Pasternak1-3/+2
2022-04-15mlxsw: core_thermal: Use exact name of cooling devices for bindingVadim Pasternak1-2/+1
2022-04-15mlxsw: core_thermal: Add line card id prefix to line card thermal zone nameVadim Pasternak1-4/+12
2022-04-15mlxsw: core_thermal: Extend internal structures to support multi thermal areasVadim Pasternak1-57/+91
2022-04-15mlxsw: core: Extend interfaces for cable info access with slot argumentVadim Pasternak1-2/+2
2022-04-12mlxsw: reg: Extend MGPIR register with new slot fieldsVadim Pasternak1-4/+4
2022-04-12mlxsw: reg: Extend MTMP register with new slot number fieldVadim Pasternak1-3/+3
2022-02-23mlxsw: core_thermal: Remove obsolete API for query resourceVadim Pasternak1-12/+0
2022-02-23mlxsw: core_thermal: Rename labels according to naming conventionVadim Pasternak1-20/+23
2022-02-23mlxsw: core_thermal: Avoid creation of virtual hwmon objects by thermal moduleVadim Pasternak1-3/+8
2021-10-14mlxsw: thermal: Fix out-of-bounds memory accessesIdo Schimmel1-47/+5
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-06-10mlxsw: thermal: Fix null dereference of NULL temperature parameterColin Ian King1-2/+2
2021-06-09mlxsw: thermal: Read module temperature thresholds using MTMP registerMykola Kostenok1-17/+30
2021-06-09mlxsw: thermal: Add function for reading module temperature and thresholdsMykola Kostenok1-15/+35
2021-06-09mlxsw: reg: Extend MTMP register with new threshold fieldMykola Kostenok1-3/+3
2021-06-07mlxsw: core: Set thermal zone polling delay argument to real value at initMykola Kostenok1-2/+4
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-04-08mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak1-21/+6
2021-03-15thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano1-1/+1
2021-01-10mlxsw: core: Increase critical threshold for ASIC thermal zoneVadim Pasternak1-1/+1
2021-01-10mlxsw: core: Add validation of transceiver temperature thresholdsVadim Pasternak1-4/+7
2020-06-29thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz1-30/+0
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz1-20/+17
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz1-19/+0
2020-06-29thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz1-13/+8
2020-06-08mlxsw: core: Use different get_trend() callbacks for different thermal zonesVadim Pasternak1-4/+19
2020-02-07mlxsw: core: Add validation of hardware device types for MGPIR registerVadim Pasternak1-2/+6
2019-10-06mlxsw: thermal: Provide optimization for QSFP modules number detectionVadim Pasternak1-21/+16
2019-10-06mlxsw: reg: Extend MGPIR register with new field exposing the number of QSFP ...Vadim Pasternak1-1/+2
2019-06-24mlxsw: core: Add support for negative temperature readoutVadim Pasternak1-7/+7
2019-06-24mlxsw: core: Add the hottest thermal zone detectionVadim Pasternak1-13/+62
2019-06-24mlxsw: core: Extend thermal core with per inter-connect device thermal zonesVadim Pasternak1-1/+136
2019-05-30mlxsw: core: Reduce buffer size in transactions for SFP modules temperature r...Vadim Pasternak1-27/+19
2019-05-18mlxsw: core: Prevent QSFP module initialization for old hardwareVadim Pasternak1-0/+6
2019-03-13mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak1-10/+11
2019-02-17mlxsw: core: Extend thermal module with per QSFP module thermal zonesVadim Pasternak1-0/+400
2019-02-14mlxsw: core: Allow thermal zone binding to an external cooling deviceVadim Pasternak1-0/+12
2019-02-14mlxsw: core: Rename cooling deviceVadim Pasternak1-2/+3