Re: [PATCH v2] thermal: exynos: Handle the misplaced TRIMINFO register

2013-08-07 Thread amit daniel kachhap
Hi Naveen, On Thu, Aug 1, 2013 at 4:06 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: This patch adds code to handle the misplaced TRIMINFO register incase of Exynos5420. On Exynos5420 we have a TRIMINFO register being misplaced for TMU channels 2, 3 and 4 TRIMINFO at 0x1006c000

Re: [PATCH v2] thermal: exynos: Handle the misplaced TRIMINFO register

2013-08-07 Thread Naveen Krishna Ch
On 7 August 2013 12:06, amit daniel kachhap amit.dan...@samsung.com wrote: Hi Naveen, On Thu, Aug 1, 2013 at 4:06 PM, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: This patch adds code to handle the misplaced TRIMINFO register incase of Exynos5420. On Exynos5420 we have a TRIMINFO

Re: [PATCH 1/3] clk: exynos4: Make exynos4_plls static

2013-08-07 Thread Russell King - ARM Linux
On Tue, Aug 06, 2013 at 08:37:28PM -0700, Joe Perches wrote: On Wed, 2013-08-07 at 08:51 +0530, Sachin Kamat wrote: +CC Joe Perches On 7 August 2013 01:32, Russell King - ARM Linux li...@arm.linux.org.uk wrote: Also note: On Tue, Aug 06, 2013 at 05:01:13PM +0530, Sachin Kamat

[PATCH V3 3/3] ASoC: Samsung: I2S: Modify the I2S driver to support I2S on Exynos5420

2013-08-07 Thread Padmavathi Venna
Exynos5420 added support for I2S TDM mode. For this, there are some register changes in the I2S controller. This patch adds the relevant register changes to support I2S in normal mode. This patch adds a quirk for TDM mode and if TDM mode is present all the relevent changes will be applied.

[PATCH V3 2/3] ASoC: Samsung: I2S: Add quirks as driver data in I2S

2013-08-07 Thread Padmavathi Venna
Samsung has different versions of I2S introduced in different platforms. Each version has some new support added for multichannel, secondary fifo, s/w reset control and internal mux for rclk src clk. Each newly added change has a quirk. So this patch adds all the required quirks as driver data and

[PATCH V3 0/3] Add audio support on smdk5420

2013-08-07 Thread Padmavathi Venna
Samsung has different versions of I2S introduced in different platforms. Each version has some new support added for multichannel, secondary fifo, s/w reset control, internal mux for rclk src clk and tdm support. Each newly added change has a quirk. So this patch adds all the required quirks as

[PATCH V3 1/3] platform: Increase platform name size

2013-08-07 Thread Padmavathi Venna
This patch increases the platform name size from 20 to 30 as one of i2s platform_device name in this patchset crosses the limit. Signed-off-by: Padmavathi Venna padm...@samsung.com --- include/linux/mod_devicetable.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 2/3] ARM: dts: Add osc clock node on smdk5420.

2013-08-07 Thread Padmavathi Venna
This patch adds 16MHz oscillator clock node required for audio on smdk5420 and adds the phandle of the same in wm8994 clock info. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-)

[PATCH 1/3] ARM: dts: Enable sound support on smdk5420

2013-08-07 Thread Padmavathi Venna
This patch enables i2s0 and sound support on smdk5420. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts

[PATCH 2/7] ARM: dts: exynos5420: add i2s controllers

2013-08-07 Thread Padmavathi Venna
From: Andrew Bresticker abres...@chromium.org This adds device-tree bindings for the i2s controllers on Exynos 5420. Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Padmavathi Venna padm...@samsung.com Reviewed-on: https://gerrit.chromium.org/gerrit/57713 ---

[PATCH 4/7] ARM: dts: exynos5250: move common i2s properties to exynos5 dtsi

2013-08-07 Thread Padmavathi Venna
I2S nodes shares some properties across exynos5 SoCs (exynos5250 and exyno5420). Common code is moved to exynos5.dtsi which is included in exyno5250 and exynos5420 SoC files. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi| 21 +

[PATCH v4 00/13] Exynos5 IS driver

