[PATCH 1/1] ASoC: sirf: usp: Add bitclock inversion support

2014-08-13 Thread Rongjun Ying
Signed-off-by: Rongjun Ying --- sound/soc/sirf/sirf-usp.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/sound/soc/sirf/sirf-usp.c b/sound/soc/sirf/sirf-usp.c index 3a73037..186dc7f 100644 --- a/sound/soc/sirf/sirf-usp.c +++ b/sound/soc/sirf/sirf

[PATCH 1/1] ASoC: sirf: usp: Add bitclock inversion support

2014-08-13 Thread Rongjun Ying
Signed-off-by: Rongjun Ying rongjun.y...@csr.com --- sound/soc/sirf/sirf-usp.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/sound/soc/sirf/sirf-usp.c b/sound/soc/sirf/sirf-usp.c index 3a73037..186dc7f 100644 --- a/sound/soc/sirf/sirf-usp.c +++ b

[PATCH 1/1] ASoC: sirf-usp: Fixed a bug for playback and capture work at the same time

2014-07-22 Thread Rongjun Ying
and initinitialise registers. 3. Refine code. Signed-off-by: Rongjun Ying --- sound/soc/sirf/sirf-usp.c | 54 +++ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/sound/soc/sirf/sirf-usp.c b/sound/soc/sirf/sirf-usp.c index 9693bc2..3a73037 100644

[PATCH 1/1] ASoC: sirf-usp: Fixed a bug for playback and capture work at the same time

2014-07-22 Thread Rongjun Ying
and initinitialise registers. 3. Refine code. Signed-off-by: Rongjun Ying rongjun.y...@csr.com --- sound/soc/sirf/sirf-usp.c | 54 +++ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/sound/soc/sirf/sirf-usp.c b/sound/soc/sirf/sirf-usp.c index

[PATCH v2 2/2] ASoC: sirf: Add device tree binding for the USP audio device

2014-07-01 Thread Rongjun Ying
Signed-off-by: Rongjun Ying --- .../devicetree/bindings/sound/sirf-usp.txt | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/sirf-usp.txt diff --git a/Documentation/devicetree/bindings/sound/sirf-usp.txt b

[PATCH v2 1/2] ASoC: sirf: Add audio usp interface driver

2014-07-01 Thread Rongjun Ying
This patch adds ASoC support for SiRF SoCs USP interface. Features include: 1. Only support slave mode. 2. Support I2S and DSP_A mode. 3. Support S16_LE, S24_LE and S24_3LE formats. 4. Support stereo and mono mode. 5. The biggest Support is 192Khz sample rate. Signed-off-by: Rongjun Ying --- -v2

[PATCH v2 0/2] ASoC: add CSR SiRFSoC audio USP interface driver

2014-07-01 Thread Rongjun Ying
This patchset adds the SiRF USP controller driver, this driver uses the USP as I2S or DSP_A mode interface. Rongjun Ying (2): ASoC: sirf: Add audio usp interface driver ASoC: sirf: Add device tree binding for the USP audio device .../devicetree/bindings/sound/sirf-usp.txt | 27

[PATCH v2 0/2] ASoC: add CSR SiRFSoC audio USP interface driver

2014-07-01 Thread Rongjun Ying
This patchset adds the SiRF USP controller driver, this driver uses the USP as I2S or DSP_A mode interface. Rongjun Ying (2): ASoC: sirf: Add audio usp interface driver ASoC: sirf: Add device tree binding for the USP audio device .../devicetree/bindings/sound/sirf-usp.txt | 27

[PATCH v2 1/2] ASoC: sirf: Add audio usp interface driver

2014-07-01 Thread Rongjun Ying
This patch adds ASoC support for SiRF SoCs USP interface. Features include: 1. Only support slave mode. 2. Support I2S and DSP_A mode. 3. Support S16_LE, S24_LE and S24_3LE formats. 4. Support stereo and mono mode. 5. The biggest Support is 192Khz sample rate. Signed-off-by: Rongjun Ying

[PATCH v2 2/2] ASoC: sirf: Add device tree binding for the USP audio device

