messages from 2023-04-11 07:18:04 to 2023-04-16 12:37:11 UTC [more...]
[PATCH 00/12] Re-introduce Exynos4212 support and add Samsung Galaxy Tab 3 8.0 boards
2023-04-16 12:37 UTC (18+ messages)
` [PATCH 01/12] dt-bindings: soc: samsung: add Exynos4212 PMU compatible
` [PATCH 02/12] dt-bindings: clock: add Exynos4212 clock compatible
` [PATCH 03/12] ARM: exynos: Re-introduce Exynos4212 support
` [PATCH 04/12] soc: samsung: "
` [PATCH 05/12] clk: samsung: Add Exynos4212 compatible to CLKOUT driver
` [PATCH 06/12] clk: samsung: Re-add support for Exynos4212 CPU clock
` [PATCH 07/12] Revert "media: exynos4-is: Remove dependency on obsolete SoC support"
` [PATCH 08/12] Revert "phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB"
` [PATCH 09/12] ARM: dts: Move common Exynos4x12 definitions to exynos4x12.dtsi
` [PATCH 10/12] ARM: dts: Re-introduce Exynos4212 DTSI
` [PATCH 11/12] dt-bindings: arm: samsung: Add Samsung Galaxy Tab3 family boards
` [PATCH 12/12] ARM: dts: exynos: Add Samsung Galaxy Tab 3 8.0 boards
[GIT PULL] thermal for v6.4-rc1 #2
2023-04-16 9:49 UTC
[PATCH 0/6] power: supply: Fix external_power_changed race in several drivers
2023-04-16 7:22 UTC (8+ messages)
` [PATCH 1/6] power: supply: ab8500: Fix external_power_changed race
` [PATCH 2/6] power: supply: axp288_fuel_gauge: "
` [PATCH 3/6] power: supply: bq25890: "
` [PATCH 4/6] power: supply: sc27xx: "
` [PATCH 5/6] power: supply: max17042_battery: Refactor max17042_external_power_changed()
` [PATCH 6/6] power: supply: twl4030_madc_battery: Refactor twl4030_madc_bat_ext_changed()
[PATCH v2 00/10] power: supply: bq27xxx/bq25890 status update fixes
2023-04-15 18:23 UTC (11+ messages)
` [PATCH v2 01/10] power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition
` [PATCH v2 02/10] power: supply: bq27xxx: Fix I2C IRQ race on remove
` [PATCH v2 03/10] power: supply: bq27xxx: Fix poll_interval handling and races "
` [PATCH v2 04/10] power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()
` [PATCH v2 05/10] power: supply: bq27xxx: Move bq27xxx_battery_update() down
` [PATCH v2 06/10] power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes
` [PATCH v2 07/10] power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
` [PATCH v2 08/10] power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()
` [PATCH v2 09/10] power: supply: bq25890: Call power_supply_changed() after updating input current or voltage
` [PATCH v2 10/10] power: supply: bq24190: Call power_supply_changed() after updating input current
[PATCH] power: supply: rk817: Simplify an error message
2023-04-15 16:49 UTC
[PATCH 0/9] power: supply: bq27xxx/bq25890 status update fixes
2023-04-15 11:54 UTC (12+ messages)
` [PATCH 1/9] power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition
` [PATCH 2/9] power: supply: bq27xxx: Fix I2C IRQ race on remove
` [PATCH 3/9] power: supply: bq27xxx: Fix poll_interval handling and races "
` [PATCH 4/9] power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()
` [PATCH 5/9] power: supply: bq27xxx: Move bq27xxx_battery_update() down
` [PATCH 6/9] power: supply: bq27xxx: Ensure power_supply_changed() is called on current sign changes
` [PATCH 7/9] power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to stabilize
` [PATCH 8/9] power: supply: bq27xxx: Use mod_delayed_work() instead of cancel() + schedule()
` [PATCH 9/9] power: supply: bq25890: Call power_supply_changed() after updating input current or voltage
[PATCH v2 2/2] thermal: mediatek: change clk_prepare_enable to devm_clk_get_enabled in mtk_thermal_probe
2023-04-15 7:14 UTC (4+ messages)
` [PATCH v3 1/2] thermal: mediatek: use devm_of_iomap to avoid resource leak "
` [PATCH v3 2/2] thermal: mediatek: change clk_prepare_enable to devm_clk_get_enabled "
[PATCH 00/10] thermal: tegra: Do not register cooling device
2023-04-14 21:47 UTC (12+ messages)
` [PATCH 01/10] dt-bindings: thermal: tegra: Document throttle temperature
` [PATCH 02/10] thermal: tegra: Use driver-private data consistently
` [PATCH 03/10] thermal: tegra: Constify SoC-specific data
` [PATCH 04/10] thermal: tegra: Do not register cooling device
` [PATCH 05/10] thermal: tegra: Use unsigned int where appropriate
` [PATCH 06/10] thermal: tegra: Avoid over-allocation of temporary array
` [PATCH 07/10] thermal: tegra: Remove gratuitous error assignment
` [PATCH 08/10] thermal: tegra: Minor stylistic cleanups
` [PATCH 09/10] arm64: tegra: Rework SOCTHERM on Tegra132 and Tegra210
` [PATCH 10/10] ARM: tegra: Rework SOCTHERM on Tegra124
[PATCH v1 09/11] thermal/core: Add a linked device parameter
2023-04-14 18:43 UTC (4+ messages)
[PATCH] soc: ti: smartreflex: Simplify getting the opam_sr pointer
2023-04-14 18:33 UTC (5+ messages)
[GIT PULL] Power management fix for v6.3-rc7
2023-04-14 17:40 UTC (2+ messages)
[GIT PULL] Thermal control fix for v6.3-rc7
2023-04-14 17:40 UTC (2+ messages)
[GIT PULL] ACPI fixes for v6.3-rc7
2023-04-14 17:40 UTC (2+ messages)
[PATCH] power: reset: gpio-restart: Convert to platform remove callback returning void
2023-04-14 17:12 UTC
[PATCH v2] cpupower:Fix resource leaks in sysfs_get_enabled()
2023-04-14 16:41 UTC (2+ messages)
[PATCH V3] thermal/core/power_allocator: avoid thermal cdev can not be reset
2023-04-14 15:21 UTC (12+ messages)
[Patch v6 0/9] Tegra234 Memory interconnect support
2023-04-14 10:54 UTC (12+ messages)
` [Patch v6 1/9] memory: tegra: add interconnect support for DRAM scaling in Tegra234
` [Patch v6 2/9] memory: tegra: add mc clients for Tegra234
` [Patch v6 3/9] memory: tegra: add software mc clients in Tegra234
` [Patch v6 4/9] dt-bindings: tegra: add icc ids for dummy MC clients
` [Patch v6 5/9] memory: tegra: make cpu cluster bw request a multiple of mc channels
` [Patch v6 6/9] cpufreq: tegra194: add OPP support and set bandwidth
` [Patch v6 7/9] PCI: tegra194: Fix possible array out of bounds access
` [Patch v6 8/9] PCI: tegra194: Add interconnect support in Tegra234
` [Patch v6 9/9] arm64: tegra: Add cpu OPP tables and interconnects property
[PATCH V3 0/6] ARM: dts: imx6ull: Fix dtbs_check warnings
2023-04-14 9:19 UTC (7+ messages)
` [PATCH V3 1/6] dt-bindings: serial: fsl-imx-uart: add missing properties
` [PATCH V3 2/6] dt-bindings: crypto: fsl-dcp: add imx6sl and imx6ull compatible
` [PATCH V3 3/6] dt-bindings: imx-thermal: add imx6sll and imx6ul compatible
` [PATCH V3 4/6] dt-bindings: imxgpt: add "
` [PATCH V3 5/6] ARM: dts: imx: Adjust dma-apbh node name
` [PATCH V3 6/6] ARM: dts: imx6ul: Add clock and PGC node to GPC
[rafael-pm:bleeding-edge] BUILD SUCCESS 0962c5df83b088fad0c531257744fb7a1e83221c
2023-04-14 6:18 UTC
[PATCH v3 0/3] Use PSCI OS initiated mode for sc7280
2023-04-14 5:55 UTC (4+ messages)
` [PATCH v3 1/3] cpuidle: dt_idle_genpd: Add helper function to remove genpd topology
` [PATCH v3 2/3] cpuidle: psci: Move enabling OSI mode after power domains creation
` [PATCH v3 3/3] arm64: dts: qcom: sc7280: Add power-domains for cpuidle states
[PATCH v3 0/2] Fix test_resume failure by openning swap device non-exclusively
2023-04-14 12:10 UTC (3+ messages)
` [PATCH v3 1/2] PM: hibernate: Turn snapshot_test into global variable
` [PATCH v3 2/2] PM: hibernate: Do not get block device exclusively in test_resume mode
[PATCH] cpupower:Fix resource leaks in sysfs_get_enabled()
2023-04-14 3:04 UTC (3+ messages)
[PATCH v9 0/4] Add vendor agnostic mechanism to report hardware sleep
2023-04-14 1:23 UTC (2+ messages)
` [PATCH v9 1/4] PM: Add sysfs files to represent time spent in hardware sleep state
[RFC PATCH] thermal/core: Update the generic trip points
2023-04-13 23:13 UTC
[PATCH v2] thermal/drivers/intel/int340x: Add DLVR support
2023-04-13 21:37 UTC
pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.3-rc6-135-g5235219c59f8)
2023-04-13 19:10 UTC
[PATCH] i2c: omap: Don't do pm_runtime_resume in .remove()
2023-04-13 16:49 UTC (14+ messages)
` [PATCH] i2c: omap: Improve error reporting for problems during .remove()
[PATCH] power: supply: leds: Fix blink to LED on transition
2023-04-13 16:40 UTC (2+ messages)
[PATCH 0/4] arm64: qcom: fix the reboot reason handling on sa8775p
2023-04-13 16:15 UTC (7+ messages)
` [PATCH 1/4] arm64: dts: qcom: sa8775p: pmic: remove the PON modes
` [PATCH 2/4] arm64: defconfig: enable building the nvmem-reboot-mode module
` [PATCH 3/4] dt-bindings: power: reset: convert nvmem-reboot-mode bindings to YAML
` [PATCH 4/4] arm64: dts: qcom: sa8775p: pmic: add the sdam_0 node
[PATCH v3 0/6] Thermal zone device structure encapsulation
2023-04-13 11:46 UTC (7+ messages)
` [PATCH v3 1/6] thermal/core: Encapsulate tz->device field
` [PATCH v3 2/6] thermal/drivers/intel_pch_thermal: Use thermal driver device to write a trace
` [PATCH v3 3/6] thermal/drivers/acpi: Use thermal_zone_device()
` [PATCH v3 4/6] thermal/drivers/menlow: "
` [PATCH v3 5/6] thermal/drivers/acpi: Make cross dev link optional by configuration
` [PATCH v3 6/6] thermal/drivers/intel_menlow: Make additionnal sysfs information optional
[PATCH v5 0/4] clk: qcom: msm8996: add support for the CBF clock
2023-04-12 20:41 UTC (3+ messages)
` [PATCH v5 3/4] clk: qcom: cbf-msm8996: scale CBF clock according to the CPUfreq
[PATCH v8 0/4] Add vendor agnostic mechanism to report hardware sleep
2023-04-12 19:49 UTC (2+ messages)
` [PATCH v8 1/4] PM: Add sysfs files to represent time spent in hardware sleep state
[PATCH v2 0/7] Thermal zone device structure encapsulation
2023-04-12 19:17 UTC (15+ messages)
` [PATCH v2 1/7] thermal/drivers/intel_pch_thermal: Use thermal driver device to write a trace
` [PATCH v2 2/7] thermal/core: Encapsulate tz->device field
` [PATCH v2 5/7] thermal/core: Prepare sanitizing thermal class sysfs content
` [PATCH v2 6/7] thermal/drivers/acpi: Make cross dev link optional by configuration
[rafael-pm:bleeding-edge] BUILD SUCCESS 580b585ebfbbb688b071f4491e26ff4997e63093
2023-04-12 10:03 UTC
[PATCH v7 0/4] Add vendor agnostic mechanism to report hardware sleep
2023-04-12 8:47 UTC (6+ messages)
` [PATCH v7 1/4] PM: Add sysfs files to represent time spent in hardware sleep state
W sprawie samochodu
2023-04-12 7:50 UTC
[PATCH 0/2] cpufreq/schedutil: Fix null pointer dereference in sugov_update_single_freq
2023-04-12 6:08 UTC (4+ messages)
` [PATCH 1/2] cpufreq/schedutil: Add fast_switch callback check
[PATCH v2 0/2] Fix test_resume failure by openning swap device non-exclusively
2023-04-12 4:36 UTC (7+ messages)
` [PATCH v2 2/2] PM: hibernate: Do not get block device exclusively in test_resume mode
[PATCH v1 0/3] Add JH7110 cpufreq support
2023-04-12 2:36 UTC (13+ messages)
` [PATCH v1 1/3] riscv: dts: starfive: Enable axp15060 pmic for cpufreq
` [PATCH v1 2/3] cpufreq: dt-platdev: Add JH7110 SOC to the allowlist
` [PATCH v1 3/3] riscv: dts: starfive: Add cpu scaling for JH7110 SoC
pm/testing build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.3-rc6-130-gc4895dfd200d)
2023-04-11 21:41 UTC
[PATCH] amd-pstate: Fix amd_pstate mode switch
2023-04-11 18:49 UTC (6+ messages)
[PATCH] cpufreq: amd-pstate: set varaiable mode_state_machine storage-class-specifier to static
2023-04-11 18:48 UTC (2+ messages)
[PATCH] thermal: intel: Fix unchecked MSR issue
2023-04-11 17:12 UTC (3+ messages)
thermal/drivers/tegra: Getting rid of the get_thermal_instance() usage
2023-04-11 16:30 UTC (8+ messages)
[PATCH 00/17] Introduce runtime modifiable Energy Model
2023-04-11 15:43 UTC (10+ messages)
` [PATCH 01/17] PM: EM: Refactor em_cpufreq_update_efficiencies() arguments
` [PATCH 02/17] PM: EM: Find first CPU online while updating OPP efficiency
` [PATCH 05/17] trace: energy_model: Add trace event for EM runtime modifications
` [PATCH 10/17] PM: EM: Add runtime update interface to modify EM power
[PATCH v4 0/4] clk: qcom: msm8996: add support for the CBF clock
2023-04-11 11:21 UTC (3+ messages)
` [PATCH v4 2/4] iterconnect: add clk-based icc provider support
[PATCH 1/4] powerpc/64: Mark prep_irq_for_idle() __cpuidle
2023-04-11 9:02 UTC (3+ messages)
` [PATCH 3/4] cpuidle: pseries: Mark ->enter() functions as __cpuidle
[PATCH] cpufreq: CPPC: use 10ms delay instead of 2us to avoid high error
2023-04-11 8:51 UTC (8+ messages)
Słowa kluczowe do wypozycjonowania
2023-04-11 7:40 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).