[GIT PULL] ARM64: Xilinx ZynqMP SoC patches for v4.16

Arnd Bergmann arnd at arndb.de
Fri Jan 12 00:44:44 PST 2018


On Fri, Jan 12, 2018 at 7:44 AM, Michal Simek <monstr at monstr.eu> wrote:
> On 12.1.2018 02:28, Olof Johansson wrote:
>> On Mon, Jan 08, 2018 at 02:02:18PM +0100, Michal Simek wrote:

>>> ----------------------------------------------------------------
>>> Dhaval Shah (2):
>>>       dt-bindings: soc: xilinx: Add DT bindings to xlnx_vcu driver
>>>       soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver
>>>
>>> Michal Simek (1):
>>>       soc: xilinx: Create folder structure for soc specific drivers
>>>
>>
>> Merged, but you should probably add a platform config option for Xilinx
>> and use that instead of obj-y to descend into the directory?

I don't see it in arm-soc yet, did you forget to push the latest branches?

> Do you think change like this?
>
> -obj-y                          += xilinx/
> +obj-$(CONFIG_ARCH_ZYNQMP)      += xilinx/
>
> Just a note. This folder is supposed to be used by arm64/arm32 and
> microblaze that's why I didn't put there any single config because it
> doesn't exist. If you suggest to introduce new config option to label
> xilinx platforms we can talk about it.
> Argument against it could be also using these drivers by openrisc or
> mips (mipsfpga) which are also fpga based.
> Anyway I am happy to hear what you suggest.
>

I think obj-y is fine in this case, the cost is minimal.

      Arnd



More information about the linux-arm-kernel mailing list