Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-08-16 Thread Mark Brown
On Fri, Jul 25, 2014 at 01:10:54AM +0800, chiau.ee.c...@intel.com wrote: > From: Chew, Chiau Ee > > SPI PXA2XX core layer has dependency on common clock framework > to obtain information on host supported clock rate. Thus, we > setup the clock device in the PCI glue layer to enable PCI mode > hos

Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-08-13 Thread Mark Brown
On Wed, Aug 13, 2014 at 11:59:14AM +, Kweh, Hock Leong wrote: > > Any idea what happened to this patch? I didn't find it in linux-next and it > > looks like it is not merged with mainline either. > Would like to follow up with you about this patch. Do you have plan to merge > it in ? > Ple

RE: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-08-13 Thread Kweh, Hock Leong
ernel.org; Haojian Zhuang; linux- > s...@vger.kernel.org; Eric Miao; linux-arm-kernel > Subject: Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework > support in PCI glue layer > > On Mon, Aug 04, 2014 at 08:55:50AM -0700, Darren Hart wrote: > > On 7/29/14, 15:06, "A

Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-08-07 Thread Mika Westerberg
On Mon, Aug 04, 2014 at 08:55:50AM -0700, Darren Hart wrote: > On 7/29/14, 15:06, "Andrea Adami" wrote: > > >On Tue, Jul 29, 2014 at 8:55 PM, Mark Brown wrote: > >> On Tue, Jul 29, 2014 at 06:13:06PM +0200, Andrea Adami wrote: > >> > >>> note that a previous version of the patch breaks spi on px

Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-08-04 Thread Darren Hart
On 7/29/14, 15:06, "Andrea Adami" wrote: >On Tue, Jul 29, 2014 at 8:55 PM, Mark Brown wrote: >> On Tue, Jul 29, 2014 at 06:13:06PM +0200, Andrea Adami wrote: >> >>> note that a previous version of the patch breaks spi on pxa machines: >>> tested on pxa250 poodle and pxa255 corgi. >>> The patch i

Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-07-29 Thread Andrea Adami
On Tue, Jul 29, 2014 at 8:55 PM, Mark Brown wrote: > On Tue, Jul 29, 2014 at 06:13:06PM +0200, Andrea Adami wrote: > >> note that a previous version of the patch breaks spi on pxa machines: >> tested on pxa250 poodle and pxa255 corgi. >> The patch is included in linux-Yocto since 3.14. > > The int

Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-07-29 Thread Mark Brown
On Tue, Jul 29, 2014 at 06:13:06PM +0200, Andrea Adami wrote: > note that a previous version of the patch breaks spi on pxa machines: > tested on pxa250 poodle and pxa255 corgi. > The patch is included in linux-Yocto since 3.14. The interesting question is if this version works... signature.asc

Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-07-29 Thread Andrea Adami
On Fri, Jul 25, 2014 at 7:32 AM, Mika Westerberg wrote: > On Fri, Jul 25, 2014 at 01:10:54AM +0800, chiau.ee.c...@intel.com wrote: >> From: Chew, Chiau Ee >> >> SPI PXA2XX core layer has dependency on common clock framework >> to obtain information on host supported clock rate. Thus, we >> setup

Re: [PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-07-24 Thread Mika Westerberg
On Fri, Jul 25, 2014 at 01:10:54AM +0800, chiau.ee.c...@intel.com wrote: > From: Chew, Chiau Ee > > SPI PXA2XX core layer has dependency on common clock framework > to obtain information on host supported clock rate. Thus, we > setup the clock device in the PCI glue layer to enable PCI mode > hos

[PATCH v2] spi/pxa2xx-pci: Add common clock framework support in PCI glue layer

2014-07-24 Thread chiau . ee . chew
From: Chew, Chiau Ee SPI PXA2XX core layer has dependency on common clock framework to obtain information on host supported clock rate. Thus, we setup the clock device in the PCI glue layer to enable PCI mode host pass in the clock rate information. Signed-off-by: Chew, Chiau Ee Acked-by: Kweh,