RE: [PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP core

2018-09-26 Thread Jolly Shah
ubject: Re: [PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP > core > > On Thu, Sep 20, 2018 at 5:46 PM, Jolly Shah wrote: > > Hi Olof, > > > > As suggested, this patchset is generated without ioctl interface. Please > > review. > If you are ok,

RE: [PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP core

2018-09-24 Thread Jolly Shah
ubject: Re: [PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP > core > > On Thu, Sep 20, 2018 at 5:46 PM, Jolly Shah wrote: > > Hi Olof, > > > > As suggested, this patchset is generated without ioctl interface. Please > > review. > If you are ok,

Re: [PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP core

2018-09-23 Thread Olof Johansson
On Thu, Sep 20, 2018 at 5:46 PM, Jolly Shah wrote: > Hi Olof, > > As suggested, this patchset is generated without ioctl interface. Please > review. If you are ok, Michal can create a pull request for merge. Hi, I replied on the other thread as well; it sounds like you will need something _like

RE: [PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP core

2018-09-20 Thread Jolly Shah
12:39 PM > To: o...@lixom.net; Michal Simek ; a...@kernel.org > Cc: Rajan Vaja ; linux-arm-ker...@lists.infradead.org; > linux-kernel@vger.kernel.org; Jolly Shah > Subject: [PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP core > > Firmware driver enables APU to co

[PATCH v12 0/6] drivers: Introduce firmware driver for ZynqMP core

2018-09-12 Thread Jolly Shah
Firmware driver enables APU to communicate to PMUFW(Platform Management Unit) via ATF by using SMC instructions. This patchset is adding support for base firmware driver with query and clock control APIs. More API support will be added with incremental patchsets along with their user driver.