Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a662315d authored by Serge Semin's avatar Serge Semin Committed by Jon Mason
Browse files

ntb: idt: Alter the driver info comments



Since IDT PCIe-switch temperature sensor is now always available
irregardless of the EEPROM/BIOS settings, Kconfig and in-code
description should be properly altered. In addition lets update
the driver copyright lines.

Signed-off-by: default avatarSerge Semin <fancer.lancer@gmail.com>
Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
parent b8babacb
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -24,9 +24,7 @@ config NTB_IDT
	 BAR settings of peer NT-functions, the BAR setups can't be done over
	 BAR settings of peer NT-functions, the BAR setups can't be done over
	 kernel PCI fixups. That's why the alternative pre-initialization
	 kernel PCI fixups. That's why the alternative pre-initialization
	 techniques like BIOS using SMBus interface or EEPROM should be
	 techniques like BIOS using SMBus interface or EEPROM should be
	 utilized. Additionally if one needs to have temperature sensor
	 utilized.
	 information printed to system log, the corresponding registers must
	 be initialized within BIOS/EEPROM as well.


	 If unsure, say N.
	 If unsure, say N.
+6 −5
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@
 *
 *
 *   GPL LICENSE SUMMARY
 *   GPL LICENSE SUMMARY
 *
 *
 *   Copyright (C) 2016 T-Platforms All Rights Reserved.
 *   Copyright (C) 2016-2018 T-Platforms JSC All Rights Reserved.
 *
 *
 *   This program is free software; you can redistribute it and/or modify it
 *   This program is free software; you can redistribute it and/or modify it
 *   under the terms and conditions of the GNU General Public License,
 *   under the terms and conditions of the GNU General Public License,
@@ -1824,10 +1824,11 @@ static int idt_ntb_peer_msg_write(struct ntb_dev *ntb, int pidx, int midx,
 *                      7. Temperature sensor operations
 *                      7. Temperature sensor operations
 *
 *
 *    IDT PCIe-switch has an embedded temperature sensor, which can be used to
 *    IDT PCIe-switch has an embedded temperature sensor, which can be used to
 * warn a user-space of possible chip overheating. Since workload temperature
 * check current chip core temperature. Since a workload environment can be
 * can be different on different platforms, temperature thresholds as well as
 * different on different platforms, an offset and ADC/filter settings can be
 * general sensor settings must be setup in the framework of BIOS/EEPROM
 * specified. Although the offset configuration is only exposed to the sysfs
 * initializations. It includes the actual sensor enabling as well.
 * hwmon interface at the moment. The rest of the settings can be adjusted
 * for instance by the BIOS/EEPROM firmware.
 *=============================================================================
 *=============================================================================
 */
 */


+1 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@
 *
 *
 *   GPL LICENSE SUMMARY
 *   GPL LICENSE SUMMARY
 *
 *
 *   Copyright (C) 2016 T-Platforms All Rights Reserved.
 *   Copyright (C) 2016-2018 T-Platforms JSC All Rights Reserved.
 *
 *
 *   This program is free software; you can redistribute it and/or modify it
 *   This program is free software; you can redistribute it and/or modify it
 *   under the terms and conditions of the GNU General Public License,
 *   under the terms and conditions of the GNU General Public License,