Show patches with: Submitter = Andrey Smirnov       |   138 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/12] thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[02/12] thermal: qoriq: Remove unnecessary DT node is NULL check QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[03/12] thermal: qoriq: Add local struct device pointer in qoriq_tmu_probe() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[04/12] thermal: qoriq: Don't pass platform_device to qoriq_tmu_calibration() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[05/12] thermal: qoriq: Convert driver to use devm_ioremap() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[06/12] thermal: qoriq: Add hwmon support QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[07/12] thermal: qoriq: Convert driver to use regmap API QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[08/12] thermal: qoriq: Enable monitoring before querying temperature QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[09/12] thermal: qoriq: Do not report invalid temperature reading QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[10/12] thermal: qoriq: Simplify error handling in qoriq_tmu_get_sensor_id() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[11/12] thermal: qoriq: Be more strict when parsing "thermal-sensors" QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[12/12] thermal: qoriq: Add support for multiple thremal sites QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-18 Andrey Smirnov evalenti Changes Requested
[v2,01/13] thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,02/13] thermal: qoriq: Remove unnecessary DT node is NULL check QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,03/13] thermal: qoriq: Add local struct device pointer QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,04/13] thermal: qoriq: Don't store struct thermal_zone_device reference QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,05/13] thermal: qoriq: Add local struct qoriq_sensor pointer QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,06/13] thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,07/13] thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directly QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,08/13] thermal: qoriq: Pass data to qoriq_tmu_calibration() directly QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,09/13] thermal: qoriq: Convert driver to use devm_ioremap() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,10/13] thermal: qoriq: Convert driver to use regmap API QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,11/13] thermal: qoriq: Enable all sensors before registering them QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,12/13] thermal: qoriq: Do not report invalid temperature reading QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v2,13/13] thermal: qoriq: Add hwmon support QorIQ TMU multi-sensor and HWMON support - - - --- 2019-02-22 Andrey Smirnov evalenti Superseded
[v3,01/13] thermal: qoriq: Remove unnecessary DT node is NULL check QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,02/13] thermal: qoriq: Add local struct device pointer QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,03/13] thermal: qoriq: Don't store struct thermal_zone_device reference QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,04/13] thermal: qoriq: Add local struct qoriq_sensor pointer QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,05/13] thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,06/13] thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directly QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,07/13] thermal: qoriq: Pass data to qoriq_tmu_calibration() directly QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,08/13] thermal: qoriq: Convert driver to use devm_ioremap() QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,09/13] thermal: qoriq: Convert driver to use regmap API QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,10/13] thermal: qoriq: Enable all sensors before registering them QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,11/13] thermal: qoriq: Do not report invalid temperature reading QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,12/13] thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs() QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
[v3,13/13] thermal: qoriq: Add hwmon support QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-01 Andrey Smirnov evalenti Superseded
power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG - - - --- 2019-04-05 Andrey Smirnov Not Applicable
[v4,01/12] thermal: qoriq: Remove unnecessary DT node is NULL check QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-13 Andrey Smirnov evalenti Accepted
[v4,02/12] thermal: qoriq: Add local struct device pointer QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,03/12] thermal: qoriq: Don't store struct thermal_zone_device reference QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,04/12] thermal: qoriq: Drop per-sensor data QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,05/12] thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directly QorIQ TMU multi-sensor and HWMON support 1 - - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,06/12] thermal: qoriq: Pass data to qoriq_tmu_calibration() directly QorIQ TMU multi-sensor and HWMON support - 1 - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,07/12] thermal: qoriq: Convert driver to use devm_ioremap() QorIQ TMU multi-sensor and HWMON support - 1 - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,08/12] thermal: qoriq: Convert driver to use regmap API QorIQ TMU multi-sensor and HWMON support - 1 - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,09/12] thermal: qoriq: Enable all sensors before registering them QorIQ TMU multi-sensor and HWMON support - - - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,10/12] thermal: qoriq: Do not report invalid temperature reading QorIQ TMU multi-sensor and HWMON support - 1 - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,11/12] thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs() QorIQ TMU multi-sensor and HWMON support - 1 - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[v4,12/12] thermal: qoriq: Add hwmon support QorIQ TMU multi-sensor and HWMON support - 1 - --- 2019-04-13 Andrey Smirnov evalenti Superseded
[1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Driver for UCS1002 - 1 - --- 2019-04-17 Andrey Smirnov Not Applicable
[2/3] power: supply: Add driver for Microchip UCS1002 Driver for UCS1002 - - - --- 2019-04-17 Andrey Smirnov Not Applicable
[3/3] dt-bindings: power: supply: Add bindings for Microchip UCS1002 Driver for UCS1002 - - - --- 2019-04-17 Andrey Smirnov Not Applicable
[v5,01/12] thermal: qoriq: Remove unnecessary DT node is NULL check QorIQ TMU multi-sensor and HWMON support 1 - 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,02/12] thermal: qoriq: Add local struct device pointer QorIQ TMU multi-sensor and HWMON support 1 - 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,03/12] thermal: qoriq: Don't store struct thermal_zone_device reference QorIQ TMU multi-sensor and HWMON support 1 - 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,04/12] thermal: qoriq: Drop per-sensor data QorIQ TMU multi-sensor and HWMON support - - 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,05/12] thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directly QorIQ TMU multi-sensor and HWMON support 1 - 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,06/12] thermal: qoriq: Pass data to qoriq_tmu_calibration() directly QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,07/12] thermal: qoriq: Convert driver to use devm_ioremap() QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,08/12] thermal: qoriq: Convert driver to use regmap API QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,09/12] thermal: qoriq: Enable all sensors before registering them QorIQ TMU multi-sensor and HWMON support - - 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,10/12] thermal: qoriq: Do not report invalid temperature reading QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,11/12] thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs() QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-04-24 Andrey Smirnov Superseded
[v5,12/12] thermal: qoriq: Add hwmon support QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-04-24 Andrey Smirnov Superseded
[v2] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG [v2] power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG - - - --- 2019-04-24 Andrey Smirnov Not Applicable
[v2,1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Driver for UCS1002 - 1 - --- 2019-04-29 Andrey Smirnov Not Applicable
[v2,2/3] power: supply: Add driver for Microchip UCS1002 Driver for UCS1002 - - - --- 2019-04-29 Andrey Smirnov Not Applicable
[v2,3/3] dt-bindings: power: supply: Add bindings for Microchip UCS1002 Driver for UCS1002 - - - --- 2019-04-29 Andrey Smirnov Not Applicable
[v3,1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Driver for UCS1002 - 1 - --- 2019-04-29 Andrey Smirnov Not Applicable
[v3,2/3] power: supply: Add driver for Microchip UCS1002 Driver for UCS1002 - - - --- 2019-04-29 Andrey Smirnov Not Applicable
[v3,3/3] dt-bindings: power: supply: Add bindings for Microchip UCS1002 Driver for UCS1002 - - - --- 2019-04-29 Andrey Smirnov Not Applicable
[v4,1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Driver for UCS1002 - 1 - --- 2019-04-30 Andrey Smirnov Not Applicable
[v4,2/3] power: supply: Add driver for Microchip UCS1002 Driver for UCS1002 - 1 - --- 2019-04-30 Andrey Smirnov Not Applicable
[v4,3/3] dt-bindings: power: supply: Add bindings for Microchip UCS1002 Driver for UCS1002 - 1 - --- 2019-04-30 Andrey Smirnov Not Applicable
[v5,1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Driver for UCS1002 - 1 - --- 2019-05-01 Andrey Smirnov Not Applicable
[v5,2/3] power: supply: Add driver for Microchip UCS1002 Driver for UCS1002 - 1 - --- 2019-05-01 Andrey Smirnov Not Applicable
[v5,3/3] dt-bindings: power: supply: Add bindings for Microchip UCS1002 Driver for UCS1002 - 1 - --- 2019-05-01 Andrey Smirnov Not Applicable
[v6,1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Driver for UCS1002 - 1 - --- 2019-05-03 Andrey Smirnov Not Applicable
[v6,2/3] power: supply: Add driver for Microchip UCS1002 Driver for UCS1002 - 1 - --- 2019-05-03 Andrey Smirnov Not Applicable
[v6,3/3] dt-bindings: power: supply: Add bindings for Microchip UCS1002 Driver for UCS1002 - 1 - --- 2019-05-03 Andrey Smirnov Not Applicable
[1/2] power: supply: Add HWMON compatibility layer HWMON compatibility layer for power supplies - - - --- 2019-05-29 Andrey Smirnov Not Applicable
[2/2] power: supply: ucs1002: Add HWMON interface HWMON compatibility layer for power supplies - - - --- 2019-05-29 Andrey Smirnov Not Applicable
[v2,1/2] power: supply: Add HWMON compatibility layer HWMON compatibility layer for power supplies - 1 - --- 2019-05-31 Andrey Smirnov Not Applicable
[v2,2/2] power: supply: ucs1002: Add HWMON interface HWMON compatibility layer for power supplies - 1 - --- 2019-05-31 Andrey Smirnov Not Applicable
[v3,1/2] power: supply: Add HWMON compatibility layer HWMON compatibility layer for power supplies - 1 - --- 2019-06-05 Andrey Smirnov Not Applicable
[v3,2/2] power: supply: ucs1002: Add HWMON interface HWMON compatibility layer for power supplies - 1 - --- 2019-06-05 Andrey Smirnov Not Applicable
[v4,1/1] power: supply: Add HWMON compatibility layer HWMON compatibility layer for power supplies - 1 1 --- 2019-06-12 Andrey Smirnov Not Applicable
thermal: imx: skip registering legacy cooling on i.MX7 thermal: imx: skip registering legacy cooling on i.MX7 - - - --- 2019-06-14 Andrey Smirnov evalenti Accepted
[v6,01/12] thermal: qoriq: Add local struct device pointer QorIQ TMU multi-sensor and HWMON support 1 - 1 --- 2019-06-17 Andrey Smirnov Superseded
[v6,02/12] thermal: qoriq: Don't store struct thermal_zone_device reference QorIQ TMU multi-sensor and HWMON support 1 - 1 --- 2019-06-17 Andrey Smirnov Superseded
[v6,03/12] thermal: qoriq: Add local struct qoriq_sensor pointer QorIQ TMU multi-sensor and HWMON support - - - --- 2019-06-17 Andrey Smirnov Superseded
[v6,04/12] thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data QorIQ TMU multi-sensor and HWMON support - - - --- 2019-06-17 Andrey Smirnov Superseded
[v6,05/12] thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directly QorIQ TMU multi-sensor and HWMON support 1 - 1 --- 2019-06-17 Andrey Smirnov Superseded
[v6,06/12] thermal: qoriq: Pass data to qoriq_tmu_calibration() directly QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-06-17 Andrey Smirnov Superseded
[v6,07/12] thermal: qoriq: Convert driver to use devm_ioremap() QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-06-17 Andrey Smirnov Superseded
[v6,08/12] thermal: qoriq: Convert driver to use regmap API QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-06-17 Andrey Smirnov Superseded
[v6,09/12] thermal: qoriq: Enable all sensors before registering them QorIQ TMU multi-sensor and HWMON support - - 1 --- 2019-06-17 Andrey Smirnov Superseded
[v6,10/12] thermal: qoriq: Do not report invalid temperature reading QorIQ TMU multi-sensor and HWMON support - 1 1 --- 2019-06-17 Andrey Smirnov Superseded
« 1 2 »