Re: [PATCH 1/3] dmaengine: pl330: Set residue in tx_status callback.

2013-09-12 Thread Padma Venkat
Hi Chanho, On Thu, Sep 12, 2013 at 5:10 PM, Chanho Park wrote: > Hi Padmavathi, > >> -Original Message- >> From: linux-arm-kernel [mailto:linux-arm-kernel- >> boun...@lists.infradead.org] On Behalf Of Padmavathi Venna >> Sent: Wednesday, September 11, 2013 3:08 PM >> To: linux-samsung-soc

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Mark Brown
On Fri, Sep 13, 2013 at 01:02:11AM +0200, Tomasz Figa wrote: > On Thursday 12 of September 2013 21:00:13 Mark Brown wrote: > > > i2c@12CA does look like a normal hardware I2C controller, which > > > needs some extra properties like samsung,i2c-sda-delay or > > > samsung,i2c-max-bus- > > Shoul

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Tomasz Figa
On Thursday 12 of September 2013 21:00:13 Mark Brown wrote: > On Thu, Sep 12, 2013 at 05:55:59PM +0200, Tomasz Figa wrote: > > On Thursday 12 of September 2013 14:52:33 Mark Brown wrote: > > > Please delete unneeded context from your mails, it makes it much > > > easier > > > to find the new conten

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Mark Brown
On Thu, Sep 12, 2013 at 05:55:59PM +0200, Tomasz Figa wrote: > On Thursday 12 of September 2013 14:52:33 Mark Brown wrote: > > Please delete unneeded context from your mails, it makes it much easier > > to find the new content. > I always snip unnecessary parts of quoted message if its really lon

Re: [PATCH 2/3] ARM: dts: Leave Exynos5250 SPI controller disabled by default

2013-09-12 Thread Mark Brown
On Thu, Sep 12, 2013 at 05:51:58PM +0200, Tomasz Figa wrote: > On Thursday 12 of September 2013 14:50:28 Mark Brown wrote: > > There are no SPI devices on that board (at least not ones that are > > currently instantiated by the DT). > I can see a bunch of nodes simply adding status = "disabled" i

Re: [PATCH 2/3] ARM: dts: Leave Exynos5250 SPI controller disabled by default

