08 Oct, 2020

1 commit

  • * tag 'v5.4.70': (3051 commits)
    Linux 5.4.70
    netfilter: ctnetlink: add a range check for l3/l4 protonum
    ep_create_wakeup_source(): dentry name can change under you...
    ...

    Conflicts:
    arch/arm/mach-imx/pm-imx6.c
    arch/arm64/boot/dts/freescale/imx8mm-evk.dts
    arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts
    drivers/crypto/caam/caamalg.c
    drivers/gpu/drm/imx/dw_hdmi-imx.c
    drivers/gpu/drm/imx/imx-ldb.c
    drivers/gpu/drm/imx/ipuv3/ipuv3-crtc.c
    drivers/mmc/host/sdhci-esdhc-imx.c
    drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
    drivers/net/ethernet/freescale/enetc/enetc.c
    drivers/net/ethernet/freescale/enetc/enetc_pf.c
    drivers/thermal/imx_thermal.c
    drivers/usb/cdns3/ep0.c
    drivers/xen/swiotlb-xen.c
    sound/soc/fsl/fsl_esai.c
    sound/soc/fsl/fsl_sai.c

    Signed-off-by: Jason Liu

    Jason Liu
     

11 Sep, 2020

1 commit


22 Jul, 2020

1 commit

  • [ Upstream commit 679b2ec8e060ca7a90441aff5e7d384720a41b76 ]

    This kernel configuration is basically enabling/disabling sr driver quirks
    detection. While these quirks are for fairly rare devices (very old CD
    burners, and a glucometer), the additional detection of these models is a
    very minimal amount of code.

    The logic behind the quirks is always built into the sr driver.

    This also removes the config from all the defconfig files that are enabling
    this already.

    Link: https://lore.kernel.org/r/20200223191144.726-1-flameeyes@flameeyes.com
    Reviewed-by: Jens Axboe
    Signed-off-by: Diego Elio Pettenò
    Signed-off-by: Martin K. Petersen
    Signed-off-by: Sasha Levin

    Diego Elio Pettenò
     

11 Jun, 2020

1 commit


12 May, 2020

1 commit


20 Apr, 2020

1 commit


09 Apr, 2020

2 commits


08 Mar, 2020

1 commit

  • Merge Linux stable release v5.4.24 into imx_5.4.y

    * tag 'v5.4.24': (3306 commits)
    Linux 5.4.24
    blktrace: Protect q->blk_trace with RCU
    kvm: nVMX: VMWRITE checks unsupported field before read-only field
    ...

    Signed-off-by: Jason Liu

    Conflicts:
    arch/arm/boot/dts/imx6sll-evk.dts
    arch/arm/boot/dts/imx7ulp.dtsi
    arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
    drivers/clk/imx/clk-composite-8m.c
    drivers/gpio/gpio-mxc.c
    drivers/irqchip/Kconfig
    drivers/mmc/host/sdhci-of-esdhc.c
    drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
    drivers/net/can/flexcan.c
    drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
    drivers/net/ethernet/mscc/ocelot.c
    drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
    drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
    drivers/net/phy/realtek.c
    drivers/pci/controller/mobiveil/pcie-mobiveil-host.c
    drivers/perf/fsl_imx8_ddr_perf.c
    drivers/tee/optee/shm_pool.c
    drivers/usb/cdns3/gadget.c
    kernel/sched/cpufreq.c
    net/core/xdp.c
    sound/soc/fsl/fsl_esai.c
    sound/soc/fsl/fsl_sai.c
    sound/soc/sof/core.c
    sound/soc/sof/imx/Kconfig
    sound/soc/sof/loader.c

    Jason Liu
     

24 Feb, 2020

2 commits


01 Feb, 2020

1 commit


12 Jan, 2020

3 commits

  • [ Upstream commit 46db63abb79524209c15c683feccfba116746757 ]

    This is currently off and that's not desirable: default imx config is
    meant to be generally useful for development and debugging.

    Running git bisect between v5.4 and v5.5-rc1 finds this started from
    commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")

    Explicit CONFIG_DEBUG_FS=y was earlier removed by
    commit c29d541f590c ("ARM: imx_v6_v7_defconfig: Remove unneeded options")

    A very similar fix was required before:
    commit 7e9eb6268809 ("ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS")

    Signed-off-by: Leonard Crestez
    Signed-off-by: Shawn Guo
    Signed-off-by: Sasha Levin

    Leonard Crestez
     
  • [ Upstream commit e00b59d30506dc9ef91caf2f3c584209cc9f61e4 ]

    Commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS dependency")
    removed select for DEBUG_FS but we still need it at least for enabling
    deeper idle states for the SoCs.

    Signed-off-by: Tony Lindgren
    Signed-off-by: Sasha Levin

    Tony Lindgren
     
  • [ Upstream commit a2315d3aea5976acd919d3d3fcf82f752562c25b ]

    Commit 9f532d26c75c ("ARM: exynos_defconfig: Trim and reorganize with
    savedefconfig") removed explicit enable line for CONFIG_DEBUG_FS, because
    that feature has been selected by other enabled options: CONFIG_TRACING,
    which in turn had been selected by CONFIG_PERF_EVENTS and
    CONFIG_PROVE_LOCKING.

    In meantime, commit 0e4a459f56c3 ("tracing: Remove unnecessary DEBUG_FS
    dependency") removed the dependency between CONFIG_DEBUG_FS and
    CONFIG_TRACING, so CONFIG_DEBUG_FS is no longer enabled in default builds.

    Enable it again explicitly, as debugfs support is essential for various
    automated testing tools.

    Signed-off-by: Marek Szyprowski
    Signed-off-by: Krzysztof Kozlowski
    Signed-off-by: Sasha Levin

    Marek Szyprowski
     

20 Dec, 2019

2 commits


16 Dec, 2019

1 commit


13 Dec, 2019

1 commit


10 Dec, 2019

3 commits


05 Dec, 2019

2 commits


03 Dec, 2019

3 commits


02 Dec, 2019

4 commits


28 Nov, 2019

1 commit


27 Nov, 2019

1 commit


25 Nov, 2019

7 commits