|
cip/linux-4.4.y-cip baseline: 117 runs, 15 regressions (v4.4.243-cip51-21-g1d9a9094c010)
Hi! Hello, bot. Which human is your master? Something indeed goes wrong there, but it does not look like kernel failure: 04:25:41.680063 / # mount /dev/disk/by-uuid/1d696e5c-20bb-44a2-9bc5-bed2a2143e3
Hi! Hello, bot. Which human is your master? Something indeed goes wrong there, but it does not look like kernel failure: 04:25:41.680063 / # mount /dev/disk/by-uuid/1d696e5c-20bb-44a2-9bc5-bed2a2143e3
|
By
Pavel Machek
· #5942
·
|
|
[PATCH v2 4.4.y-cip 00/11] Renesas RZ/G1x add SoC detection support
Hi! Series looks good to me, I can apply it if there are no other comments. Best regards, Pavel
Hi! Series looks good to me, I can apply it if there are no other comments. Best regards, Pavel
|
By
Pavel Machek
· #5926
·
|
|
[PATCH v2 4.4.y-cip 03/11] soc: renesas: Identify SoC and register with the SoC bus
Hi! Just a minor nitpicks; no need to fix them for merge but maybe consideration for mainline? If memory allocations fail here, would it be better to fail the probe? Would it be better to return error
Hi! Just a minor nitpicks; no need to fix them for merge but maybe consideration for mainline? If memory allocations fail here, would it be better to fail the probe? Would it be better to return error
|
By
Pavel Machek
· #5925
·
|
|
[PATCH 4.19.y-cip] arm64: dts: renesas: r8a774c0: Fix MSIOF1 DMA channels
Hi! Aha, MSIOF1 not being on dev board explains things. Applied and pushed out. Thanks and best regards, Pavel
Hi! Aha, MSIOF1 not being on dev board explains things. Applied and pushed out. Thanks and best regards, Pavel
|
By
Pavel Machek
· #5887
·
|
|
[PATCH 4.19.y-cip] arm64: dts: renesas: r8a774c0: Fix MSIOF1 DMA channels
Hi! Looks good to me, I can apply it if there are no other comments. (I note you switched from dmac1 + dmac2 to dma_0_ only. I believe you double checked that's okay, but I wonder how it worked before
Hi! Looks good to me, I can apply it if there are no other comments. (I note you switched from dmac1 + dmac2 to dma_0_ only. I believe you double checked that's okay, but I wonder how it worked before
|
By
Pavel Machek
· #5884
·
|
|
[PATCH v2 4.19.y-cip 0/7] Add RPC-IF driver for RZ/G2x SoC's
Hi! Okay, that was quick. What is your plan, merge dts changes soon? Or is the driver useful even without the dts changes? Thanks for the changes; they are probably good (I have yet to take close look
Hi! Okay, that was quick. What is your plan, merge dts changes soon? Or is the driver useful even without the dts changes? Thanks for the changes; they are probably good (I have yet to take close look
|
By
Pavel Machek
· #5865
·
|
|
[PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a7742
Hi! Aha. Sorry for the noise. I'll apply it if there are no other comments. Best regards, Pavel
Hi! Aha. Sorry for the noise. I'll apply it if there are no other comments. Best regards, Pavel
|
By
Pavel Machek
· #5864
·
|
|
[PATCH 4.4.y-cip 0/9] Add USB[2.0|3.0] support
Hi! Series looks okay to me. If there are no other comments, I can apply it. Best regards, Pavel
Hi! Series looks okay to me. If there are no other comments, I can apply it. Best regards, Pavel
|
By
Pavel Machek
· #5863
·
|
|
A lot of compiles failing
Hi! Today I got new one.... Waiting for pod gitlab/runner-bcrayztp-project-2678032-concurrent-392fb6 to be running, status is Pending 217Running on runner-bcrayztp-project-2678032-concurrent-392fb6 vi
Hi! Today I got new one.... Waiting for pod gitlab/runner-bcrayztp-project-2678032-concurrent-392fb6 to be running, status is Pending 217Running on runner-bcrayztp-project-2678032-concurrent-392fb6 vi
|
By
Pavel Machek
· #5861
·
|
|
[PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a7742
Hi! Sure, we can apply this (I assume it is for 4.4)? But it will not really add any support, it just documents the binding... so I assume this should go into series with patches that actually change
Hi! Sure, we can apply this (I assume it is for 4.4)? But it will not really add any support, it just documents the binding... so I assume this should go into series with patches that actually change
|
By
Pavel Machek
· #5852
·
|
|
[PATCH 4.19.y-cip 0/2] Add sound support to R8A774E1 SoC
Hi! Thanks, applied and pushed out. Best regards, Pavel
Hi! Thanks, applied and pushed out. Best regards, Pavel
|
By
Pavel Machek
· #5838
·
|
|
[PATCH 4.19.y-cip 2/7] memory: add Renesas RPC-IF driver
Hi! For this series, maybe squashing is not neccessary. It is pretty good as-is. Okay, that's some rather evil code. It should really be REGMAP_READ_POLL_TIMEOUT, because it is macro with weird semant
Hi! For this series, maybe squashing is not neccessary. It is pretty good as-is. Okay, that's some rather evil code. It should really be REGMAP_READ_POLL_TIMEOUT, because it is macro with weird semant
|
By
Pavel Machek
· #5837
·
|
|
[PATCH 4.19.y-cip 7/7] spi: add Renesas RPC-IF driver
Hi! Few lines here explaining the acronyms etc. would be nice. With just one user of the error exit, I'd avoid the goto. Can you just add "__maybe_unused" annotation and avoid the ifdefs, like atmel-q
Hi! Few lines here explaining the acronyms etc. would be nice. With just one user of the error exit, I'd avoid the goto. Can you just add "__maybe_unused" annotation and avoid the ifdefs, like atmel-q
|
By
Pavel Machek
· #5831
·
|
|
[PATCH 4.19.y-cip 6/7] spi: spi-mem: Add a new API to support direct mapping
Hi! I'd do return ... here. and here. To help with if/else nesting. spi_mem_dirmap_write could use same treatment. Best regards, Pavel
Hi! I'd do return ... here. and here. To help with if/else nesting. spi_mem_dirmap_write could use same treatment. Best regards, Pavel
|
By
Pavel Machek
· #5830
·
|
|
[PATCH 4.19.y-cip 5/7] spi: spi-mem: Split spi_mem_exec_op() code
Hi! ... This misses pm_runtime_put() in the error case. Plus hiding locking into function like this ... is quite "interesting". Best regards, Pavel
Hi! ... This misses pm_runtime_put() in the error case. Plus hiding locking into function like this ... is quite "interesting". Best regards, Pavel
|
By
Pavel Machek
· #5829
·
|
|
[PATCH 4.19.y-cip 2/7] memory: add Renesas RPC-IF driver
Hi! Oh and I'd use normal C comment here. Best regards, Pavel
Hi! Oh and I'd use normal C comment here. Best regards, Pavel
|
By
Pavel Machek
· #5828
·
|
|
[PATCH 4.19.y-cip 2/7] memory: add Renesas RPC-IF driver
Hi! EXPORT_SYMBOL_GPL? Should these go to header as static inlines? This can't be right. sts is used uninitialized here. So we get failure in wait_msg_xfer_end(rpc); but then reset_control_reset(rpc->
Hi! EXPORT_SYMBOL_GPL? Should these go to header as static inlines? This can't be right. sts is used uninitialized here. So we get failure in wait_msg_xfer_end(rpc); but then reset_control_reset(rpc->
|
By
Pavel Machek
· #5827
·
|
|
A lot of compiles failing
Hi! This is going on for a few days now, but today it seems worse than usual: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/220169843 builds are failing, 'HTTP 500 curl 22' error, so
Hi! This is going on for a few days now, but today it seems worse than usual: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/220169843 builds are failing, 'HTTP 500 curl 22' error, so
|
By
Pavel Machek
· #5826
·
|
|
[PATCH 4.19.y-cip 0/2] Add sound support to R8A774E1 SoC
Hi! I don't see any problems here. If there are no other comments, I can apply it. Best regards, Pavel
Hi! I don't see any problems here. If there are no other comments, I can apply it. Best regards, Pavel
|
By
Pavel Machek
· #5825
·
|
|
[ANNOUNCE] v4.4.244-cip51-rt32
Hi! New realtime trees should be available at kernel.org. This version is based on v4.4.244-cip51-rt32 (-rt210). Trees are available at https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.gi
Hi! New realtime trees should be available at kernel.org. This version is based on v4.4.244-cip51-rt32 (-rt210). Trees are available at https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.gi
|
By
Pavel Machek
· #5812
·
|