2014-07-01 Thread Rongjun Ying
Signed-off-by: Rongjun Ying rongjun.y...@csr.com --- .../devicetree/bindings/sound/sirf-usp.txt | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/sirf-usp.txt diff --git a/Documentation/devicetree/bindings/sound/sirf

[PATCH 1/2] ASoC: sirf: Add audio usp interface driver

2014-06-30 Thread Rongjun Ying
This patch adds ASoC support for SiRF SoCs USP interface. Features include: 1. Only support slave mode. 2. Support I2S and DSP_A mode. 3. Support S16_LE, S24_LE and S24_3LE formats. 4. Support stereo and mono mode. 5. The biggest Support is 192Khz sample rate. Signed-off-by: Rongjun Ying

[PATCH 0/2] ASoC: add CSR SiRFSoC audio USP interface driver

2014-06-30 Thread Rongjun Ying
This patchset adds the SiRF USP controller driver, this driver uses the USP as I2S or DSP_A mode interface. Rongjun Ying (2): ASoC: sirf: Add audio usp interface driver ASoC: sirf: Add device tree binding for the USP audio device .../devicetree/bindings/sound/sirf-usp.txt | 27

[PATCH 2/2] ASoC: sirf: Add device tree binding for the USP audio device

2014-06-30 Thread Rongjun Ying
Signed-off-by: Rongjun Ying --- .../devicetree/bindings/sound/sirf-usp.txt | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/sirf-usp.txt diff --git a/Documentation/devicetree/bindings/sound/sirf-usp.txt b

[PATCH 2/2] ASoC: sirf: Add device tree binding for the USP audio device

2014-06-30 Thread Rongjun Ying
Signed-off-by: Rongjun Ying rongjun.y...@csr.com --- .../devicetree/bindings/sound/sirf-usp.txt | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/sirf-usp.txt diff --git a/Documentation/devicetree/bindings/sound/sirf

[PATCH 0/2] ASoC: add CSR SiRFSoC audio USP interface driver

2014-06-30 Thread Rongjun Ying
This patchset adds the SiRF USP controller driver, this driver uses the USP as I2S or DSP_A mode interface. Rongjun Ying (2): ASoC: sirf: Add audio usp interface driver ASoC: sirf: Add device tree binding for the USP audio device .../devicetree/bindings/sound/sirf-usp.txt | 27

[PATCH 1/2] ASoC: sirf: Add audio usp interface driver

2014-06-30 Thread Rongjun Ying
This patch adds ASoC support for SiRF SoCs USP interface. Features include: 1. Only support slave mode. 2. Support I2S and DSP_A mode. 3. Support S16_LE, S24_LE and S24_3LE formats. 4. Support stereo and mono mode. 5. The biggest Support is 192Khz sample rate. Signed-off-by: Rongjun Ying

RE: [PATCH v3] extcon: gpio: Add power resume support

2014-01-07 Thread Rongjun Ying
> -Original Message- > From: Chanwoo Choi [mailto:cw00.c...@samsung.com] > Sent: Tuesday, January 07, 2014 2:09 PM > To: RongJun Ying > Cc: MyungJoo Ham; Barry Song; linux-arm-ker...@lists.infradead.org; > linux-kernel@vger.kernel.org; DL-SHA-WorkGroupLinux; Rongjun

RE: [PATCH v3] extcon: gpio: Add power resume support

2014-01-07 Thread Rongjun Ying
> -Original Message- > From: Chanwoo Choi [mailto:cw00.c...@samsung.com] > Sent: Tuesday, January 07, 2014 2:07 PM > To: RongJun Ying > Cc: MyungJoo Ham; Barry Song; linux-arm-ker...@lists.infradead.org; > linux-kernel@vger.kernel.org; DL-SHA-WorkGroupLinux; Rongjun

RE: [PATCH v3] extcon: gpio: Add power resume support

