All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: t.figa@samsung.com, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, myungjoo.ham@samsung.com,
	m.szyprowski@samsung.com, phil.carmody@partner.samsung.com,
	j.anaszewski@samsung.com, kyungmin.park@samsung.com,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board
Date: Wed, 24 Jul 2013 15:29:09 +0200	[thread overview]
Message-ID: <51EFD6A5.9020006@samsung.com> (raw)
In-Reply-To: <0ee701ce886d$b7bc5930$27350b90$%kim@samsung.com>

On 07/24/2013 03:00 PM, Kukjin Kim wrote:
> Sylwester Nawrocki wrote:
>>
>> This patch series includes some fixes and extensions to the Exynos dts
>> files to add the camera and magnetometer sensor support for the TRATS
>> and TRATS2 board. It depends on a patch from Tomasz adding initial
>> TRATS2 board dts file [1].
>>
> Already it is in my tree :)

Great, I guess some time is needed until it shows up in the public
git tree.

>> Comparing to the previous version of this patch set I've added a few
>> more patches, for the Exynos4210 based TRATS board and a patch adding
>> MIPI CSIS/DSIM PHY provider nodes and related properties to the PHY
>> consumer nodes.
>>
>> This series has been tested with the S5K6A3/FIMC-IS and S5K5BAFX
>> (front facing) cameras on top of next-20130627 tag. It can be found
>> also at:
>> http://git.linuxtv.org/snawrocki/samsung.git/next-20130627-dts-trats-v3
>>
>> Detailed changes since v2 are listed in each patch.
>>
>> Changes since v1:
>>  - enabled pull down in cam-port-{a, b}-clk-idle nodes (1/8)
>>  - added node alias for i2c-gpio@0 I2C controller node (7/8).
>>
>> [1] http://www.spinics.net/lists/arm-kernel/msg253184.html
>>
>> Andrzej Hajda (2):
>>   ARM: dts: Add Exynos4210 SoC camera port pinctrl nodes
>>   ARM: dts: Add S5K5BA sensor regulator definitions for Trats board
>>
>> Jacek Anaszewski (1):
>>   ARM: dts: Add AK8975 device node for Exynos4412 TRATS2 board
>>
>> Sylwester Nawrocki (10):
>>   ARM: dts: Correct camera pinctrl nodes for Exynos4x12 SoCs
>>   ARM: dts: Add pinctrl entries for Exynos4x12 FIMC-IS peripherals
>>   ARM: dts: Add ISP power domain node for Exynos4x12
>>   ARM: dts: Use generic DMA bindings for Exynos4 SPI devices
>>   ARM: dts: Add camera subsystem device nodes to exynos4.dtsi
>>   ARM: dts: Add camera subsystem nodes to exynos4x12.dtsi
>>   ARM: dts: Add camera device nodes for Exynos4412 TRATS2 board
>>   ARM: dts: Add camera device nodes for Exynos4210 SoCs
>>   ARM: dts: Add FIMC nodes for Exynos4210 Trats board
>>   ARM: dts: Add MIPI PHY node to exynos4.dtsi
>>
>>  arch/arm/boot/dts/exynos4.dtsi            |  102
> ++++++++++++++++++++++++--
>>  arch/arm/boot/dts/exynos4210-pinctrl.dtsi |   23 ++++++
>>  arch/arm/boot/dts/exynos4210-trats.dts    |  103
> ++++++++++++++++++++++---
>> --
>>  arch/arm/boot/dts/exynos4210.dtsi         |   30 ++++++++
>>  arch/arm/boot/dts/exynos4412-trats2.dts   |  110
>> +++++++++++++++++++++++++++++
>>  arch/arm/boot/dts/exynos4x12-pinctrl.dtsi |   61 ++++++++++++++--
>>  arch/arm/boot/dts/exynos4x12.dtsi         |  103
> +++++++++++++++++++++++++++
>>  7 files changed, 503 insertions(+), 29 deletions(-)
>>
>> --
>> 1.7.9.5
> 
> Basically, I'm fine on this series but you said, you will address comments
> on some patches :)

Thanks, I've just sent an updated series. Would be good to finally
merge it if it looks OK. I have a few more patches on top of it but
that likely could be merged only in a week or two, after related
driver changes are finally reviewed and queued for 3.12.

--
Thanks,
Sylwester

WARNING: multiple messages have this Message-ID (diff)
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board
Date: Wed, 24 Jul 2013 15:29:09 +0200	[thread overview]
Message-ID: <51EFD6A5.9020006@samsung.com> (raw)
In-Reply-To: <0ee701ce886d$b7bc5930$27350b90$%kim@samsung.com>

On 07/24/2013 03:00 PM, Kukjin Kim wrote:
> Sylwester Nawrocki wrote:
>>
>> This patch series includes some fixes and extensions to the Exynos dts
>> files to add the camera and magnetometer sensor support for the TRATS
>> and TRATS2 board. It depends on a patch from Tomasz adding initial
>> TRATS2 board dts file [1].
>>
> Already it is in my tree :)

Great, I guess some time is needed until it shows up in the public
git tree.

