lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 29 Jun 2020 13:53:01 -0500
From:   Bjorn Helgaas <helgaas@...nel.org>
To:     Anson Huang <Anson.Huang@....com>
Cc:     catalin.marinas@....com, will@...nel.org,
        lorenzo.pieralisi@....com, robh@...nel.org, bhelgaas@...gle.com,
        p.zabel@...gutronix.de, shawnguo@...nel.org,
        s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
        bjorn.andersson@...aro.org, leoyang.li@....com, vkoul@...nel.org,
        geert+renesas@...der.be, olof@...om.net, treding@...dia.com,
        gustavo.pimentel@...opsys.com, amurray@...goodpenguin.co.uk,
        vidyas@...dia.com, xiaowei.bao@....com, jonnyc@...zon.com,
        hayashi.kunihiko@...ionext.com, eswara.kota@...ux.intel.com,
        krzk@...nel.org, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
        Linux-imx@....com
Subject: Re: [PATCH V2 3/3] pci: imx: Select RESET_IMX7 by default

If you post a V3, "git log --oneline
drivers/pci/controller/dwc/pci-imx6.c" says the subject line could be:

  PCI: imx6: Select CONFIG_RESET_IMX7

If you don't need a V3 for any other reason, whoever applies this
series might adjust that for you.

On Mon, Jun 29, 2020 at 11:05:29PM +0800, Anson Huang wrote:
> i.MX7 reset driver now supports module build and it is no longer
> built in by default, so i.MX PCI driver needs to select it explicitly
> due to it is NOT supporting loadable module currently.
> 
> Signed-off-by: Anson Huang <Anson.Huang@....com>
> ---
> New patch.
> ---
>  drivers/pci/controller/dwc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig
> index 044a376..bcf63ce 100644
> --- a/drivers/pci/controller/dwc/Kconfig
> +++ b/drivers/pci/controller/dwc/Kconfig
> @@ -90,6 +90,7 @@ config PCI_EXYNOS
>  
>  config PCI_IMX6
>  	bool "Freescale i.MX6/7/8 PCIe controller"
> +	select RESET_IMX7
>  	depends on ARCH_MXC || COMPILE_TEST
>  	depends on PCI_MSI_IRQ_DOMAIN
>  	select PCIE_DW_HOST
> -- 
> 2.7.4
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@...ts.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