|
[PATCH 6.1.y-cip 5/8] counter: Add Renesas RZ/G2L MTU3a counter driver
Hi! pm_runtime_get/put is unusually fine-grained here. Do we need error handling for pm_runtime_get? ... Missing mutex_unlock here. And here. Elsewhere you did pm_runtime_get inside the lock. (Which m
Hi! pm_runtime_get/put is unusually fine-grained here. Do we need error handling for pm_runtime_get? ... Missing mutex_unlock here. And here. Elsewhere you did pm_runtime_get inside the lock. (Which m
|
By
Pavel Machek
· #11857
·
|
|
[PATCH 6.1.y-cip 4/8] Documentation: ABI: sysfs-bus-counter: add cascade_counts_enable and external_input_phase_clock_select
Hi! Indentation is not consistent here. Best regards, Pavel
Hi! Indentation is not consistent here. Best regards, Pavel
|
By
Pavel Machek
· #11856
·
|
|
[PATCH 6.1.y-cip 3/8] mfd: Add Renesas RZ/G2L MTU3a core driver
Hi! Why is raw_spinlock used here? This is not really a core code... this makes analysis for rt safety more interesting. Best regards, Pavel
Hi! Why is raw_spinlock used here? This is not really a core code... this makes analysis for rt safety more interesting. Best regards, Pavel
|
By
Pavel Machek
· #11855
·
|
|
[PATCH 6.1.y-cip 2/8] dt-bindings: timer: Document RZ/G2L MTU3a bindings
Hi! Ok, some cleanups are possible here. "32-bit". Lets get "." at the end of line consistent? Probably remove them. (Please fix globally). " " -> " ". Thanks and best regards, Pavel
Hi! Ok, some cleanups are possible here. "32-bit". Lets get "." at the end of line consistent? Probably remove them. (Please fix globally). " " -> " ". Thanks and best regards, Pavel
|
By
Pavel Machek
· #11854
·
|
|
[PATCH 6.1.y-cip 0/8] Add MTU3 core/counter driver support for RZ/G2L alike SoCs
Hi! I'll review this, but lets delay merging this after 6.1-cip1 is released. Best regards, Pavel
Hi! I'll review this, but lets delay merging this after 6.1-cip1 is released. Best regards, Pavel
|
By
Pavel Machek
· #11852
·
|
|
[PATCH 5.10.y-cip 0/7] Add SCI support for RZ/G2L alike SoCs
Hi! Thanks for review, I tested the series, added you reviewed-by tag (with added :) and pushed the changes. Best regards, Pavel
Hi! Thanks for review, I tested the series, added you reviewed-by tag (with added :) and pushed the changes. Best regards, Pavel
|
By
Pavel Machek
· #11851
·
|
|
v6.1-cip: state of forward porting
Hi! To be clear, by "forward-porting", I mean "making sure all patches specific to 5.10-cip are in 6.1-cip, too". Best regards, Pavel
Hi! To be clear, by "forward-porting", I mean "making sure all patches specific to 5.10-cip are in 6.1-cip, too". Best regards, Pavel
|
By
Pavel Machek
· #11824
·
|
|
v6.1-cip: state of forward porting
Hi! I moved 6.1-cip branch a bit forward. Below is a summary of patches that needed forward-porting according to my scripts. Let me know if I missed some. These were too tangled for quick forward-port
Hi! I moved 6.1-cip branch a bit forward. Below is a summary of patches that needed forward-porting according to my scripts. Let me know if I missed some. These were too tangled for quick forward-port
|
By
Pavel Machek
· #11823
·
|
|
[PATCH 5.10.y-cip 0/7] Add SCI support for RZ/G2L alike SoCs
Hi! This series looks okay to me, I can apply it if it passes testing and if there are no other comments. Best regards, Pavel
Hi! This series looks okay to me, I can apply it if it passes testing and if there are no other comments. Best regards, Pavel
|
By
Pavel Machek
· #11813
·
|
|
[PATCH 5.10.y-cip 3/7] tty: serial: sh-sci: Fix end of transmission on SCI
Hi! Should this be done in other cases when transmit is finished/stopped? Could this be refactored so that this code goes to sci_stop_tx()? This would be probably just a cleanup, so it should not prev
Hi! Should this be done in other cases when transmit is finished/stopped? Could this be refactored so that this code goes to sci_stop_tx()? This would be probably just a cleanup, so it should not prev
|
By
Pavel Machek
· #11812
·
|
|
[PATCH 5.10.y-cip 00/19] Add RZ/V2M USB3.1 support
Hi! Thanks for review and testing. I applied the series. Best regards, Pavel
Hi! Thanks for review and testing. I applied the series. Best regards, Pavel
|
By
Pavel Machek
· #11778
·
|
|
Request for reviews for 4.4-st41, 4.4-cip76
Hi! These look good to me: a | 998080b96 c77065 o+ | i2c: omap: Fix standard mode false ACK readings a | 911c66cfc 8ee3b0 .+ | drm/rockchip: Drop unbalanced obj unref a | 6378f4810 40882d o+ | NFSv4.1
Hi! These look good to me: a | 998080b96 c77065 o+ | i2c: omap: Fix standard mode false ACK readings a | 911c66cfc 8ee3b0 .+ | drm/rockchip: Drop unbalanced obj unref a | 6378f4810 40882d o+ | NFSv4.1
|
By
Pavel Machek
· #11752
·
|
|
[PATCH 5.10.y-cip 00/19] Add RZ/V2M USB3.1 support
Hi! Patches look ok to me. I can apply them if they pass testing and if there are no other comments. Best regards, Pavel
Hi! Patches look ok to me. I can apply them if they pass testing and if there are no other comments. Best regards, Pavel
|
By
Pavel Machek
· #11751
·
|
|
Backporting MTU3a counter driver to linux-5.10.y-cip
Hi! So we discussed options on todays meeting on IRC (you may want to review the log)... and if you are willing to do the work, we are willing to consider option 2. That does not mean we are willing t
Hi! So we discussed options on todays meeting on IRC (you may want to review the log)... and if you are willing to do the work, we are willing to consider option 2. That does not mean we are willing t
|
By
Pavel Machek
· #11728
·
|
|
[PATCH 5.10.y-cip v2 00/10] Add RZ/V2M I2C support
Hi! They look good to me, too. Reviewed-by: Pavel Machek <pavel@...> Best regards, Pavel
Hi! They look good to me, too. Reviewed-by: Pavel Machek <pavel@...> Best regards, Pavel
|
By
Pavel Machek
· #11659
·
|
|
[PATCH 5.10.y-cip 19/23] i2c: Add Renesas RZ/V2M controller
Hi! Minor details I noticed during review (they should not prevent merge): KHz should be kHz. Double space (" "). Normally we'd put macro names in all uppercase. ... Is it possible that bit_clrl(priv-
Hi! Minor details I noticed during review (they should not prevent merge): KHz should be kHz. Double space (" "). Normally we'd put macro names in all uppercase. ... Is it possible that bit_clrl(priv-
|
By
Pavel Machek
· #11628
·
|
|
[PATCH 5.10.y-cip 14/23] PM: core: Add new *_PM_OPS macros, deprecate old ones
Hi! This is the preferred option. Thanks and best regards, Pavel
Hi! This is the preferred option. Thanks and best regards, Pavel
|
By
Pavel Machek
· #11626
·
|
|
[PATCH 5.10.y-cip 14/23] PM: core: Add new *_PM_OPS macros, deprecate old ones
Hi! I'll need to look at the commit more carefuly. However previous patch redefines pm_ptr macro, which may have implications elsewhere. And indeed commit 5ef11c56b2332613cacd5e7ac17cfb1a073b66ab r816
Hi! I'll need to look at the commit more carefuly. However previous patch redefines pm_ptr macro, which may have implications elsewhere. And indeed commit 5ef11c56b2332613cacd5e7ac17cfb1a073b66ab r816
|
By
Pavel Machek
· #11612
·
|
|
[ANNOUNCE] 4.19.280-cip95-rt30 (rt123)
Hi! New realtime trees should be available at kernel.org. Trees are available at https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.19.y-cip-rt https://git.kernel.org/pub
Hi! New realtime trees should be available at kernel.org. Trees are available at https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/log/?h=linux-4.19.y-cip-rt https://git.kernel.org/pub
|
By
Pavel Machek
· #11587
·
|
|
[PATCH 5.10.y-cip 00/23] Add RZ/V2M I2C and WDT support
Hi! Now applied. Best regards, Pavel
Hi! Now applied. Best regards, Pavel
|
By
Pavel Machek
· #11586
·
|