>> Comparing to the previous version of this patch set I've added a few
>> more patches, for the Exynos4210 based TRATS board and a patch adding
>> MIPI CSIS/DSIM PHY provider nodes and related properties to the PHY
>> consumer nodes.
>>
>> This series has been tested with the S5K6A3/FIMC-IS and S5K5BAFX
>> (front facing) cameras on top of next-20130627 tag. It can be found
>> also at:
>> http://git.linuxtv.org/snawrocki/samsung.git/next-20130627-dts-trats-v3
>>
>> Detailed changes since v2 are listed in each patch.
>>
>> Changes since v1:
>>  - enabled pull down in cam-port-{a, b}-clk-idle nodes (1/8)
>>  - added node alias for i2c-gpio at 0 I2C controller node (7/8).
>>
>> [1] http://www.spinics.net/lists/arm-kernel/msg253184.html
>>
>> Andrzej Hajda (2):
>>   ARM: dts: Add Exynos4210 SoC camera port pinctrl nodes
>>   ARM: dts: Add S5K5BA sensor regulator definitions for Trats board
>>
>> Jacek Anaszewski (1):
>>   ARM: dts: Add AK8975 device node for Exynos4412 TRATS2 board
>>
>> Sylwester Nawrocki (10):
>>   ARM: dts: Correct camera pinctrl nodes for Exynos4x12 SoCs
>>   ARM: dts: Add pinctrl entries for Exynos4x12 FIMC-IS peripherals
>>   ARM: dts: Add ISP power domain node for Exynos4x12
>>   ARM: dts: Use generic DMA bindings for Exynos4 SPI devices
>>   ARM: dts: Add camera subsystem device nodes to exynos4.dtsi
>>   ARM: dts: Add camera subsystem nodes to exynos4x12.dtsi
>>   ARM: dts: Add camera device nodes for Exynos4412 TRATS2 board
>>   ARM: dts: Add camera device nodes for Exynos4210 SoCs
>>   ARM: dts: Add FIMC nodes for Exynos4210 Trats board
>>   ARM: dts: Add MIPI PHY node to exynos4.dtsi
>>
>>  arch/arm/boot/dts/exynos4.dtsi            |  102
> ++++++++++++++++++++++++--
>>  arch/arm/boot/dts/exynos4210-pinctrl.dtsi |   23 ++++++
>>  arch/arm/boot/dts/exynos4210-trats.dts    |  103
> ++++++++++++++++++++++---
>> --
>>  arch/arm/boot/dts/exynos4210.dtsi         |   30 ++++++++
>>  arch/arm/boot/dts/exynos4412-trats2.dts   |  110
>> +++++++++++++++++++++++++++++
>>  arch/arm/boot/dts/exynos4x12-pinctrl.dtsi |   61 ++++++++++++++--
>>  arch/arm/boot/dts/exynos4x12.dtsi         |  103
> +++++++++++++++++++++++++++
>>  7 files changed, 503 insertions(+), 29 deletions(-)
>>
>> --
>> 1.7.9.5
> 
> Basically, I'm fine on this series but you said, you will address comments
> on some patches :)

Thanks, I've just sent an updated series. Would be good to finally
merge it if it looks OK. I have a few more patches on top of it but
that likely could be merged only in a week or two, after related
driver changes are finally reviewed and queued for 3.12.

--
Thanks,
Sylwester

  reply	other threads:[~2013-07-24 13:29 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01 15:22 [PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board Sylwester Nawrocki
2013-07-01 15:22 ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 01/13] ARM: dts: Correct camera pinctrl nodes for Exynos4x12 SoCs Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 02/13] ARM: dts: Add pinctrl entries for Exynos4x12 FIMC-IS peripherals Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 03/13] ARM: dts: Add ISP power domain node for Exynos4x12 Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 04/13] ARM: dts: Use generic DMA bindings for Exynos4 SPI devices Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 05/13] ARM: dts: Add camera subsystem device nodes to exynos4.dtsi Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 06/13] ARM: dts: Add camera subsystem nodes to exynos4x12.dtsi Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 07/13] ARM: dts: Add AK8975 device node for Exynos4412 TRATS2 board Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-05 23:18   ` Tomasz Figa
2013-07-05 23:18     ` Tomasz Figa
2013-07-08 12:52     ` Sylwester Nawrocki
2013-07-08 12:52       ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 08/13] ARM: dts: Add camera device nodes " Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-05 23:23   ` Tomasz Figa
2013-07-05 23:23     ` Tomasz Figa
2013-07-08 13:13     ` Sylwester Nawrocki
2013-07-08 13:13       ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 09/13] ARM: dts: Add camera device nodes for Exynos4210 SoCs Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 10/13] ARM: dts: Add FIMC nodes for Exynos4210 Trats board Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 11/13] ARM: dts: Add Exynos4210 SoC camera port pinctrl nodes Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-01 15:22 ` [PATCH v3 12/13] ARM: dts: Add S5K5BA sensor regulator definitions for Trats board Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-05 23:26   ` Tomasz Figa
2013-07-05 23:26     ` Tomasz Figa
2013-07-08 14:12     ` Sylwester Nawrocki
2013-07-08 14:12       ` Sylwester Nawrocki
2013-07-08 14:19       ` Tomasz Figa
2013-07-08 14:19         ` Tomasz Figa
2013-07-01 15:22 ` [PATCH v3 13/13] ARM: dts: Add MIPI PHY node to exynos4.dtsi Sylwester Nawrocki
2013-07-01 15:22   ` Sylwester Nawrocki
2013-07-05 23:27 ` [PATCH v3 00/13] ARM: dts: Add camera and magnetometer support for TRATS(2) board Tomasz Figa
2013-07-05 23:27   ` Tomasz Figa
2013-07-24 13:00 ` Kukjin Kim
2013-07-24 13:00   ` Kukjin Kim
2013-07-24 13:29   ` Sylwester Nawrocki [this message]
2013-07-24 13:29     ` Sylwester Nawrocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51EFD6A5.9020006@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=j.anaszewski@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=myungjoo.ham@samsung.com \
    --cc=phil.carmody@partner.samsung.com \
    --cc=t.figa@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.