2014-01-07 Thread Rongjun Ying
-Original Message- From: Chanwoo Choi [mailto:cw00.c...@samsung.com] Sent: Tuesday, January 07, 2014 2:07 PM To: RongJun Ying Cc: MyungJoo Ham; Barry Song; linux-arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org; DL-SHA-WorkGroupLinux; Rongjun Ying Subject: Re: [PATCH

RE: [PATCH v3] extcon: gpio: Add power resume support

2014-01-07 Thread Rongjun Ying
-Original Message- From: Chanwoo Choi [mailto:cw00.c...@samsung.com] Sent: Tuesday, January 07, 2014 2:09 PM To: RongJun Ying Cc: MyungJoo Ham; Barry Song; linux-arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org; DL-SHA-WorkGroupLinux; Rongjun Ying Subject: Re: [PATCH

[PATCH v3] extcon: gpio: Add power resume support

2014-01-06 Thread RongJun Ying
From: Rongjun Ying When system on the suspend state, Some SoC can't get gpio interrupt. After system resume, need send extcon uevent to userspace. Signed-off-by: Rongjun Ying Reviewed-by: Barry Song --- -v3: 'check_on_resume' instead of 'load_sleep_irq' as Chanwoo Choi's proposal. drivers

[PATCH v3] extcon: gpio: Add power resume support

2014-01-06 Thread RongJun Ying
From: Rongjun Ying rongjun.y...@csr.com When system on the suspend state, Some SoC can't get gpio interrupt. After system resume, need send extcon uevent to userspace. Signed-off-by: Rongjun Ying rongjun.y...@csr.com Reviewed-by: Barry Song baohua.s...@csr.com --- -v3: 'check_on_resume

RE: [PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-06 Thread Rongjun Ying
> -Original Message- > From: Shawn Guo [mailto:shawn@linaro.org] > Sent: Thursday, November 07, 2013 10:27 AM > To: Rongjun Ying > Cc: Viresh Kumar; rjying; Rafael J. Wysocki; cpuf...@vger.kernel.org; > linux...@vger.kernel.org; Linux Kernel Mailing List; Barry

RE: [PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-06 Thread Rongjun Ying
> -Original Message- > From: Shawn Guo [mailto:shawn@linaro.org] > Sent: Wednesday, November 06, 2013 11:28 AM > To: Rongjun Ying > Cc: Viresh Kumar; rjying; Rafael J. Wysocki; cpuf...@vger.kernel.org; > linux...@vger.kernel.org; Linux Kernel Mailing List; >

RE: [PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-06 Thread Rongjun Ying
-Original Message- From: Shawn Guo [mailto:shawn@linaro.org] Sent: Wednesday, November 06, 2013 11:28 AM To: Rongjun Ying Cc: Viresh Kumar; rjying; Rafael J. Wysocki; cpuf...@vger.kernel.org; linux...@vger.kernel.org; Linux Kernel Mailing List; rongjun.y...@gcsr.com Subject

RE: [PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-06 Thread Rongjun Ying
-Original Message- From: Shawn Guo [mailto:shawn@linaro.org] Sent: Thursday, November 07, 2013 10:27 AM To: Rongjun Ying Cc: Viresh Kumar; rjying; Rafael J. Wysocki; cpuf...@vger.kernel.org; linux...@vger.kernel.org; Linux Kernel Mailing List; Barry Song Subject: Re: [PATCH 1

RE: [PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-05 Thread Rongjun Ying
> -Original Message- > From: Shawn Guo [mailto:shawn@linaro.org] > Sent: Tuesday, November 05, 2013 7:53 PM > To: Viresh Kumar > Cc: rjying; Rafael J. Wysocki; cpuf...@vger.kernel.org; linux- > p...@vger.kernel.org; Linux Kernel Mailing List; rongjun.y...@gcsr.c

RE: [PATCH 1/1] cpufreq: cpufreq-cpu0: use the max voltage instead of voltage-tolerance

2013-11-05 Thread Rongjun Ying
-Original Message- From: Shawn Guo [mailto:shawn@linaro.org] Sent: Tuesday, November 05, 2013 7:53 PM To: Viresh Kumar Cc: rjying; Rafael J. Wysocki; cpuf...@vger.kernel.org; linux- p...@vger.kernel.org; Linux Kernel Mailing List; rongjun.y...@gcsr.com; Rongjun Ying Subject