Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757274AbeAHMeT (ORCPT + 1 other); Mon, 8 Jan 2018 07:34:19 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:43473 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757049AbeAHMeS (ORCPT ); Mon, 8 Jan 2018 07:34:18 -0500 X-Google-Smtp-Source: ACJfBovgODHFFf0fOs6gZ5TQS8IyQCz590nqwdycXe1i6Nskkl9wo5lhXdBfQdDSq0XTHmDe3lWqJA== Reply-To: monstr@monstr.eu Subject: Re: [PATCH] soc: xilinx: Create folder structure for soc specific drivers To: Michal Simek , linux-arm-kernel@lists.infradead.org, Arnd Bergmann Cc: linux-kernel@vger.kernel.org, dhaval.shah@xilinx.com, Baoyou Xie , Jean Delvare , Thomas Gleixner , Nicolas Ferre , Geert Uytterhoeven , Lucas Stach , Kevin Hilman , Philippe Ombredanne , Alexandre Belloni , Shawn Guo , Kate Stewart , Greg Kroah-Hartman , Andrey Smirnov , Hauke Mehrtens , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Ralf Baechle , Neil Armstrong References: From: Michal Simek Message-ID: Date: Mon, 8 Jan 2018 13:34:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wW7qekjpL5dD7NINqkyrfPIDGUZhgz7zu" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wW7qekjpL5dD7NINqkyrfPIDGUZhgz7zu Content-Type: multipart/mixed; boundary="IaevgwAcG2lNOLYH0xPZHhAqcDHuEM8Jv"; protected-headers="v1" From: Michal Simek Reply-To: monstr@monstr.eu To: Michal Simek , linux-arm-kernel@lists.infradead.org, Arnd Bergmann Cc: linux-kernel@vger.kernel.org, dhaval.shah@xilinx.com, Baoyou Xie , Jean Delvare , Thomas Gleixner , Nicolas Ferre , Geert Uytterhoeven , Lucas Stach , Kevin Hilman , Philippe Ombredanne , Alexandre Belloni , Shawn Guo , Kate Stewart , Greg Kroah-Hartman , Andrey Smirnov , Hauke Mehrtens , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Ralf Baechle , Neil Armstrong Message-ID: Subject: Re: [PATCH] soc: xilinx: Create folder structure for soc specific drivers References: In-Reply-To: --IaevgwAcG2lNOLYH0xPZHhAqcDHuEM8Jv Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 19.12.2017 14:23, Michal Simek wrote: > Create directory structure with Makefile/Kconfig for adding xilinx soc > specific drivers. >=20 > Signed-off-by: Michal Simek > --- >=20 > This patch is done based on discussion ended here > https://lkml.org/lkml/2017/12/18/565 >=20 > --- > drivers/soc/Kconfig | 1 + > drivers/soc/Makefile | 1 + > drivers/soc/xilinx/Kconfig | 4 ++++ > drivers/soc/xilinx/Makefile | 1 + > 4 files changed, 7 insertions(+) > create mode 100644 drivers/soc/xilinx/Kconfig > create mode 100644 drivers/soc/xilinx/Makefile >=20 > diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig > index fc9e98047421..c07b4a85253f 100644 > --- a/drivers/soc/Kconfig > +++ b/drivers/soc/Kconfig > @@ -16,6 +16,7 @@ source "drivers/soc/tegra/Kconfig" > source "drivers/soc/ti/Kconfig" > source "drivers/soc/ux500/Kconfig" > source "drivers/soc/versatile/Kconfig" > +source "drivers/soc/xilinx/Kconfig" > source "drivers/soc/zte/Kconfig" > =20 > endmenu > diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile > index deecb16e7256..61c584d9d619 100644 > --- a/drivers/soc/Makefile > +++ b/drivers/soc/Makefile > @@ -22,4 +22,5 @@ obj-$(CONFIG_ARCH_TEGRA) +=3D tegra/ > obj-$(CONFIG_SOC_TI) +=3D ti/ > obj-$(CONFIG_ARCH_U8500) +=3D ux500/ > obj-$(CONFIG_PLAT_VERSATILE) +=3D versatile/ > +obj-y +=3D xilinx/ > obj-$(CONFIG_ARCH_ZX) +=3D zte/ > diff --git a/drivers/soc/xilinx/Kconfig b/drivers/soc/xilinx/Kconfig > new file mode 100644 > index 000000000000..ffaaa2f42c7e > --- /dev/null > +++ b/drivers/soc/xilinx/Kconfig > @@ -0,0 +1,4 @@ > +# SPDX-License-Identifier: GPL-2.0 > +menu "Xilinx SoC drivers" > + > +endmenu > diff --git a/drivers/soc/xilinx/Makefile b/drivers/soc/xilinx/Makefile > new file mode 100644 > index 000000000000..f66554cd5c45 > --- /dev/null > +++ b/drivers/soc/xilinx/Makefile > @@ -0,0 +1 @@ > +# SPDX-License-Identifier: GPL-2.0 >=20 Applied. M --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Xilinx Microblaze Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs --IaevgwAcG2lNOLYH0xPZHhAqcDHuEM8Jv-- --wW7qekjpL5dD7NINqkyrfPIDGUZhgz7zu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlpTZTwACgkQykllyylKDCHH1QCeJH3jw5h04Shs7ae/H7ioyjWk qDcAn1NcW60lUPnwWuZm/jAffskrIe8C =IrKm -----END PGP SIGNATURE----- --wW7qekjpL5dD7NINqkyrfPIDGUZhgz7zu--