|
Codethink report: weeks 18 - 19
Hi,
## Kernel maintenance
* Patch series from Fabrizio Castro to fix i2c-rcar driver reviewed.
* Reviewed patch series from Biju Das for Renesas R8A7743 support
* General 4.4-stable patch review
Hi,
## Kernel maintenance
* Patch series from Fabrizio Castro to fix i2c-rcar driver reviewed.
* Reviewed patch series from Biju Das for Renesas R8A7743 support
* General 4.4-stable patch review
|
By
Agustín Benito Bethencourt <agustin.benito@...>
·
#1179
·
|
|
Re: [PATCH 57/62] thermal: rcar: enable to use thermal-zone on DT
[...]
[...]
Doesn't this require a corresponding change to use
thermal_zone_of_sensor_unregister()?
It looks like this was fixed upstream by commits 5e325868aa59
("thermal: convert rcar_thermal to
[...]
[...]
Doesn't this require a corresponding change to use
thermal_zone_of_sensor_unregister()?
It looks like this was fixed upstream by commits 5e325868aa59
("thermal: convert rcar_thermal to
|
By
Ben Hutchings <ben.hutchings@...>
·
#1178
·
|
|
[Git][cip-project/cip-testing/board-at-desk-single-dev][master] 2 commits: Change necessary now that LAVA has moved to python 3 #184
Robert Marshall pushed to branch masterat cip-project / cip-testing / board-at-desk-single-devCommits:
304b6d65
by Robert Marshallat 2018-05-09T12:46:03ZChange necessary now that LAVA has moved to
Robert Marshall pushed to branch masterat cip-project / cip-testing / board-at-desk-single-devCommits:
304b6d65
by Robert Marshallat 2018-05-09T12:46:03ZChange necessary now that LAVA has moved to
|
By
Agustin Benito Bethencourt
·
#1177
·
|
|
Re: linux-cip-rt mirror on gitlab.com?
Hi,
Of course, yes.
I will mirror repo and provide you master rights of it so you manage it.
Best Regards
--
Agustín Benito Bethencourt
Principal Consultant
Codethink Ltd
Hi,
Of course, yes.
I will mirror repo and provide you master rights of it so you manage it.
Best Regards
--
Agustín Benito Bethencourt
Principal Consultant
Codethink Ltd
|
By
Agustín Benito Bethencourt <agustin.benito@...>
·
#1176
·
|
|
linux-cip-rt mirror on gitlab.com?
Hi Augstin,
I just received an private message asking where the linux-cip-rt kernel
is hosted. I wonder if it would be possible to mirror the linux-cip-rt
as well in the cip-project group on
Hi Augstin,
I just received an private message asking where the linux-cip-rt kernel
is hosted. I wonder if it would be possible to mirror the linux-cip-rt
as well in the cip-project group on
|
By
Daniel Wagner <daniel.wagner@...>
·
#1175
·
|
|
[PATCH 62/62] ARM: dts: r8a7743: Add thermal device to DT
This patch instantiates the thermal sensor module with thermal-zone
support.
This patch is based on the commit cac68a56e34b
("ARM: dts: r8a7791: enable to use thermal-zone") by Kuninori
This patch instantiates the thermal sensor module with thermal-zone
support.
This patch is based on the commit cac68a56e34b
("ARM: dts: r8a7791: enable to use thermal-zone") by Kuninori
|
By
Biju Das <biju.das@...>
·
#1174
·
|
|
[PATCH 61/62] dt-bindings: thermal: rcar: Add device tree support for r8a7743
Add thermal sensor support for r8a7743 SoC. The Renesas RZ/G1M
(r8a7743) thermal sensor module is identical to the R-Car Gen2 family.
No driver change is needed due to the fallback compatible
Add thermal sensor support for r8a7743 SoC. The Renesas RZ/G1M
(r8a7743) thermal sensor module is identical to the R-Car Gen2 family.
No driver change is needed due to the fallback compatible
|
By
Biju Das <biju.das@...>
·
#1173
·
|
|
[PATCH 60/62] thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is used
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
rcar-thermal is supporting both thermal_zone_of_sensor_register() and
thermal_zone_device_register(). But
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
rcar-thermal is supporting both thermal_zone_of_sensor_register() and
thermal_zone_device_register(). But
|
By
Biju Das <biju.das@...>
·
#1172
·
|
|
[PATCH 59/62] thermal: rcar_thermal: Fix priv->zone error handling
From: Dirk Behme <dirk.behme@...>
In case thermal_zone_xxx_register() returns an error, priv->zone
isn't NULL any more, but contains the error code.
This is passed to
From: Dirk Behme <dirk.behme@...>
In case thermal_zone_xxx_register() returns an error, priv->zone
isn't NULL any more, but contains the error code.
This is passed to
|
By
Biju Das <biju.das@...>
·
#1171
·
|
|
[PATCH 58/62] thermal: rcar_thermal: don't open code of_device_get_match_data()
From: Wolfram Sang <wsa+renesas@...>
This change will also make Coverity happy by avoiding a theoretical NULL
pointer dereference; yet another reason is to use the above helper
From: Wolfram Sang <wsa+renesas@...>
This change will also make Coverity happy by avoiding a theoretical NULL
pointer dereference; yet another reason is to use the above helper
|
By
Biju Das <biju.das@...>
·
#1170
·
|
|
[PATCH 57/62] thermal: rcar: enable to use thermal-zone on DT
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
This patch enables to use thermal-zone on DT if it was calles as
"renesas,rcar-thermal-gen2".
Previous style (= non thermal-zone) is still
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
This patch enables to use thermal-zone on DT if it was calles as
"renesas,rcar-thermal-gen2".
Previous style (= non thermal-zone) is still
|
By
Biju Das <biju.das@...>
·
#1169
·
|
|
[PATCH 56/62] thermal: rcar: rcar_thermal_get_temp() return error if strange temp
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...>
Signed-off-by: Eduardo Valentin <edubezval@...>
(cherry picked
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...>
Signed-off-by: Eduardo Valentin <edubezval@...>
(cherry picked
|
By
Biju Das <biju.das@...>
·
#1168
·
|
|
[PATCH 55/62] thermal: rcar: check irq possibility in rcar_thermal_irq_xxx()
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
Current rcar thermal driver sometimes checks irq possibility when it
calls rcar_thermal_irq_enable/disable(), but sometimes not.
This patch
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
Current rcar thermal driver sometimes checks irq possibility when it
calls rcar_thermal_irq_enable/disable(), but sometimes not.
This patch
|
By
Biju Das <biju.das@...>
·
#1167
·
|
|
[PATCH 54/62] thermal: rcar: check every rcar_thermal_update_temp() return value
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
Every rcar_thermal_update_temp() return value will be checked.
And also, rcar_thermal_get_temp() always call
rcar_thermal_update_temp() by
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
Every rcar_thermal_update_temp() return value will be checked.
And also, rcar_thermal_get_temp() always call
rcar_thermal_update_temp() by
|
By
Biju Das <biju.das@...>
·
#1166
·
|
|
[PATCH 53/62] thermal: rcar: move rcar_thermal_dt_ids to upside
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
This patch is prepare for of-thermal support.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...>
Signed-off-by: Eduardo
From: Kuninori Morimoto <kuninori.morimoto.gx@...>
This patch is prepare for of-thermal support.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@...>
Signed-off-by: Eduardo
|
By
Biju Das <biju.das@...>
·
#1165
·
|
|
[PATCH 52/62] ARM: dts: r8a7743: Add PWM SoC support
From: Fabrizio Castro <fabrizio.castro@...>
Add the definitions for pwm[0123456] to the SoC .dtsi.
Signed-off-by: Fabrizio Castro <fabrizio.castro@...>
Reviewed-by: Biju Das
From: Fabrizio Castro <fabrizio.castro@...>
Add the definitions for pwm[0123456] to the SoC .dtsi.
Signed-off-by: Fabrizio Castro <fabrizio.castro@...>
Reviewed-by: Biju Das
|
By
Biju Das <biju.das@...>
·
#1164
·
|
|
[PATCH 51/62] dt-bindings: pwm: rcar: Document r8a774[35] PWM bindings
From: Fabrizio Castro <fabrizio.castro@...>
This patch adds compatible strings specific to r8a774[35], no driver
change is needed as the fallback compatible string will activate the
right
From: Fabrizio Castro <fabrizio.castro@...>
This patch adds compatible strings specific to r8a774[35], no driver
change is needed as the fallback compatible string will activate the
right
|
By
Biju Das <biju.das@...>
·
#1163
·
|
|
[PATCH 50/62] pwm: rcar: Use PM Runtime to control module clock
From: Hien Dang <hien.dang.eb@...>
Runtime PM API (pm_runtime_get_sync/pm_runtime_put) should be used
to control module clock instead of clk_prepare_enable
From: Hien Dang <hien.dang.eb@...>
Runtime PM API (pm_runtime_get_sync/pm_runtime_put) should be used
to control module clock instead of clk_prepare_enable
|
By
Biju Das <biju.das@...>
·
#1162
·
|
|
[PATCH 49/62] pwm: rcar: Make use of pwm_is_enabled()
From: Boris BREZILLON <boris.brezillon@...>
Commit 5c31252c4a86 ("pwm: Add the pwm_is_enabled() helper") introduced
a new function to test whether a PWM device is enabled or not
From: Boris BREZILLON <boris.brezillon@...>
Commit 5c31252c4a86 ("pwm: Add the pwm_is_enabled() helper") introduced
a new function to test whether a PWM device is enabled or not
|
By
Biju Das <biju.das@...>
·
#1161
·
|
|
[PATCH 48/62] pwm: rcar: Improve accuracy of frequency division setting
From: Ryo Kodama <ryo.kodama.vz@...>
When period_ns is set to the same value of RCAR_PWM_MAX_CYCLE in
rcar_pwm_get_clock_division(), this function should allow such value
for improving
From: Ryo Kodama <ryo.kodama.vz@...>
When period_ns is set to the same value of RCAR_PWM_MAX_CYCLE in
rcar_pwm_get_clock_division(), this function should allow such value
for improving
|
By
Biju Das <biju.das@...>
·
#1160
·
|