Re: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-11-24 Thread Mark Brown
On Wed, Oct 08, 2014 at 08:50:22AM -0700, Weike Chen wrote: > There are several registers for SPI, and the registers of 'SSCR0' and 'SSCR1' > are accessed frequently. This path is to introduce helper functions to > simplify the accessing of 'SSCR0' and 'SSCR1'. Applied both, thanks.

Re: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-11-24 Thread Mark Brown
On Wed, Oct 08, 2014 at 08:50:22AM -0700, Weike Chen wrote: There are several registers for SPI, and the registers of 'SSCR0' and 'SSCR1' are accessed frequently. This path is to introduce helper functions to simplify the accessing of 'SSCR0' and 'SSCR1'. Applied both, thanks. signature.asc

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-30 Thread Chen, Alvin
> > > > All of those patches are in v3.18-rc1, so you may rebase on top of > > 3.18-rcX safely I guess. > > > Andy, I remember you ask me to rebase on the slave-dma tree (git.infraded.org) > for-linus branch, and the slave-dma for-linus branch will be reapplied on top > of > v3.19-rc1. > Just to

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-30 Thread Chen, Alvin
> > On Thu, 2014-10-30 at 01:02 +, Chen, Alvin wrote: > > > > > > > > > > Hi Alvin, Weike. > > > > > > I'm not clear if these patches apply to the current tip-of-tree. > > > > > > I thought the action required here, was for a resend of patches to > > > ensure they applied to tip-of-tree ? >

Re: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-30 Thread Andy Shevchenko
On Thu, 2014-10-30 at 01:02 +, Chen, Alvin wrote: > > > > > > > Hi Alvin, Weike. > > > > I'm not clear if these patches apply to the current tip-of-tree. > > > > I thought the action required here, was for a resend of patches to ensure > > they > > applied to tip-of-tree ? > > > As I said

Re: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-30 Thread Andy Shevchenko
On Thu, 2014-10-30 at 01:02 +, Chen, Alvin wrote: Hi Alvin, Weike. I'm not clear if these patches apply to the current tip-of-tree. I thought the action required here, was for a resend of patches to ensure they applied to tip-of-tree ? As I said before, it is based

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-30 Thread Chen, Alvin
On Thu, 2014-10-30 at 01:02 +, Chen, Alvin wrote: Hi Alvin, Weike. I'm not clear if these patches apply to the current tip-of-tree. I thought the action required here, was for a resend of patches to ensure they applied to tip-of-tree ? As I said before, it is

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-30 Thread Chen, Alvin
All of those patches are in v3.18-rc1, so you may rebase on top of 3.18-rcX safely I guess. Andy, I remember you ask me to rebase on the slave-dma tree (git.infraded.org) for-linus branch, and the slave-dma for-linus branch will be reapplied on top of v3.19-rc1. Just to confirm,

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-29 Thread Chen, Alvin
> > > > Hi Alvin, Weike. > > I'm not clear if these patches apply to the current tip-of-tree. > > I thought the action required here, was for a resend of patches to ensure they > applied to tip-of-tree ? > As I said before, it is based on the slave-dma tree (git.infraded.org) for-linus

Re: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-29 Thread Bryan O'Donoghue
On 29/10/14 00:33, Chen, Alvin wrote: Any update for these patches? Just want to follow-up. Hi Alvin, Weike. I'm not clear if these patches apply to the current tip-of-tree. I thought the action required here, was for a resend of patches to ensure they applied to tip-of-tree ? Best,

Re: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-29 Thread Bryan O'Donoghue
On 29/10/14 00:33, Chen, Alvin wrote: Any update for these patches? Just want to follow-up. Hi Alvin, Weike. I'm not clear if these patches apply to the current tip-of-tree. I thought the action required here, was for a resend of patches to ensure they applied to tip-of-tree ? Best,

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-29 Thread Chen, Alvin
Hi Alvin, Weike. I'm not clear if these patches apply to the current tip-of-tree. I thought the action required here, was for a resend of patches to ensure they applied to tip-of-tree ? As I said before, it is based on the slave-dma tree (git.infraded.org) for-linus branch, which

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-28 Thread Chen, Alvin
; Leong; Tan, Raymond; Chen, Alvin; Andy Shevchenko > Subject: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing > > There are several registers for SPI, and the registers of 'SSCR0' and 'SSCR1' > are accessed frequently. This path is to introduce helper functio

RE: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-28 Thread Chen, Alvin
, Alvin; Andy Shevchenko Subject: [PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing There are several registers for SPI, and the registers of 'SSCR0' and 'SSCR1' are accessed frequently. This path is to introduce helper functions to simplify the accessing of 'SSCR0

[PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-08 Thread Weike Chen
There are several registers for SPI, and the registers of 'SSCR0' and 'SSCR1' are accessed frequently. This path is to introduce helper functions to simplify the accessing of 'SSCR0' and 'SSCR1'. Reviewed-by: Andy Shevchenko Acked-by: Mika Westerberg Signed-off-by: Weike Chen ---

[PATCH 1/2 v3] SPI: spi-pxa2xx: Add helpers for regiseters' accessing

2014-10-08 Thread Weike Chen
There are several registers for SPI, and the registers of 'SSCR0' and 'SSCR1' are accessed frequently. This path is to introduce helper functions to simplify the accessing of 'SSCR0' and 'SSCR1'. Reviewed-by: Andy Shevchenko andriy.shevche...@linux.intel.com Acked-by: Mika Westerberg