Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit upgrades mmngr driver version to v1.5 to fix
static analysis warnings.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV of EthernetAVB components for following
changes:
- Fix buffer overflow when write_stq.
- Fixes NULL pointer dereference at streaming stopping.
- Fix wrong output position calculation.
- Add mse_is_buffer_empty to clarify.
- mse_trans_complete change to select target buf_list.
- delay_time value to set in all usecases.
- Split setup logic of PTP Timer and Capture.
- Add utilitity macro PTP_TIME_DIFF_S32.
- Add output timing adjust feature on video listener.
- Add upper limit and change default value for tx/rx delay time.
- Add header overhead in calc_cbs_by_bitrate.
- Add MSE_TRANSMIT_MODE for MPEG2TS usecase.
- Revise calculation of the AVTP timestamp.
- Add transmit timing adjust feature on MPEG2TS talker.
This also fixes the issue in which streaming data is not smooth
and hang-up.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
The Kernel Source has been updated.
This reverts commit a1e844b0849b1c47f37f6ae6095b17bff5f79539 which is no
longer needed.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades Linux BSP to 3.7.3 for the following updates:
[Kernel]
- Enable DEVFREQ configuration.
[Audio driver]
- Fix the noise problem when repeating start and stop of playback
during capture.
[Display driver]
- Fix about reserved bits, unused registers and offset address related
to HDMI registers for R-Car.
- Add re-write of vsync pulse width.
- Add dot clock valid check.
- Revert "v4l: vsp1: Add max RPF number check".
- Fix read past end of lvds[] array and fix div-by-0 when propagating
pixelrate.
- Fix bridge null check.
- Track dma-buf fences.
- Fix definitions according to H/W UM Rev1.00.
- Allow importing non-contiguous dma-buf with VSP and set the DMA
coherent mask for the DU device
- Fix to refer to member after Null check in vsp1_pipe.c.
[DMA Engine driver]
- Add dma_pause operation.
- Don’t use DMAC error interrupt.
- Avoid to writing CHCR.TE to 1 if TCR is set to 0.
[I2C driver]
- Fix dma_direction variable clear.
- Cleanup DMA for all kinds of failure.
[MSIOF driver]
- Fix handling of writing value of SISTR register.
- Change wait time of reset completion
[PCIe driver]
- Handle returned value of rcar_pcie_wait_for_dl for warning QAC with
MISRA-C 2012.
[SD/MMC driver]
- Backport upstream patch “mmc: core: properly init drv_type”.
- Fix the definition of RST_RESERVED_BITS.
- [H/W Restriction No.109] R-Car M3 Ver.1.2 or earlier does not support
eMMC HS400 mode. It supports up to HS200 mode.
[USB2.0 Host driver]
- Add wait for IDDIG.
[Video Capture driver]
- Cleanup notifier in error path.
- Add streaming count check when streming off.
- Fix definitions according to H/W UM Rev1.00.
- Fix setting order of UDS disable.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
E3 build target board was disabled default in Kbuild configuration:
DTARGET_BOARD_E3=0
This commit sets "DTARGET_BOARD_E3=1" automatically when target
board is E3.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates recipe to set Kernel module pvrsrvkm works in
autoload mode.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds a WORKAROUND patch for the issue that mini SD partition
information cannot be read correctly.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit enables DEVFREQ configuration.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades Linux BSP to v3.7.0 for following updates:
[Kernel]
- Change Linux version to v4.14.35 from v4.14.
- Add support ZG clock divider for R8A77990 (R-Car E3).
- Remove patch for Identifing R-Car M3 Ver.1.2 or later.
[Power Management]
- Fix "Using plain integer as NULL pointer" in rcar_ems_ctrl.c.
- Add AVS support for gsx_opp_table.
- Update SYSC power ON/OFF flow.
[Display driver]
- Fix procedure for extal and dotclkin selection for R-Car E3.
- Add shutdown callback function in platform_driver".
- Fix state flag in case of dual link mode for R-Car E3.
[Ethernet driver]
- Move reset-gpios property to EthernetAVB node for R-Car E3 Ebisu
board.
[I2C driver]
- Fix handling of the RESTART phase and STOP phase.
[MSIOF driver]
- Add 2 clock delay by R-Car H3 Ver.3.0 only specification.
[SD/MMC driver]
- Fix eMMC HS400 mode setting.
- Delete wait in tuning process.
[USB2.0 Function]
- Avoid wrong list handling in printer_write().
[USB2.0 Host driver]
- Avoid the problem of Suspend to RAM in case of connecting USB mouse by
removing following patches:
<commit ID:cad25bf1> phy: rcar-gen3-usb2: Add the interrupt disabled
in suspend
<commit ID:318b535> phy: rcar-gen3-usb2: Support System Suspend To RAM
[Video Capture driver]
- Fix IFMD table information for R8A77990 (R-Car E3).
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit fixes the typos in recipes.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV of EthernetAVB components for following
changes:
- Fix setting both S bit and E bit of FU header.
- Fix to restart to sending packets when not in time for the interval.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV of Memory Manager driver for following items:
- Update CMA memory mapping for R-Car E3.
- Disable IPMMU TLB cache function in selected SoC revision.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit applies the power control patches in R-Car H3 Ver.3.0.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades Linux BSP to v3.6.2 for following updates:
[Kernel]
- "WARNING: possible circular locking dependency detected" occurs with
repeating reboot. However, it was false positive, and it was confirmed
that there was no problem.
- Identify R-Car M3 Ver.1.2 or later.
- Remove lossy descompress area from MMNGR node and reduce reserved area
for R-Car E3 Ebisu board.
[Power Management]
- Improve power domains always on implementation.
- Fix interrupts are not raised issue on R-Car E3.
- Update CAS source.
[Display driver]
- Add overlay layer size check.
- Fix possible crtcs for plane when using VSPDL.
[IPMMU driver]
- Add workaround for disabling uTLBs.
[MSIOF driver]
Add MSIOF module clock changing processing for R-Car Series,
3rd Generation.
[PCIe driver]
- Fix memory leak in of_pci_get_host_bridge_resources.
[Thermal driver]
- Use DIV_ROUND_CLOSEST correctly as its description.
[USB3.0 Host driver]
- Cannot Suspend to RAM when enabling USB3.0.
- Confirm recognition of USB3.0 memory through HUB for setting
/etc/udev/rules.d/99-usb.rules.
[Video Capture driver]
- Allocate a scratch buffer at stream start. Then use scratch buffer
and always run in continuous mode.
- Fix PHTW register flow below 250 mbps.
- Fix clock control flow so that the warning message
“MSTP status timeout” is not displayed and when UDS (scaling)
is executed at VIN0, a black screen does not come out.
- Fix streaming procedure when resuming.
[Audio driver]
- Playback or capture doesn’t resume after Suspend to RAM.
[USB2.0 Function]
- Kernel error occurs with rmmod of g_printer.
- The dd command error occurs with g_mass_storage.
[USB2.0 Host driver]
- When connecting USB mouse, “Bad mode in Error handler” may occur with
Suspend to RAM.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV to apply following changes:
- Fix QAC MISRA C:2012 warnings.
- Disable TLB function on IPMMU caches on E3.
- To add E3 support.
- xxxxxx mmngr_lib update test.
- Update MMNGR revision to v1.3.
- Change the way of parsing reserved memory regions in DT.
- Do not parse reserved memory region for default CMA in DT twice.
- Update IPMMU(MMU) deinitialize sequence.
It also adds the configuration for E3.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates VSPM SRCREV for following fix:
[vspm_drv]
- Fix issue when up-scaling at UDS.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit fixes comment typos.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV for AVB Streaming, MSE and MCH driver
by following updates:
[AVB Streaming driver]
- Update version to v2.13.0.
- Cleanup checkpatch warnings.
[AVB MSE]
- Merge dev branch into rcar-gen3.
[AVB MCH]
- Add auto selection of avtp_clk_frq value.
- Cleanup variable set but not used.
- Cleanup symbol was not declared.
- Cleanup constant is so big it is type.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies graphic recipes to support E3 GFX version.
It also updates copyscript to support copying E3 GFX packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates QoS driver SRCREV for following item:
[qos_drv]
- Support E3 Ver1.0 (or later tentatively).
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
CAS only supports H3 (SoC: r8a7795), M3 (SoC: r8a7796).
This commit adds a python function to disable CAS automatically and show
the warning message as below in case of wrong setup.
| WARNING: linux-renesas-4.14.0+gitAUTOINC+4a7e26bdbc-r1 do_cas_checking:
| CAS only supports H3 (SoC: r8a7795), M3 (SoC: r8a7796), this feature will be disabled automatically
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to enable RPMSG_VIRTIO config depend on
ICCOM distro feature.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds support E3 and upgrades Linux BSP to v3.6.1 for
the following updates:
[Kernel]
- Add R-Car E3 support.
- Fix Gfx clock.
[Power Management]
- Register clock for all cpu nodes for R-Car H3 to device tree.
- Improve to build only when enabling RCAR_POWER_AVS.
- Update IPA for CA53, need tune "contribution" parameter.
- Fix section mismatch build warnings.
- Fix double source of drivers/soc/renesas/Kconfig.
[Display driver]
- Fix continuous mode for dual pipelines.
- Fix DISP interrupt enable order, DPPR register set order and LVDS
startup sequence.
- Fix LVDS startup on R-Car Series, 3rd Generation.
- Fix LVDS stop sequence.
[DMA Engine driver]
- Fix max_chunk_size for R-Car Series, 3rd Generation.
- Check the done lists in rcar_dmac_chan_get_residue().
[I2C driver]
- Fix the problem that the strange data transfers with DMA transmit.
[IPMMU driver]
- Fix sequence issue.
[SD/MMC driver]
- Fix handling of SET_BLOCK_COUNT for RPMB.
[USB3.0 Function]
- Fix oops in renesas_usb3_remove().
- Don't print a warning when setting link state for disabled ports.
[Video Capture driver]
- Fix transfer rate and phy register value. Add CPG reset release
procedure.
- Add bytes per line when opening device.
- Fix power management procedure when resuming.
- Add MSTP status check after CPG reset.
- Fix division procedure for __udivdi3 error.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Linux BSP v3.6.1 has been updated.
This reverts commit f8e4fb869abdfac3211b5f933202644901eeac7a.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
According to YP Manual, we can use the KERNEL_MODULE_AUTOLOAD variable
anywhere that it can be recognized by the kernel recipe or by an
out-of-tree kernel module recipe. Therefore, KERNEL_MODULE_AUTOLOAD
is a global list, so it should be used "+=" or "_append".
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
configuration in rootfs
This commit modifies recipe to add vsp2.conf file under
/etc/modules-load.d/ directory into rootfs after changing kernel
module package names in YP2.4.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to ship kernel module of PowerVR GPU into
rootfs after changing kernel module package names in YP2.4.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
kernel modules
From YP2.3 [1], kernel module packages are now suffixed with
the kernel version in order to allow module packages from
multiple kernel versions to co-exist on a target system.
We can return to the previous naming scheme that does not include
the version suffix by setting KERNEL_MODULE_PACKAGE_SUFFIX to blank
to build modules without suffix.
[1] http://www.yoctoproject.org/docs/2.3/ref-manual/ref-manual.html#migration-2.3-miscellaneous-changes
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV for AVB Streaming driver and MSE Core
by following updates:
[AVB Streaming driver]
- Follow the change of kernel API from v4.9 to v4.14.
[AVB MSE]
- Add support multi slice coded H.264 stream.
- Optimize resource management to reduce statically allocated memory
and improve code readability.
- Support handling module reference count for managing module
dependency.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
ADSP new packages have been released.
This commit modifies recipes to add them.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipes to support DTV/DVD modules for M3N board.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Video Codec new packages have been released.
This commit modifies recipe to add UVCS driver new package.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
In eSDK context, this checking will cause following error
since KERNELSRC does not exist.
|WARNING: Setscene task (/ssd/FS_YP2.4/build_mmp/eSDK_YP2.4/layers/meta-renesas/meta-rcar-gen3/recipes-kernel/kernel-module-vspm/kernel-module-vspm.bb:do|_populate_sysroot_setscene) failed with exit code '1' - real task will be run instead
|ERROR: Task kernel-module-vspm.do_populate_sysroot_setscene failed
This patch adds condition to check for the existence of KERNELSRC
just when not in context of eSDK.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
When switch between different machines (i.e. salvator-x and h3ulcb),
we can meet below issue:
ERROR: kernel-module-vspm-1.0-r0 do_populate_lic: The recipe kernel-module-vspm is trying to install files into a shared area when those files already exist.
Those files and their manifest location are:
/ssd/FS_YP2.4/build_mmp/h3ulcb-build/tmp/deploy/licenses/kernel-module-vspm/generic_MIT
(matched in manifest-salvator_x-kernel-module-vspm.populate_lic)
/ssd/FS_YP2.4/build_mmp/h3ulcb-build/tmp/deploy/licenses/kernel-module-vspm/recipeinfo
(matched in manifest-salvator_x-kernel-module-vspm.populate_lic)
/ssd/FS_YP2.4/build_mmp/h3ulcb-build/tmp/deploy/licenses/kernel-module-vspm/GPL-COPYING
(matched in manifest-salvator_x-kernel-module-vspm.populate_lic)
/ssd/FS_YP2.4/build_mmp/h3ulcb-build/tmp/deploy/licenses/kernel-module-vspm/MIT-COPYING
(matched in manifest-salvator_x-kernel-module-vspm.populate_lic)
/ssd/FS_YP2.4/build_mmp/h3ulcb-build/tmp/deploy/licenses/kernel-module-vspm/generic_GPLv2
(matched in manifest-salvator_x-kernel-module-vspm.populate_lic)
Please verify which recipe should provide the above files.
The reason is the tmp/deploy/licenses/kernel-module-vspm/ has not
been cleaned during do_clean task. To avoid it,
we should also clean ${LICENSE_DIRECTORY}/${PN} in do_clean.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates VSPM/V4L2 SRCREV for supporting
kernel v4.14 stable:
[vsp2driver]
- Rename struct fence to dma_fence.
- Rename graph and pipeline structs and functions.
- Propagate the format to the compose size.
- Add V4L2_CID_HFLIP V4L2_CID_VFLIP V4L2_CID_ROTATE support.
- Fix module autoload for OF registration.
- Fix format-info documentation.
- Clean up file handle in open() error path.
- Prevent multiple streamon race commencing pipeline early.
- Don't set WPF sink pointer.
- Fix soft reset sequence.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV for Memory Manager driver to v1.2
to apply following changes:
- Add support for Linux v4.14 stable.
- Fix compiler/checkpatch warnings.
- Disable IPMMU TLB cache function in M3N Ver1.1 due to hardware
restriction.
- Update reserved bits handling in IMTTLBR and IPMMU (MMU) initialize
sequence.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates QoS driver SRCREV for following fix:
[qos_drv]
- Feedback of static analysis tool result.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit changes following contents:
- Update IPL and Secure Monitor Rev1.0.18 rev2
- Update optee_os Rev1.0.11 rev2
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
The M3ULCB ES1.0 revision can not use CPUIdle for CA53 cores.
This commit modifies recipes to apply a patch that disables
CPUIdle support for CA53.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to install USB 3.0 firmware to
kernel source and to enable USB 3.0 in kernel image.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds SCHED_DEBUG config fragment to support CAS.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades Linux BSP to v3.6.0 for supporting
Kernel v4.14 stable and updating following items:
[Kernel]
- Add support for WDIOF_CARDRESET.
[Power Management]
- Add missing iounmap to rcar_avs.c.
- Add big.LITTLE CAS support.
- Add CA53 CPUIdle support.
- Add CA53 EMS support.
- Add CA53 CPUFreq support.
[Audio driver]
- Confirm rmmod command operation of snd-soc-rcar.
- Skip disabled-SSI nodes.
- Care ssi_parent_mod and remove NULL check from
rsnd_mod_name()/rsnd_mod_id().
- Revert IOMMU support so far.
- Don't use runtime->sample_bits.
- More clear rsnd_get_dalign() for DALIGN.
- Clear SSI_MODE for non TDM Extended modes.
[Display driver]
- Confirm the Fence function.
- Add support for colorkey alpha blending.
- Disable vsp1 interrupt when startup.
[DMA Engine driver]
- Fix array-bounds warning refer chcr_ts[].
[PWM driver]
- Enable PWM2 in device tree.
[USB2.0 Function]
- Fix the problem that the interrupt becomes long time when
disconnecting the USB cable.
[Video Capture driver]
- Add V4L2_FIELD_SEQ_TB/BT function support.
- Add ARGB8888 caputre format support and overflow debug message
option.
- Fix cropping procedure.
[RWDT driver]
- Add support for WDIOF_CARDRESET.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to support VSPBS module in R-Car Gen3.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates vsp2drv SRCREV to add M3N support for component
in WPF.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds a patch file for M3N support.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MMNGR driver SRCREV to add uTLB setting for M3N
when enabling IPMMU.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies graphic recipes to support M3N GFX version.
It also updates copyscript to support copying M3N GFX packages.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates QoS driver SRCREV for following fixes:
[qos_lib]
- Fix return val.
[qos_drv]
- Support M3N Ver1.0 (or later tentatively).
- And support later versions of the others (H3/M3/D3) tentatively.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies Linux BSP recipes to add more patches to support
ICCOM module.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Linux BSP has been upgraded for supporting R-Car M3N Ver.1.0 and
updating following items:
[Kernel]
- Add R-Car M3N Ver.1.0 support.
- Fix MSIOF3 and VI5_DATA13 pinmux settings.
[Audio driver]
- Don't check SSISR::DIRQ when Capture.
- Call dummy write for PW_MGMT1/3 with AK4613 when Playback.
- TDM 6ch needs 8ch clock for hw refine.
- Fix pcm-creation regression.
[Display driver]
- Fix race condition when disabling planes at CRTC stop and
add reference counting to drm_atomic_state.
- Fix register parameters passed to HDMI.
- Unconditionally call prepare_fb and remove
drm_atomic_helper_framebuffer_changed.
[DMA Engine driver]
- Fixup descriptor pointer for descriptor mode and use TCRB
instead of TCR for residue.
[Ethernet driver]
- Fix condition of phy reset.
[I2C driver]
- Fix I2C DMA reception by adding reset.
- Fix I2C DMA transmission by setting sequence.
- Fix DMA Callback processing of I2C dma mode.
- Fix handling of the STOP phase.
[MFISLock driver]
- Revert and add support for R-Car Gen3 Hardware Spinlock again.
[SD/MMC driver]
- Add identification of TAP and clock settings of HS400.
- Fix HS400 mode selection process.
- Fix SCC error check condition.
[USB2.0 Function]
- Avoid spinlock recursion.
[USB3.0 Function]
- Fix for no-data control transfer and fix Pn_RAMMAP.Pn_MPKT value.
- Fix return value of usb3_write_pipe().
- The maximum PIPEs change from 30 to 5 except PIPE0 and EP0 by H/W
specification’s change. H/W specification is fixed because it has
description mistakes.
[Video Capture driver]
- Remove VnMC setting when setting VnCSI_IFMD.
- Fix PHTW register parameter for mbps.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|