Age | Commit message (Collapse) | Author |
|
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>
|
|
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>
|
|
Now that comments can span multiple lines, add support for nested lists.
The yaml syntax is
comments:
- The BSP commit bundles 5 different changes:
- Disable SN65DSI86 GPIOs
- Disable scrambling (for V3U Falcon)
- Hot plug detectiong polling
- EDID retrieval
- 4k support for Display Port v1.2
which gets translated to
<ul>
<li>
<p>The BSP commit bundles 5 different changes</p>
<p>
<ul>
<li>
<p>Disable SN65DSI86 GPIOs</p>
</li>
<li>
<p>Disable scrambling (for V3U Falcon)</p>
</li>
<li>
<p>Hot plug detectiong polling</p>
</li>
<li>
<p>EDID retrieval</p>
</li>
<li>
<p>4k support for Display Port v1.2</p>
</li>
</ul>
</p>
</li>
</ul>
The YAML schema is relaxed accordingly to support sequences of anything
in comments.
Note the need for ':' at the end of the first line in the list. Without
that, the full comment will be treated as a single block of text by the
yaml parser, and the HTML generation script will render it as a single
paragraph without line breaks. This could be addressed, but if we keep
going further in that during, maybe a full markdown parser and generator
should be integrated instead.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
For R-Car H3/M3-W/M3-N RPC, and Salvator-X(S)/ULCB HyperFLASH.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
The drivers match against family-specific compatible values, which have
always been present in the corresponding upstream DTS files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Upstreamed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
The BSP commit seems to be a rebased version of an old BSP commit,
reverting the upstream solution, and thus should be dropped.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
All upstreamed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Upstream uses r8a77960 and r8a77961 to differentiate.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
All upstreamed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
All upstreamed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
All upstreamed, but specifying resets for "even" DU channels only.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
All upstreamed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
All of these are enabled in the upstream arm64 defconfig, but modular
instead of built-in as per upstream policy.
Note that CONFIG_CPU_FREQ_STAT_DETAILS was removed in v4.11.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
V5.12-rc1 gained support for building DT overlay targets.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
All upstreamed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
No longer needed or not needed upstream.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
The non-UIO part was upstreamed in v5.4-rc1, but it was reverted in the
BSP by 6ada092d0ab44731 ("uio stuff for BSP7").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
If the firmware lists a CSI-2 receiver as enabled but it's not connected
to a CSI-2 transmitter the firmware description is faulty as it only
describes half the CSI-2 bus. The CSI-2 bus is not a plug-and-play bus
so either the bus is populate or it's not. Extending the CSI-2 receiver
to probe and exist in an inoperable state makes no sens.
Note this does not prevent the CSI-2 receiver node from being described
in DT it just can't be enabled if it's not connected to a CSI-2
transmitter.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Move mm vin commits from bsp-41x to separate tasks.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
|
|
Commits that are no-ops and defconfig changes are not a good target to upport.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
The upstream VIN driver have moved to use an internal scratch buffers
which side steps all the problems with continuous vs non-continuous
capture.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Move mm csi2 commits from bsp-41x to separate tasks.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
There have been much debate about how multiplexed streams should be
modeled in V4L2. There are multiple touch points in the BSP for this
both for CSI-2 buses and to some extend GMSL.
Add a catch all task that can collect all BSP use-cases where the
current V4L2 limitations are worked around. Then when the upstream
design is prepared we can make sure it will be able to cover all of the
BSP needs.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
|
|
Move mm adv748x commits from bsp-41x to separate tasks.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Move mm adv7604 commits from bsp-41x to separate tasks.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Cfr. comments for bsp392_clk_renesas_intc_clock_removal.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Moved away from non-target, this is in deed an issue.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|