2013-09-12 Thread Tomasz Figa
On Thursday 12 of September 2013 14:50:28 Mark Brown wrote: > On Thu, Sep 12, 2013 at 01:56:44PM +0200, Tomasz Figa wrote: > > I wonder if exynos5250-arndale shouldn't be also considered in this > > patch. > There are no SPI devices on that board (at least not ones that are > currently instantiated

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Tomasz Figa
On Thursday 12 of September 2013 09:03:23 Stephen Warren wrote: > On 09/12/2013 06:58 AM, Tomasz Figa wrote: > > Hi Mark, > > > > On Thursday 12 of September 2013 11:40:27 Mark Brown wrote: > >> From: Mark Brown > >> > >> Ensure that unused I2C controllers are not activated, causing problems > >

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Tomasz Figa
On Thursday 12 of September 2013 14:52:33 Mark Brown wrote: > On Thu, Sep 12, 2013 at 02:58:59PM +0200, Tomasz Figa wrote: > > On Thursday 12 of September 2013 11:40:27 Mark Brown wrote: > Please delete unneeded context from your mails, it makes it much easier > to find the new content. I always s

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Stephen Warren
On 09/12/2013 06:58 AM, Tomasz Figa wrote: > Hi Mark, > > On Thursday 12 of September 2013 11:40:27 Mark Brown wrote: >> From: Mark Brown >> >> Ensure that unused I2C controllers are not activated, causing problems >> due to inappropriate pinmuxing or similar, by marking the controllers as >> dis

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Mark Brown
On Thu, Sep 12, 2013 at 02:58:59PM +0200, Tomasz Figa wrote: > On Thursday 12 of September 2013 11:40:27 Mark Brown wrote: Please delete unneeded context from your mails, it makes it much easier to find the new content. > > + i2c@12CA { > > + status = "okay"; > Hmm, no other prop

Re: [PATCH 2/3] ARM: dts: Leave Exynos5250 SPI controller disabled by default

2013-09-12 Thread Mark Brown
On Thu, Sep 12, 2013 at 01:56:44PM +0200, Tomasz Figa wrote: > I wonder if exynos5250-arndale shouldn't be also considered in this patch. There are no SPI devices on that board (at least not ones that are currently instantiated by the DT). signature.asc Description: Digital signature

[PATCH v3 1/4] [media] exynos-scaler: Add new driver for Exynos5 SCALER

2013-09-12 Thread Shaik Ameer Basha
This patch adds support for SCALER device which is a new device for scaling, blending, color fill and color space conversion on EXYNOS5410 and EXYNOS5420 SoCs. This device supports the followings as key feature. input image format - YCbCr420 2P(UV/VU), 3P - YCbCr422 1P(YUYV/UY

[PATCH v3 0/4] Exynos5 Series SCALER Driver

2013-09-12 Thread Shaik Ameer Basha
This patch adds support for SCALER device which is a new device for scaling, blending, color fill and color space conversion on EXYNOS5410/5420 SoCs. This device supports the following as key features. input image format - YCbCr420 2P(UV/VU), 3P - YCbCr422 1P(YUYV/UYVY/YVYU),

[PATCH v3 3/4] [media] exynos-scaler: Add m2m functionality for the SCALER driver

2013-09-12 Thread Shaik Ameer Basha
This patch adds the Makefile and memory to memory (m2m) interface functionality for the SCALER driver. Signed-off-by: Shaik Ameer Basha --- drivers/media/platform/Kconfig|8 + drivers/media/platform/Makefile |1 + drivers/media/platform/exynos-scaler

[PATCH v3 4/4] [media] exynos-scaler: Add DT bindings for SCALER driver

2013-09-12 Thread Shaik Ameer Basha
This patch adds the DT binding documentation for the Exynos5420/5410 based SCALER device driver. Signed-off-by: Shaik Ameer Basha --- .../devicetree/bindings/media/exynos5-scaler.txt | 22 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bind

[PATCH v3 2/4] [media] exynos-scaler: Add core functionality for the SCALER driver

2013-09-12 Thread Shaik Ameer Basha
This patch adds the core functionality for the SCALER driver. Signed-off-by: Shaik Ameer Basha --- drivers/media/platform/exynos-scaler/scaler.c | 1261 + drivers/media/platform/exynos-scaler/scaler.h | 385 2 files changed, 1646 insertions(+) create mode 10064

Re: [PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Tomasz Figa
Hi Mark, On Thursday 12 of September 2013 11:40:27 Mark Brown wrote: > From: Mark Brown > > Ensure that unused I2C controllers are not activated, causing problems > due to inappropriate pinmuxing or similar, by marking the controllers as > disabled by default and requiring boards to explicitly e

[PATCH v8 12/12] V4L: Add driver for s5k4e5 image sensor

2013-09-12 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 c

[PATCH v8 09/12] [media] exynos5-fimc-is: Add the hardware interface module

2013-09-12 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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- .../media/platform/exynos5-is/fimc-is-interface.c | 810 +++

[PATCH v8 05/12] [media] exynos5-fimc-is: Add isp subdev

2013-09-12 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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc

[PATCH v8 10/12] [media] exynos5-is: Add Kconfig and Makefile

2013-09-12 Thread Arun Kumar K
Adds Kconfig and Makefile for exynos5-is driver files. Signed-off-by: Shaik Ameer Basha Signed-off-by: Arun Kumar K Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/Kconfig |1 + drivers/media/platform/Makefile|1 + drivers/media/platform/exynos5-is/Kc

[PATCH v8 06/12] [media] exynos5-fimc-is: Add scaler subdev

2013-09-12 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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc-

[PATCH v8 04/12] [media] exynos5-fimc-is: Add register definition and context header

2013-09-12 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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc-is-regs.h | 105 +++

[PATCH v8 11/12] V4L: s5k6a3: Change sensor min/max resolutions

2013-09-12 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 Reviewed-by: Sylwester Nawrocki --- drivers/media/i2c/s5k6a3.c | 10 ++

[PATCH v8 07/12] [media] exynos5-fimc-is: Add sensor interface

2013-09-12 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 Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exy

[PATCH v8 08/12] [media] exynos5-fimc-is: Add the hardware pipeline control

2013-09-12 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 v8 02/12] [media] exynos5-fimc-is: Add driver core files

2013-09-12 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 Signed-off-by: Kilyeon Im Reviewed-by: Sylwester Nawrocki --- drivers/media/platform/exynos5-is/fimc-is-core.c | 413 +

[PATCH v8 01/12] [media] exynos5-fimc-is: Add Exynos5 FIMC-IS device tree bindings documentation

2013-09-12 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 Reviewed-by: Sylwester Nawrocki --- .../devicetree/bindings/media/exynos5-fimc-is.txt | 46 1 file changed, 46 insertions(+) create mode 1

[PATCH v8 00/12] Exynos5 IS driver

2013-09-12 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 tested on top of the patch serie

Re: [PATCH 2/3] ARM: dts: Leave Exynos5250 SPI controller disabled by default

2013-09-12 Thread Tomasz Figa
Hi Mark, On Thursday 12 of September 2013 11:40:26 Mark Brown wrote: > From: Mark Brown > > Rather than requiring each board to explicitly disable the SPI > controllers it is not using instead require boards to enable those that > they are using. This is less work overall since normally at most

RE: [PATCH 1/3] dmaengine: pl330: Set residue in tx_status callback.

2013-09-12 Thread Chanho Park
Hi Padmavathi, > -Original Message- > From: linux-arm-kernel [mailto:linux-arm-kernel- > boun...@lists.infradead.org] On Behalf Of Padmavathi Venna > Sent: Wednesday, September 11, 2013 3:08 PM > To: linux-samsung-soc@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; padm...@samsun

[PATCH] MAINTAINERS: add maintainer entry for Samsung Exynos PCIe driver

2013-09-12 Thread Jingoo Han
Add myself as maintainer for Samsung Exynos PCIe driver. Signed-off-by: Jingoo Han --- MAINTAINERS |6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6d0dabe..f00c469 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6346,6 +6346,12 @@ S: Supported F

Re: [PATCH 1/3] ARM: dts: Disable Exynos5250 I2S controllers by default

2013-09-12 Thread Tomasz Figa
Hi Mark, On Thursday 12 of September 2013 11:40:25 Mark Brown wrote: > From: Mark Brown > > Rather than requiring each board to explicitly disable the I2S > controllers it is not using instead require boards to enable those that > they are using. > > This is required for audio operation on Arnd

Re: [PATCH] ARM: dts: Correct typo in use of samsung,pin-drv for exynos5250

2013-09-12 Thread Tomasz Figa
On Monday 09 of September 2013 09:11:11 Al Stone wrote: > On 09/09/2013 03:00 AM, Tomasz Figa wrote: > > Hi Al, > > > > On Friday 06 of September 2013 14:09:52 al.st...@linaro.org wrote: > >> From: Al Stone > >> > >> Corrects an obvious typo in the Arndale pinctrl descriptions in > >> DT

Re: [PATCH] ARM: dts: Disable Exynos5250 I2S controllers by default

2013-09-12 Thread Tomasz Figa
Hi Kukjin, On Thursday 12 of September 2013 19:42:57 Kukjin Kim wrote: > Mark Brown wrote: > > On Tue, Sep 10, 2013 at 06:35:48PM +0100, Mark Rutland wrote: > > > It seems far more sensible to me to mark devices disabled by default > > > in > > > shared dtsi files and then okay them as needed in p

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

2013-09-12 Thread Kishon Vijay Abraham I
On Thursday 12 September 2013 04:16 PM, Pratyush Anand wrote: > On Thu, Sep 12, 2013 at 03:48:03PM +0530, Pratyush Anand wrote: >> On Thu, Sep 12, 2013 at 06:07:23PM +0800, Kishon Vijay Abraham I wrote: >>> Hi, >>> >>> On Thursday 12 September 2013 03:22 PM, Pratyush Anand wrote: Hi Kishon, >>

Re: [PATCH v2 00/12] clk/exynos convert clock IDs to macros

2013-09-12 Thread Tomasz Figa
Hi Kukjin, On Thursday 12 of September 2013 19:50:01 Kukjin Kim wrote: > Tomasz Figa wrote: > > Hi Andrzej, > > > > On Friday 06 of September 2013 12:12:29 Andrzej Hajda wrote: > > > Hi, > > > > > > This patch set adds headers with defines of exynos clocks. > > > Then it converts dts files and d

[PATCH] MAINTAINERS: Add DTS files to patterns for Samsung platform

2013-09-12 Thread Mark Brown
From: Mark Brown Help ensure that updates to the Samsung device trees get sent to the Samsung maintainers for review by adding file patterns to MAINTAINERS. Signed-off-by: Mark Brown --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6d0dabe..

Re: [PATCH v2 5/7] ARM: dts: Update DP controller DT Node for Exynos5 based SoCs

2013-09-12 Thread Jingoo Han
On Thursday, September 12, 2013 7:37 PM, Kukjin Kim wrote: > > Vikas Sajjan wrote: > > > > Hi Mr. Jingoo Han, > > > > On 26 August 2013 08:27, Jingoo Han wrote: [.] > > > > > > Oops!!! > > > > > > This patch should be reverted. > > > Or, fix patch should be re-sent. > > > 'dp phy' driver is

RE: [PATCH v4 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-09-12 Thread Kukjin Kim
Heiko Stübner wrote: > > This adds a new driver to support the s3c24xx dma using the dmaengine > and makes the old one in mach-s3c24xx obsolete in the long run. > > Conceptually the s3c24xx-dma feels like a distant relative of the pl08x > with numerous virtual channels being mapped to a lot less

RE: [PATCH v2 00/12] clk/exynos convert clock IDs to macros

2013-09-12 Thread Kukjin Kim
Tomasz Figa wrote: > > Hi Andrzej, > > On Friday 06 of September 2013 12:12:29 Andrzej Hajda wrote: > > Hi, > > > > This patch set adds headers with defines of exynos clocks. > > Then it converts dts files and drivers to use macros instead > > of magic numbers/enums to describe clock bindings. >

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

2013-09-12 Thread Pratyush Anand
On Thu, Sep 12, 2013 at 03:48:03PM +0530, Pratyush Anand wrote: > On Thu, Sep 12, 2013 at 06:07:23PM +0800, Kishon Vijay Abraham I wrote: > > Hi, > > > > On Thursday 12 September 2013 03:22 PM, Pratyush Anand wrote: > > > Hi Kishon, > > > > > > On Thu, Sep 12, 2013 at 05:43:40PM +0800, Kishon Vij

RE: [PATCH] ARM: dts: Disable Exynos5250 I2S controllers by default

2013-09-12 Thread Kukjin Kim
Mark Brown wrote: > > On Tue, Sep 10, 2013 at 06:35:48PM +0100, Mark Rutland wrote: > > > It seems far more sensible to me to mark devices disabled by default in > > shared dtsi files and then okay them as needed in particular dts files. > > I'd be happy with more of this. > > Yeah, me too - tho

[PATCH 2/3] ARM: dts: Leave Exynos5250 SPI controller disabled by default

2013-09-12 Thread Mark Brown
From: Mark Brown Rather than requiring each board to explicitly disable the SPI controllers it is not using instead require boards to enable those that they are using. This is less work overall since normally at most one of the controllers is in use and avoids issues caused by inappropriate pinmu

[PATCH 3/3] ARM: dts: Disable I2C controllers by default on Exynos5250

2013-09-12 Thread Mark Brown
From: Mark Brown Ensure that unused I2C controllers are not activated, causing problems due to inappropriate pinmuxing or similar, by marking the controllers as disabled by default and requiring boards to explicitly enable those that are in use. Signed-off-by: Mark Brown --- arch/arm/boot/dts/

[PATCH 1/3] ARM: dts: Disable Exynos5250 I2S controllers by default

2013-09-12 Thread Mark Brown
From: Mark Brown Rather than requiring each board to explicitly disable the I2S controllers it is not using instead require boards to enable those that they are using. This is required for audio operation on Arndale, one of the unused I2S controllers is pinmuxed with the LDO enable GPIOs for the

RE: [PATCH v2 5/7] ARM: dts: Update DP controller DT Node for Exynos5 based SoCs

2013-09-12 Thread Kukjin Kim
Vikas Sajjan wrote: > > Hi Mr. Jingoo Han, > > On 26 August 2013 08:27, Jingoo Han wrote: > > On Tuesday, July 30, 2013 8:20 PM, Vikas Sajjan wrote: > >> > >> Moves the properties of DP controller to exynos5.dtsi which are common > >> across exynos5 SoCs like Exynos5250 and Exynos5420. > >> > >>

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

2013-09-12 Thread Jingoo Han
On Thursday, September 12, 2013 6:44 PM, Kishon Vijay Abraham I wrote: > On Thursday 12 September 2013 03:00 PM, Pratyush Anand wrote: > > > > From this conversation, It seems that you > > have tested this driver and it works fine without inbound translation > > function. I am sure that you would h

RE: [PATCH] ARM: dts: Correct typo in use of samsung,pin-drv for exynos5250

2013-09-12 Thread Kukjin Kim
Jingoo Han wrote: > > On Saturday, September 07, 2013 5:10 AM, Al Stone wrote: > > > > From: Al Stone > > > >Corrects an obvious typo in the Arndale pinctrl descriptions in DT. > >The samsung-pinctrl driver uses the correct name. > > > > Signed-off-by: Al Stone > > CC'ed Kukjin Kim (Sam

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

2013-09-12 Thread Pratyush Anand
On Thu, Sep 12, 2013 at 06:07:23PM +0800, Kishon Vijay Abraham I wrote: > Hi, > > On Thursday 12 September 2013 03:22 PM, Pratyush Anand wrote: > > Hi Kishon, > > > > On Thu, Sep 12, 2013 at 05:43:40PM +0800, Kishon Vijay Abraham I wrote: > >> Hi, > >> > >> On Thursday 12 September 2013 03:00 PM,

RE: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files

2013-09-12 Thread Kukjin Kim
Jungseok Lee wrote: > > On Thursday, September 12, 2013 5:15 PM, Sachin Kamat > wrote: > > On 12 September 2013 13:37, Youngmin Nam > wrote: > > > This patch removes '_' from "early_prink" on Exynos5440 DTS files > > > in according to kernel-parameters document. > > > > > > Signed-off-by: Youngm

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

2013-09-12 Thread Kishon Vijay Abraham I
Hi, On Thursday 12 September 2013 03:22 PM, Pratyush Anand wrote: > Hi Kishon, > > On Thu, Sep 12, 2013 at 05:43:40PM +0800, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Thursday 12 September 2013 03:00 PM, Pratyush Anand wrote: >>> Hi Jingoo, >>> >>> >>> On Thu, Sep 12, 2013 at 03:15:04PM +0800

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

2013-09-12 Thread Pratyush Anand
Hi Kishon, On Thu, Sep 12, 2013 at 05:43:40PM +0800, Kishon Vijay Abraham I wrote: > Hi, > > On Thursday 12 September 2013 03:00 PM, Pratyush Anand wrote: > > Hi Jingoo, > > > > > > On Thu, Sep 12, 2013 at 03:15:04PM +0800, Jingoo Han wrote: > >> On Tuesday 23 July 2013 12:30 PM, Kishon Vijay A

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

2013-09-12 Thread Pratyush Anand
Hi Jingoo, On Thu, Sep 12, 2013 at 03:15:04PM +0800, Jingoo Han wrote: > On Tuesday 23 July 2013 12:30 PM, Kishon Vijay Abraham I wrote: > > >> . > > >> . > > > + of_pci_range_to_resource(&range, np, &pp->cfg); > > > + pp->config.cfg0_size = > > >>

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

2013-09-12 Thread Kishon Vijay Abraham I
Hi, On Thursday 12 September 2013 03:00 PM, Pratyush Anand wrote: > Hi Jingoo, > > > On Thu, Sep 12, 2013 at 03:15:04PM +0800, Jingoo Han wrote: >> On Tuesday 23 July 2013 12:30 PM, Kishon Vijay Abraham I wrote: > . > . + of_pci_range_to_resource(&range, np,

RE: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files

2013-09-12 Thread Jungseok Lee
On Thursday, September 12, 2013 5:15 PM, Sachin Kamat wrote: > On 12 September 2013 13:37, Youngmin Nam wrote: > > This patch removes '_' from "early_prink" on Exynos5440 DTS files > > in according to kernel-parameters document. > > > > Signed-off-by: Youngmin Nam > > Good catch. > Reviewed-by

Re: [PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files

2013-09-12 Thread Sachin Kamat
On 12 September 2013 13:37, Youngmin Nam wrote: > This patch removes '_' from "early_prink" on Exynos5440 DTS files > in according to kernel-parameters document. > > Signed-off-by: Youngmin Nam Good catch. Reviewed-by: Sachin Kamat -- With warm regards, Sachin -- To unsubscribe from this list

[PATCH] ARM: dts: Fix a typo on Exynos5440 DTS files

2013-09-12 Thread Youngmin Nam
This patch removes '_' from "early_prink" on Exynos5440 DTS files in according to kernel-parameters document. Signed-off-by: Youngmin Nam --- arch/arm/boot/dts/exynos5440-sd5v1.dts|2 +- arch/arm/boot/dts/exynos5440-ssdk5440.dts |2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

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

2013-09-12 Thread Jingoo Han
On Tuesday 23 July 2013 12:30 PM, Kishon Vijay Abraham I wrote: > >> . > >> . > > + of_pci_range_to_resource(&range, np, &pp->cfg); > > + pp->config.cfg0_size = > > resource_size(&pp->cfg)/2; > > + pp->config.cfg1_si