RE: [PATCHv3 3/7] driver, misc: add Intel Stratix10 service layer driver

2018-04-24 Thread David Laight
From: Greg KH > Sent: 23 April 2018 13:03 > On Tue, Mar 27, 2018 at 03:20:10PM -0500, richard.g...@linux.intel.com wrote: > > +config INTEL_SERVICE > > Naming is hard, but this is a _very_ generic name, don't you agree? > > > + tristate "Intel Service Layer" > > As is this. Can you make this

Re: [PATCHv3 3/7] driver, misc: add Intel Stratix10 service layer driver

2018-04-23 Thread Greg KH
On Tue, Mar 27, 2018 at 03:20:10PM -0500, richard.g...@linux.intel.com wrote: > +config INTEL_SERVICE Naming is hard, but this is a _very_ generic name, don't you agree? > + tristate "Intel Service Layer" As is this. Can you make this a bit more specific to what hardware is being controlled

[PATCHv3 3/7] driver, misc: add Intel Stratix10 service layer driver

2018-03-27 Thread richard . gong
From: Richard Gong Intel Stratix10 SoC is composed of a 64 bit quad-core ARM Cortex A53 hard processor system (HPS) and Secure Device Manager (SDM). SDM is the hardware which does the FPGA configuration, QSPI, Crypto and warm reset. In order to configure the FPGA from HPS, there needs to be a wa