Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756237AbdLON0Q (ORCPT ); Fri, 15 Dec 2017 08:26:16 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:41096 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755477AbdLON0K (ORCPT ); Fri, 15 Dec 2017 08:26:10 -0500 X-Google-Smtp-Source: ACJfBoufofMPM6mjSoBIaS5fcJTW9m5M4ewXX0PoFxcf84sE3P63eDDqJOW0zpIszXHJZu3Ejl75pvmmCKtarkqhfZU= MIME-Version: 1.0 In-Reply-To: <1513322656-4571-3-git-send-email-dshah@xilinx.com> References: <29198c0a-783e-8aa0-00e4-44b1fa1acef7@infradead.org> <1513322656-4571-1-git-send-email-dshah@xilinx.com> <1513322656-4571-3-git-send-email-dshah@xilinx.com> From: Arnd Bergmann Date: Fri, 15 Dec 2017 14:26:09 +0100 X-Google-Sender-Auth: QXytco8lxBCm1g7Vm2trXYpmPJY Message-ID: Subject: Re: [PATCH v4 2/2] misc: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver To: Dhaval Shah Cc: gregkh , Rob Herring , Mark Rutland , Randy Dunlap , DTML , Linux Kernel Mailing List , Michal Simek , Hyun Kwon , Dhaval Shah Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 693 Lines: 15 In Fri, Dec 15, 2017 at 8:24 AM, Dhaval Shah wrote: > Xilinx ZYNQMP logicoreIP Init driver is based on the new > LogiCoreIP design created. This driver provides the processing system > and programmable logic isolation. Set the frequency based on the clock > information get from the logicoreIP register set. > > It is put in drivers/misc as there is no subsystem for this logicoreIP. > > Signed-off-by: Dhaval Shah After giving this some more thought, I'd suggest you move the driver to drivers/soc/xilinx or drivers/soc/zynq instead of drivers/misc/, and have it merged by Michal Simek as a driver patch that will go through arm-soc. Arnd