LinuxLists
Users
About
Daniel Lezcano (
[email protected]
)
Number of posts: 5720 (1.21 per day)
First post: 2011-06-16 10:49:10
Last post: 2024-06-13 12:11:50
Next Page
Date
List
Subject
2024-06-13 12:11:50
linux-kernel
Re: [PATCH v5] driver core: Add timeout for device shutdown
2024-06-10 18:01:47
linux-kernel
Re: [PATCH v2 2/5] thermal: trip: Make thermal_zone_set_trips() use trip thresholds
2024-06-10 14:22:29
linux-kernel
Re: [PATCH v2 1/5] thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()
2024-06-10 13:39:41
linux-kernel
Re: [PATCH v2 2/8] thermal/debugfs: Do not extend mitigation episodes beyond system resume
2024-06-10 13:34:41
linux-kernel
Re: [PATCH v2 8/8] thermal: trip: Use common set of trip type names
2024-06-10 13:33:59
linux-kernel
Re: [PATCH v2 7/8] thermal/debugfs: Move some statements from under thermal_dbg->lock
2024-06-10 10:33:24
linux-kernel
Re: [PATCH v2 6/8] thermal/debugfs: Compute maximum temperature for mitigation episode as a whole
2024-06-10 09:12:56
linux-kernel
Re: [PATCH v2 5/8] thermal/debugfs: Adjust check for trips without statistics in tze_seq_show()
2024-06-10 08:30:51
linux-kernel
Re: [PATCH v2 4/8] thermal/debugfs: Fix up units in "mitigations" files
2024-06-10 08:29:51
linux-kernel
Re: [PATCH v2 3/8] thermal/debugfs: Print mitigation timestamp value in milliseconds
2024-06-10 08:29:05
linux-kernel
Re: [PATCH v2 2/8] thermal/debugfs: Do not extend mitigation episodes beyond system resume
2024-06-10 07:52:34
linux-kernel
Re: [PATCH v2 1/8] thermal/debugfs: Use helper to update trip point overstepping duration
2024-06-06 20:21:04
linux-kernel
Re: [PATCH v3] thermal: core: Do not fail cdev registration because of invalid initial state
2024-06-06 16:39:18
linux-kernel
Re: [PATCH v2] thermal: core: Do not fail cdev registration because of invalid initial state
2024-06-06 15:53:48
linux-kernel
Re: [PATCH v3] driver core: Add timeout for device shutdown
2024-06-06 15:46:44
linux-kernel
Re: [PATCH v1] thermal: core: Do not fail cdev registration because of invalid initial state
2024-06-06 15:43:37
linux-kernel
Re: [PATCH v1] thermal: core: Do not fail cdev registration because of invalid initial state
2024-06-06 13:08:41
linux-kernel
Re: [PATCH v1] thermal: core: Do not fail cdev registration because of invalid initial state
2024-06-04 17:47:29
linux-kernel
Re: [PATCH v2] thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data
2024-06-04 17:46:46
linux-kernel
Re: [PATCH v2] thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188
2024-06-04 17:05:15
linux-kernel
Re: [PATCH] thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data
2024-06-03 09:57:02
linux-kernel
Re: [PATCH v4] thermal: k3_j72xx_bandgap: implement suspend/resume support
2024-05-16 09:47:33
linux-kernel
Re: [PATCH v1 1/6] thermal: sysfs: Trigger zone temperature updates on sysfs reads
2024-05-14 10:24:03
linux-kernel
[GIT PULL] thermal drivers fixes for v6.10-rc1
2024-05-10 09:32:24
linux-kernel
[GIT PULL] timer drivers for v6.10-rc1
2024-05-10 09:29:02
linux-kernel
[GIT PULL] timer drivers material for v6.10-rc1
2024-05-03 17:23:51
linux-kernel
Re: [PATCH 0/2] Mediatek lvts_thermal driver: Fix wrong lvts_ctrl index
2024-05-02 13:57:58
linux-kernel
Re: [PATCH] thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data
2024-05-02 10:48:08
linux-kernel
Re: [PATCH] clocksource/drivers/timer-ti-dm: Remove an unused field in struct dmtimer
2024-05-02 09:52:10
linux-kernel
[GIT PULL] thermal drivers for v6.10-rc1
2024-04-30 14:42:56
linux-kernel
Re: [PATCH v2 0/3] thermal: Add support of multiple sensors
2024-04-29 23:43:48
linux-kernel
Re: [PATCH v2 0/2] Add OSTM support for Renesas RZ/V2H(P) SoC
2024-04-29 22:30:54
linux-kernel
[GIT PULL] cpuidle for ARM for v6.10
2024-04-26 07:57:43
linux-kernel
Re: [PATCH v2 0/2] thermal: amlogic: introduce A1 SoC family Thermal Sensor controller
2024-04-24 11:37:10
linux-kernel
Re: [PATCH v1 14/16] thermal: gov_user_space: Use .trip_crossed() instead of .throttle()
2024-04-24 09:27:26
linux-kernel
Re: [PATCH v1 15/16] thermal: core: Drop the .throttle() governor callback
2024-04-24 09:19:12
linux-kernel
Re: [PATCH v1 14/16] thermal: gov_user_space: Use .trip_crossed() instead of .throttle()
2024-04-24 09:17:47
linux-kernel
Re: [PATCH v1 16/16] thermal: core: Relocate critical and hot trip handling
2024-04-24 07:54:36
linux-kernel
Re: [PATCH v1 08/16] thermal: gov_step_wise: Use .manage() callback instead of .throttle()
2024-04-24 07:04:10
linux-kernel
Re: [PATCH v1 09/16] thermal: gov_step_wise: Use trip thresholds instead of trip temperatures
2024-04-23 18:22:44
linux-kernel
Re: [PATCH v1 01/16] thermal: core: Introduce .trip_crossed() callback for thermal governors
2024-04-23 18:13:54
linux-kernel
Re: [PATCH v1 07/16] thermal: gov_power_allocator: Eliminate a redundant variable
2024-04-23 18:09:52
linux-kernel
Re: [PATCH v1 07/16] thermal: gov_power_allocator: Eliminate a redundant variable
2024-04-23 17:36:54
linux-kernel
Re: [PATCH v1 07/16] thermal: gov_power_allocator: Eliminate a redundant variable
2024-04-23 17:29:50
linux-kernel
Re: [PATCH v1 03/16] thermal: gov_bang_bang: Clean up thermal_zone_trip_update()
2024-04-23 17:29:01
linux-kernel
Re: [PATCH v1 02/16] thermal: gov_bang_bang: Use .trip_crossed() instead of .throttle()
2024-04-23 17:15:24
linux-kernel
Re: [PATCH v1 01/16] thermal: core: Introduce .trip_crossed() callback for thermal governors
2024-04-23 17:10:02
linux-kernel
Re: [PATCH v1 05/16] thermal: core: Introduce .manage() callback for thermal governors
2024-04-23 17:08:49
linux-kernel
Re: [PATCH v1 04/16] thermal: gov_bang_bang: Fold thermal_zone_trip_update() into its caller
2024-04-23 15:54:14
linux-kernel
Re: [PATCH v1 1/3] thermal/debugfs: Avoid excessive updates of trip point statistics
2024-04-23 15:31:06
linux-kernel
Re: [PATCH v1 3/3] thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_trip_stats()