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]
Message-ID: <2f0cd6cf-83c3-f60f-3d72-fd0cec64105e@infradead.org>
Date:   Sat, 21 Sep 2019 13:46:58 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>,
        LAK <linux-arm-kernel@...ts.infradead.org>
Cc:     Olof Johansson <olof@...om.net>, Nishanth Menon <nm@...com>,
        Benjamin Fair <b-fair@...com>,
        Tony Lindgren <tony@...mide.com>,
        Tero Kristo <t-kristo@...com>,
        Santosh Shilimkar <ssantosh@...nel.org>
Subject: Re: [PATCH 2/2] soc: ti: move 2 driver config options into the TI SOC
 drivers menu

Hi Santosh,

Would you also pick up patch 2/2, which I didn't Cc: you on?    :(

Do I need to resend it?

Thanks.

On 9/19/19 3:33 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...radead.org>
> 
> Move the AM654 and J721E SOC config options inside the "TI SOC drivers"
> menu with the other TI SOC drivers.
> 
> Fixes: a869b7b30dac ("soc: ti: Add Support for AM654 SoC config option")
> Fixes: cff377f7897a ("soc: ti: Add Support for J721E SoC config option")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Olof Johansson <olof@...om.net>
> Cc: Nishanth Menon <nm@...com>
> Cc: Benjamin Fair <b-fair@...com>
> Cc: Tony Lindgren <tony@...mide.com>
> Cc: Tero Kristo <t-kristo@...com>
> Cc: linux-kernel@...r.kernel.org
> Cc: linux-arm-kernel@...ts.infradead.org
> ---
>  drivers/soc/ti/Kconfig |   20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
> 
> --- lnx-53.orig/drivers/soc/ti/Kconfig
> +++ lnx-53/drivers/soc/ti/Kconfig
> @@ -1,4 +1,12 @@
>  # SPDX-License-Identifier: GPL-2.0-only
> +
> +# TI SOC drivers
> +#
> +menuconfig SOC_TI
> +	bool "TI SOC drivers support"
> +
> +if SOC_TI
> +
>  # 64-bit ARM SoCs from TI
>  if ARM64
>  
> @@ -14,17 +22,9 @@ config ARCH_K3_J721E_SOC
>  	help
>  	  Enable support for TI's J721E SoC Family.
>  
> -endif
> +endif # ARCH_K3
>  
> -endif
> -
> -#
> -# TI SOC drivers
> -#
> -menuconfig SOC_TI
> -	bool "TI SOC drivers support"
> -
> -if SOC_TI
> +endif # ARM64
>  
>  config KEYSTONE_NAVIGATOR_QMSS
>  	tristate "Keystone Queue Manager Subsystem"
> 
> 
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