diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2018-09-03 22:42:08 -0400 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-19 09:21:17 +0700 |
commit | d177af69715cfda5d167883cc8a6c440be98fa89 (patch) | |
tree | 9ecbdaffc05abb31e379b9ab56c7ec1484ee459b /meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb | |
parent | 74780d65c1f225f2f6913dcde1f2ab471201e6bd (diff) |
rcar-gen3: linux-renesas: Upgrade Linux BSP to 3.7.3
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>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb index 043ba21..7458312 100644 --- a/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb +++ b/meta-rcar-gen3/recipes-kernel/linux-libc-headers/linux-libc-headers_4.14.bb @@ -3,8 +3,8 @@ require include/iccom-control.inc RENESAS_BSP_URL = " \ git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git" -BRANCH = "v4.14/rcar-3.7.0" -SRCREV = "118adc53e8e9806d76f40859ba96290f289f8839" +BRANCH = "v4.14/rcar-3.7.3" +SRCREV = "c5090444b63749f899a39c7d39fbbd65e614eeba" SRC_URI = "${RENESAS_BSP_URL};branch=${BRANCH}" |