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/linux-renesas | |
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/linux-renesas')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig index 102f46b..20d4ef5 100644 --- a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/defconfig @@ -2910,6 +2910,7 @@ CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR=y CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_CPU_THERMAL=y # CONFIG_CLOCK_THERMAL is not set +# CONFIG_DEVFREQ_THERMAL is not set CONFIG_THERMAL_EMULATION=y CONFIG_HISI_THERMAL=y # CONFIG_MAX77620_THERMAL is not set @@ -5090,7 +5091,23 @@ CONFIG_SOC_TEGRA_PMC_TEGRA186=y CONFIG_SOC_TEGRA_POWERGATE_BPMP=y # CONFIG_SOC_TI is not set # CONFIG_SOC_ZTE is not set -# CONFIG_PM_DEVFREQ is not set +CONFIG_PM_DEVFREQ=y + +# +# DEVFREQ Governors +# +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +CONFIG_DEVFREQ_GOV_POWERSAVE=y +CONFIG_DEVFREQ_GOV_USERSPACE=y +CONFIG_DEVFREQ_GOV_PASSIVE=y + +# +# DEVFREQ Drivers +# +# CONFIG_ARM_EXYNOS_BUS_DEVFREQ is not set +# CONFIG_ARM_RK3399_DMC_DEVFREQ is not set +# CONFIG_PM_DEVFREQ_EVENT is not set CONFIG_EXTCON=y # |