Re: [PATCH v2] spi: octeon: Add thunderx driver

2016-07-28 Thread Mark Brown
On Thu, Jul 28, 2016 at 10:12:55AM +0200, Jan Glauber wrote: > On Wed, Jul 27, 2016 at 07:08:24PM +0100, Mark Brown wrote: > > Don't send individual patches in reply to the middle of threads, it > > makes it really confusing what's going on. I now have multiple patches > With multiple being

Re: [PATCH v2] spi: octeon: Add thunderx driver

2016-07-28 Thread Mark Brown
On Thu, Jul 28, 2016 at 10:12:55AM +0200, Jan Glauber wrote: > On Wed, Jul 27, 2016 at 07:08:24PM +0100, Mark Brown wrote: > > Don't send individual patches in reply to the middle of threads, it > > makes it really confusing what's going on. I now have multiple patches > With multiple being

Re: [PATCH v2] spi: octeon: Add thunderx driver

2016-07-28 Thread Jan Glauber
On Wed, Jul 27, 2016 at 07:08:24PM +0100, Mark Brown wrote: > On Mon, Jul 25, 2016 at 07:56:22PM +0200, Jan Glauber wrote: > > Add ThunderX SPI driver using the shared part from the Octeon > > driver. The main difference of the ThunderX driver is that it > > is a PCI device so probing is

Re: [PATCH v2] spi: octeon: Add thunderx driver

2016-07-28 Thread Jan Glauber
On Wed, Jul 27, 2016 at 07:08:24PM +0100, Mark Brown wrote: > On Mon, Jul 25, 2016 at 07:56:22PM +0200, Jan Glauber wrote: > > Add ThunderX SPI driver using the shared part from the Octeon > > driver. The main difference of the ThunderX driver is that it > > is a PCI device so probing is

Re: [PATCH v2] spi: octeon: Add thunderx driver

2016-07-27 Thread Mark Brown
On Mon, Jul 25, 2016 at 07:56:22PM +0200, Jan Glauber wrote: > Add ThunderX SPI driver using the shared part from the Octeon > driver. The main difference of the ThunderX driver is that it > is a PCI device so probing is different. The system clock settings > can be specified in device tree.

Re: [PATCH v2] spi: octeon: Add thunderx driver

2016-07-27 Thread Mark Brown
On Mon, Jul 25, 2016 at 07:56:22PM +0200, Jan Glauber wrote: > Add ThunderX SPI driver using the shared part from the Octeon > driver. The main difference of the ThunderX driver is that it > is a PCI device so probing is different. The system clock settings > can be specified in device tree.

[PATCH v2] spi: octeon: Add thunderx driver

2016-07-25 Thread Jan Glauber
Add ThunderX SPI driver using the shared part from the Octeon driver. The main difference of the ThunderX driver is that it is a PCI device so probing is different. The system clock settings can be specified in device tree. Signed-off-by: Jan Glauber --- drivers/spi/Kconfig

[PATCH v2] spi: octeon: Add thunderx driver

2016-07-25 Thread Jan Glauber
Add ThunderX SPI driver using the shared part from the Octeon driver. The main difference of the ThunderX driver is that it is a PCI device so probing is different. The system clock settings can be specified in device tree. Signed-off-by: Jan Glauber --- drivers/spi/Kconfig | 7