2013-08-07 Thread Arun Kumar K
The patch series add support for Exynos5 camera subsystem. It re-uses mipi-csis and fimc-lite from exynos4-is and adds a new media device and fimc-is device drivers for exynos5. The media device supports asynchronos subdev registration for the fimc-is sensors and is based on the patch series from

Re: [PATCH V3 0/7] Add i2s nodes on Exynos5420 and enable sound support on sdmk5420

2013-08-07 Thread Padma Venkat
Hi, Abandoning this series due to some mistake in the post. Will post new patch set. Thanks Padma On Wed, Aug 7, 2013 at 2:20 PM, Padmavathi Venna padm...@samsung.com wrote: Changes since V2: - Seperated out driver side changes and dts changes in two patch sets -

[PATCH v4 02/13] [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-08-07 Thread Arun Kumar K
The patch adds the DT binding documentation for Samsung Exynos5 SoC series imaging subsystem (FIMC-IS). Signed-off-by: Arun Kumar K arun...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree/bindings/media/exynos5-fimc-is.txt | 52 1

[PATCH v4 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-08-07 Thread Arun Kumar K
From: Shaik Ameer Basha shaik.am...@samsung.com This patch adds support for media device for EXYNOS5 SoCs. The current media device supports the following ips to connect through the media controller framework. * MIPI-CSIS Support interconnection(subdev interface) between devices * FIMC-LITE

[PATCH v4 05/13] [media] exynos5-fimc-is: Add register definition and context header

2013-08-07 Thread Arun Kumar K
This patch adds the register definition file for the fimc-is driver and also the header file containing the main context for the driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform/exynos5-is/fimc-is-regs.h | 105

[PATCH v4 03/13] [media] exynos5-fimc-is: Add driver core files

2013-08-07 Thread Arun Kumar K
This driver is for the FIMC-IS IP available in Samsung Exynos5 SoC onwards. This patch adds the core files for the new driver. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- drivers/media/platform/exynos5-is/fimc-is-core.c | 413

[PATCH v4 08/13] [media] exynos5-fimc-is: Add sensor interface

2013-08-07 Thread Arun Kumar K
Some sensors to be used with fimc-is are exclusively controlled by the fimc-is firmware. This minimal sensor driver provides the required info for the firmware to configure the sensors sitting on I2C bus. Signed-off-by: Arun Kumar K arun...@samsung.com ---

[PATCH v4 06/13] [media] exynos5-fimc-is: Add isp subdev

2013-08-07 Thread Arun Kumar K
fimc-is driver takes video data input from the ISP video node which is added in this patch. This node accepts Bayer input buffers which is given from the IS sensors. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com ---

[PATCH v4 07/13] [media] exynos5-fimc-is: Add scaler subdev

2013-08-07 Thread Arun Kumar K
FIMC-IS has two hardware scalers named as scaler-codec and scaler-preview. This patch adds the common code handling the video nodes and subdevs of both the scalers. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com ---

[PATCH v4 10/13] [media] exynos5-fimc-is: Add the hardware interface module

2013-08-07 Thread Arun Kumar K
The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com --- .../media/platform/exynos5-is/fimc-is-interface.c |

[PATCH v4 12/13] V4L: s5k6a3: Change sensor min/max resolutions

2013-08-07 Thread Arun Kumar K
s5k6a3 sensor has actual pixel resolution of 1408x1402 against the active resolution 1392x1392. The real resolution is needed when raw sensor SRGB data is dumped to memory by fimc-lite. Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/i2c/s5k6a3.c | 21 + 1

[PATCH v4 11/13] [media] exynos5-is: Add Kconfig and Makefile

2013-08-07 Thread Arun Kumar K
Adds Kconfig and Makefile for exynos5-is driver files. Signed-off-by: Shaik Ameer Basha shaik.am...@samsung.com Signed-off-by: Kilyeon Im kilyeon...@samsung.com Signed-off-by: Arun Kumar K arun...@samsung.com --- drivers/media/platform/Kconfig |1 +

[PATCH v4 09/13] [media] exynos5-fimc-is: Add the hardware pipeline control

2013-08-07 Thread Arun Kumar K
This patch adds the crucial hardware pipeline control for the fimc-is driver. All the subdev nodes will call this pipeline interfaces to reach the hardware. Responsibilities of this module involves configuring and maintaining the hardware pipeline involving multiple sub-ips like ISP, DRC, Scalers,

[PATCH v4 13/13] V4L: Add driver for s5k4e5 image sensor

2013-08-07 Thread Arun Kumar K
This patch adds subdev driver for Samsung S5K4E5 raw image sensor. Like s5k6a3, it is also another fimc-is firmware controlled sensor. This minimal sensor driver doesn't do any I2C communications as its done by ISP firmware. It can be updated if needed to a regular sensor driver by adding the I2C

Каким образом покинуть шмалить?

2013-08-07 Thread Анатолий Юрьевич
избавим от любви к курению http://www.cix.me/375663 -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH V3 4/7] ARM: dts: exynos5250: move common i2s properties to exynos5 dtsi

2013-08-07 Thread Padmavathi Venna
I2S nodes shares some properties across exynos5 SoCs (exynos5250 and exyno5420). Common code is moved to exynos5.dtsi which is included in exyno5250 and exynos5420 SoC files. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5.dtsi| 21 +

[PATCH V3 3/7] ARM: dts: Add i2c bus 1 and it's audio codec child node on smdk5420

2013-08-07 Thread Padmavathi Venna
This patch adds i2c bus 1 and wm8994 codec node on i2c bus1 and the required regulator supplies and properties on smdk5420 board. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 58 + 1 files changed, 58

[PATCH V3 7/7] ARM: dts: Enable sound support on smdk5420

2013-08-07 Thread Padmavathi Venna
This patch enables i2s0 and sound support on smdk5420. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts

[PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Padmavathi Venna
This patch registers the 16MHz oscillator clock as fixed clk. Signed-off-by: Padmavathi Venna padm...@samsung.com --- sound/soc/samsung/smdk_wm8994.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/sound/soc/samsung/smdk_wm8994.c

[PATCH V3 2/7] ARM: dts: exynos5420: add i2s controllers

2013-08-07 Thread Padmavathi Venna
From: Andrew Bresticker abres...@chromium.org This adds device-tree bindings for the i2s controllers on Exynos 5420. Signed-off-by: Andrew Bresticker abres...@chromium.org Signed-off-by: Padmavathi Venna padm...@samsung.com Reviewed-on: https://gerrit.chromium.org/gerrit/57713 ---

[PATCH V3 0/7] Add i2s nodes on Exynos5420 and enable sound support on sdmk5420

2013-08-07 Thread Padmavathi Venna
Changes since V2: - Seperated out driver side changes and dts changes in two patch sets - Added proper names for wm8994 regulators as commented by Mark - Moved common i2s nodes into the exynos5.dtsi - Added clock info in wm8994 node as requested by Mark.

[PATCH V3 1/7] ARM: dts: Change i2s compatible string on exynos5250

2013-08-07 Thread Padmavathi Venna
This patch removes quirks from i2s node and change the i2s compatible names. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi

[PATCH V3 5/7] ARM: dts: Add osc clock node on smdk5420.

2013-08-07 Thread Padmavathi Venna
This patch adds 16MHz oscillator clock node required for audio on smdk5420 and adds the phandle of the same in wm8994 clock info. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-)

Re: [PATCH V5 17/30] thermal: exynos: Remove non DT based support

2013-08-07 Thread Naveen Krishna Ch
On 11 June 2013 18:23, Amit Daniel Kachhap amit.dan...@samsung.com wrote: Recently non DT support from Exynos platform is removed and hence removing non DT support from the driver also. This will help in easy maintainence. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com Hello Amit,

Re: [PATCH V7 23/30] thermal: exynos: Add thermal configuration data for exynos5440 TMU sensor

2013-08-07 Thread Naveen Krishna Ch
On 26 June 2013 06:54, Jungseok Lee jays@samsung.com wrote: On Monday, June 24, 2013 7:51 PM, Amit Daniel Kachhap wrote: This patch adds configuration data for exynos5440 soc. Also register definations for the controller are added. Acked-by: Jonghwa Lee jonghwa3@samsung.com Acked-by:

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Mark Brown
On Wed, Aug 07, 2013 at 02:40:15PM +0530, Padmavathi Venna wrote: This patch registers the 16MHz oscillator clock as fixed clk. +/* 16.9MHz fixed oscillator clock */ +static void init_osc_clock(void) +{ + struct device_node *np; + + np = of_find_compatible_node(NULL, NULL,

Re: [PATCH V3 1/7] ARM: dts: Change i2s compatible string on exynos5250

2013-08-07 Thread Mark Brown
On Wed, Aug 07, 2013 at 02:40:10PM +0530, Padmavathi Venna wrote: This patch removes quirks from i2s node and change the i2s compatible names. This needs to go along with the driver change otherwise we break bisection. signature.asc Description: Digital signature

Re: [PATCH V3 1/7] ARM: dts: Change i2s compatible string on exynos5250

2013-08-07 Thread Padma Venkat
Hi Mark, On Wed, Aug 7, 2013 at 3:40 PM, Mark Brown broo...@kernel.org wrote: On Wed, Aug 07, 2013 at 02:40:10PM +0530, Padmavathi Venna wrote: This patch removes quirks from i2s node and change the i2s compatible names. This needs to go along with the driver change otherwise we break

Re: [PATCH V3 2/3] ASoC: Samsung: I2S: Add quirks as driver data in I2S

2013-08-07 Thread Tomasz Figa
Hi Padmavathi, [Ccing DT maintainers with a little comment about contents of this patch for them: This is a rework of Samsung i2s bindings to make them more reasonable than they are at the moment. I know this was supposed to be stable, fixed, ABI, etc., but as we discussed a lot the whole

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Padma Venkat
Hi Mark, On Wed, Aug 7, 2013 at 3:40 PM, Mark Brown broo...@kernel.org wrote: On Wed, Aug 07, 2013 at 02:40:15PM +0530, Padmavathi Venna wrote: This patch registers the 16MHz oscillator clock as fixed clk. +/* 16.9MHz fixed oscillator clock */ +static void init_osc_clock(void) +{ +

Re: [PATCH V3 2/3] ASoC: Samsung: I2S: Add quirks as driver data in I2S

2013-08-07 Thread Tomasz Figa
Ahh, one more thing inline. On Wednesday 07 of August 2013 14:15:21 Padmavathi Venna wrote: Samsung has different versions of I2S introduced in different platforms. Each version has some new support added for multichannel, secondary fifo, s/w reset control and internal mux for rclk src clk.

[PATCH] cpufreq: exynos5440: Fix to skip when new frequency same as current

2013-08-07 Thread Amit Daniel Kachhap
This patch fixes the issue of un-necessary setting the clock controller when the new target frequency is same as the current one. This case usually occurs with governors like ondemand which passes the target frequency as the percentage of average frequency. This check is present in most of the

Re: [PATCH V3 1/7] ARM: dts: Change i2s compatible string on exynos5250

2013-08-07 Thread Tomasz Figa
On Wednesday 07 of August 2013 16:02:16 Padma Venkat wrote: Hi Mark, On Wed, Aug 7, 2013 at 3:40 PM, Mark Brown broo...@kernel.org wrote: On Wed, Aug 07, 2013 at 02:40:10PM +0530, Padmavathi Venna wrote: This patch removes quirks from i2s node and change the i2s compatible names.

Re: [PATCH] cpufreq: exynos5440: Fix to skip when new frequency same as current

2013-08-07 Thread Viresh Kumar
On 7 August 2013 16:46, Amit Daniel Kachhap amit.dan...@samsung.com wrote: This patch fixes the issue of un-necessary setting the clock controller when the new target frequency is same as the current one. This case usually occurs with governors like ondemand which passes the target frequency as

Re: [PATCH] cpufreq: exynos5440: Fix to skip when new frequency same as current

2013-08-07 Thread Sudeep KarkadaNagesha
On 07/08/13 12:22, Viresh Kumar wrote: On 7 August 2013 16:46, Amit Daniel Kachhap amit.dan...@samsung.com wrote: This patch fixes the issue of un-necessary setting the clock controller when the new target frequency is same as the current one. This case usually occurs with governors like

Re: [PATCH] cpufreq: exynos5440: Fix to skip when new frequency same as current

2013-08-07 Thread Viresh Kumar
On 7 August 2013 17:00, Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com wrote: Any particular reason we need this check in all drivers after your commit: 5a1c0228 cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == policy-cur I think it can removed from all drivers,

Re: [PATCH V3 2/3] ASoC: Samsung: I2S: Add quirks as driver data in I2S

2013-08-07 Thread Padma Venkat
Hi Tomasz, On Wed, Aug 7, 2013 at 4:32 PM, Tomasz Figa t.f...@samsung.com wrote: Hi Padmavathi, [Ccing DT maintainers with a little comment about contents of this patch for them: This is a rework of Samsung i2s bindings to make them more reasonable than they are at the moment. I know this

[PATCH] [media] exynos-gsc: fix s2r functionality

2013-08-07 Thread Arun Kumar K
From: Prathyush K prathyus...@samsung.com When gsc is in runtime suspended state, there is no need to call m2m_suspend during suspend and similarily, there is no need to call m2m_resume during resume if already in runtime suspended state. This patch adds the necessary conditions to achieve this.

Re: [PATCH 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Mark Brown
On Wed, Aug 07, 2013 at 02:20:41PM +0530, Padmavathi Venna wrote: This patch registers the 16MHz oscillator clock as fixed clk. This appears to be the same as one of the patches in another series you sent? signature.asc Description: Digital signature

Re: [PATCH V3 3/7] ARM: dts: Add i2c bus 1 and it's audio codec child node on smdk5420

2013-08-07 Thread Tomasz Figa
On Wednesday 07 of August 2013 14:40:12 Padmavathi Venna wrote: This patch adds i2c bus 1 and wm8994 codec node on i2c bus1 and the required regulator supplies and properties on smdk5420 board. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

Re: [PATCH V3 4/7] ARM: dts: exynos5250: move common i2s properties to exynos5 dtsi

2013-08-07 Thread Tomasz Figa
On Wednesday 07 of August 2013 14:40:13 Padmavathi Venna wrote: I2S nodes shares some properties across exynos5 SoCs (exynos5250 and exyno5420). Common code is moved to exynos5.dtsi which is included in exyno5250 and exynos5420 SoC files. Shouldn't this patch be ordered before patch 1/7, which

Re: [PATCH V3 5/7] ARM: dts: Add osc clock node on smdk5420.

2013-08-07 Thread Tomasz Figa
On Wednesday 07 of August 2013 14:40:14 Padmavathi Venna wrote: This patch adds 16MHz oscillator clock node required for audio on smdk5420 and adds the phandle of the same in wm8994 clock info. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Tomasz Figa
On Wednesday 07 of August 2013 14:40:15 Padmavathi Venna wrote: This patch registers the 16MHz oscillator clock as fixed clk. Signed-off-by: Padmavathi Venna padm...@samsung.com --- sound/soc/samsung/smdk_wm8994.c | 12 1 files changed, 12 insertions(+), 0 deletions(-)

Re: [PATCH V3 6/7] ASoC: Samsung: wm8994: Register the osc clock.

2013-08-07 Thread Mark Brown
On Wed, Aug 07, 2013 at 05:18:10PM +0200, Tomasz Figa wrote: I don't think this patch is needed at all. You can use generic fixed rate clock bindings[1] to define a fixed rate clock using device tree. OK, good - that's what I'd have expected but I wasn't sure if that hadn't been defined for

Re: [PATCH v8 06/12] ARM: dts: Add description of System MMU of Exynos SoCs

2013-08-07 Thread Grant Grundler
On Wed, Aug 7, 2013 at 5:07 AM, Cho KyongHo pullip@samsung.com wrote: ... I don't understand how this is possible. Can someone explain this better in the IOMMU documentation please? System MMU is dedicated to a master H/W such as FIMD and FIMC. Sory - Exynos 5250 documentation I have

Re: [PATCH 1/3 v5] usb: phy-samsung-usb: Simplify PMU register handling

2013-08-07 Thread Mark Rutland
On Tue, Aug 06, 2013 at 07:00:17PM +0100, Julius Werner wrote: This patch simplifies the way the phy-samsung-usb code finds the correct power management register to enable PHY clock gating. Previously, the code would calculate the register address from a device tree supplied base address and

Re: [PATCH] [media] exynos-gsc: fix s2r functionality

2013-08-07 Thread Sylwester Nawrocki
On 08/07/2013 02:53 PM, Arun Kumar K wrote: From: Prathyush K prathyus...@samsung.com When gsc is in runtime suspended state, there is no need to call m2m_suspend during suspend and similarily, there is no need to call s/similarily/similarly. I'll fix that typo when applying. m2m_resume

Re: [PATCH V5] pci: exynos: split into two parts such as Synopsys part and Exynos part

2013-08-07 Thread Bjorn Helgaas
On Tue, Aug 6, 2013 at 10:13 PM, Jingoo Han jg1@samsung.com wrote: On Wednesday, July 31, 2013 5:14 PM, Jingoo Han jg1@samsung.com wrote: Exynos PCIe IP consists of Synopsys specific part and Exynos specific part. Only core block is a Synopsys designware part; other parts are Exynos

Re: [PATCH v6 13/20] pwm: Add new pwm-samsung driver

2013-08-07 Thread Andrew Bresticker
Hi Tomasz, +#ifndef CONFIG_CLKSRC_SAMSUNG_PWM +/* + * PWM block is shared between pwm-samsung and samsung_pwm_timer drivers + * and some registers need access synchronization. If both drivers are + * compiled in, the spinlock is defined in the clocksource driver, + * otherwise following

Re: [PATCH v6 13/20] pwm: Add new pwm-samsung driver

2013-08-07 Thread Tomasz Figa
On Wednesday 07 of August 2013 12:35:42 Andrew Bresticker wrote: Hi Tomasz, +#ifndef CONFIG_CLKSRC_SAMSUNG_PWM +/* + * PWM block is shared between pwm-samsung and samsung_pwm_timer drivers + * and some registers need access synchronization. If both drivers are + * compiled in, the

Re: [PATCH] cpufreq: exynos5440: Fix to skip when new frequency same as current

2013-08-07 Thread Rafael J. Wysocki
On Wednesday, August 07, 2013 05:03:59 PM Viresh Kumar wrote: On 7 August 2013 17:00, Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com wrote: Any particular reason we need this check in all drivers after your commit: 5a1c0228 cpufreq: Avoid calling cpufreq driver's target() routine if

Re: [PATCH] [media] exynos-gsc: fix s2r functionality

2013-08-07 Thread Arun Kumar K
Hi Sylwester, On Wed, Aug 7, 2013 at 10:23 PM, Sylwester Nawrocki s.nawro...@samsung.com wrote: On 08/07/2013 02:53 PM, Arun Kumar K wrote: From: Prathyush K prathyus...@samsung.com When gsc is in runtime suspended state, there is no need to call m2m_suspend during suspend and similarily,

RE: [PATCH v8 06/12] ARM: dts: Add description of System MMU of Exynos SoCs

2013-08-07 Thread Cho KyongHo
-Original Message- From: grund...@google.com [mailto:grund...@google.com] On Behalf Of Grant Grundler Sent: Thursday, August 08, 2013 1:21 AM On Wed, Aug 7, 2013 at 5:07 AM, Cho KyongHo pullip@samsung.com wrote: ... I don't understand how this is possible. Can someone

Re: [PATCH] cpufreq: exynos5440: Fix to skip when new frequency same as current

2013-08-07 Thread Viresh Kumar
On 8 August 2013 04:55, Rafael J. Wysocki r...@sisk.pl wrote: It looks like it would require us to redefine .target() to take next_state instead of target_freq (at least in the acpi-cpufreq case), wouldn't it? If we don't do it, then atleast for few drivers, like acpi-cpufreq, which use index