Age | Commit message (Collapse) | Author |
|
Rejected by driver author, cfr. for bsp392_dmaengine_rcar-dmac.yaml.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
|
|
New conversions have been posted:
- i2c-rcar,
- iic-emev2,
- rmobile-iic,
- riic,
- mmcif,
- rcar-canfd,
- rcar-can,
- rcar-gen3-phy-pcie,
- rzn1-spi,
- tpu.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
New conversions have been posted:
- sysc-rmobile (v2),
- emev2-smu,
- r9a06g032-sysctrl.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Patches were posted as RFC.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Kuninori Morimoto <Kuninori Morimoto git@github.com:morimoto/morimoto.git>
|
|
Record v3 and v4 of the GMSL reliability work.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Record the links of v3 and v4 series.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Either non-target, or a new upport task.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Patches to implement .determine_rate() for DIV6 and RZ/N1 clocks have
been posted.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
It recycles the port used for Alix before.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
uuid calls uuid calls uuid calls uuid... Rename the shell function.
Fixes: 4d03227 ("scripts: pre-commit: Support uuidgen as an alternative to uuid")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
No need to upport a driver for a device which is already supported
upstream (but probably untested on V3H/V3M). Also, add one patch for V3U
which is a workaround.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Work is ongoing, patches have been submitted.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
The BSP patch isn't a correct fix for the issue, it should instead be
handled by disabling encoders in DT.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Move display-related BSP 4.1.x upport candidates that are considered not
to be applicable to upstream to abandoned tasks. This allows grouping
commits logically, providing more detailed comments than the non-target
file.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Move display-related BSP 4.1.x upport candidates that are BSP-specific
to the non-target file. This includes
- Enablement of the VSP manager in DT (the VSP manager is an out-of-tree
infrastructure to work around the lack of a userspace framework)
- Usage of UIO for display and video capture (upstream uses DRM/KMS and
V4L2)
- Incorrect usage of DU and LVDS bindings
- dw-hdmi driver (we don't have permission to work on that driver)
- H3 ES1.x-only changes
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
The ADV7123 VGA DAC has an upper pixel clock frequency limit. It may not
match the values set in the device tree in relevant BSP commits, but it
still has to be taken into account.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Sometimes we run "make" without update Linux, and then we can't
find some commits. In such case git indicates error message,
but periject will not stop, and we lose such tasks from HTML.
Now we can use run2() which can get return value.
By This patch, periject indicates commit itself as title.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
|
|
Current run() can't handle command return value.
This patch adds new run2() which can handle return value.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
|
|
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Commits are now in linux-next.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Patches have been posted.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Remove patches marked as Done or Abandoned from the r8a7790-ebisu task.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Move all the bsp392x MM tasks marked as 'Done' and 'Abandoned' in the
'done/' subdirectory.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Add bsp41x_max9286_integration.yaml to track max9286 integration
on R8A77970 Eagle and R8a77980 Condor.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
GMSL support now counts max9286 deserializer and rdacm20, rdacm21
camera modules.
Record the GMSL reliability investigation that took place in Q1 2021.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Add a task to track the configuration of the initial display
resolution and record that the proposed solution does not apply
to upstream.
The selected patches have been moved to bsp-41x-non-target.yaml
ticket.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Add a task to track the max VGA dot clock handling.
Text copied from mm/bsp392_validate-max-vga-dot-clock.yaml
task
The selected patches have been moved to bsp-41x-non-target.yaml
ticket.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Record VnCSI_IFMD register access protection task.
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Track upstreaming of CLU feature of CMM.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|
|
Basic support for CMM was merged upstream at the end of 2019.
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
|