From: Tomasz Figa <t.figa@samsung.com>
To: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
Kyungmin Park <kyungmin.park@samsung.com>,
Thomas Abraham <thomas.abraham@linaro.org>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Stephen Warren <swarren@wwwdotorg.org>,
Kukjin Kim <kgene.kim@samsung.com>,
Tomasz Figa <t.figa@samsung.com>
Subject: [PATCH v3 0/6] Exynos device tree clean-up for 3.14
Date: Thu, 12 Dec 2013 17:12:12 +0100 [thread overview]
Message-ID: <1386864738-19829-1-git-send-email-t.figa@samsung.com> (raw)
This series intends to fix small problems with Exynos device tree sources
that I spotted during my work on other things. The fixes are mostly
stylistic, without any funtional changes introduced.
Changes sinve v2:
- Moved MSHC patches to separate series.
- Rebased onto current linux-next.
Changes since v1:
- Addressed Stephen Warren's comments about MCT binding documentation.
Tomasz Figa (6):
Documentation: devicetree: Update Exynos MCT bindings description
ARM: dts: exynos4: Drop interrupt controller properties from MCT nodes
ARM: dts: exynos4x12: Move MCT node to exynos4x12.dtsi
ARM: dts: exynos4: Simplify MCT interrupt map
ARM: dts: exynos: Fix missing spaces after labels
ARM: dts: exynos4: Add missing unit-address of sysreg node
.../bindings/timer/samsung,exynos4210-mct.txt | 54 +++++++++++++++-------
arch/arm/boot/dts/exynos4.dtsi | 6 +--
arch/arm/boot/dts/exynos4210.dtsi | 23 ++++-----
arch/arm/boot/dts/exynos4212.dtsi | 24 +---------
arch/arm/boot/dts/exynos4412.dtsi | 28 +----------
arch/arm/boot/dts/exynos4x12.dtsi | 20 ++++++++
arch/arm/boot/dts/exynos5.dtsi | 4 +-
arch/arm/boot/dts/exynos5250-smdk5250.dts | 6 +--
arch/arm/boot/dts/exynos5440.dtsi | 2 +-
9 files changed, 78 insertions(+), 89 deletions(-)
--
1.8.4.3
WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/6] Exynos device tree clean-up for 3.14
Date: Thu, 12 Dec 2013 17:12:12 +0100 [thread overview]
Message-ID: <1386864738-19829-1-git-send-email-t.figa@samsung.com> (raw)
This series intends to fix small problems with Exynos device tree sources
that I spotted during my work on other things. The fixes are mostly
stylistic, without any funtional changes introduced.
Changes sinve v2:
- Moved MSHC patches to separate series.
- Rebased onto current linux-next.
Changes since v1:
- Addressed Stephen Warren's comments about MCT binding documentation.
Tomasz Figa (6):
Documentation: devicetree: Update Exynos MCT bindings description
ARM: dts: exynos4: Drop interrupt controller properties from MCT nodes
ARM: dts: exynos4x12: Move MCT node to exynos4x12.dtsi
ARM: dts: exynos4: Simplify MCT interrupt map
ARM: dts: exynos: Fix missing spaces after labels
ARM: dts: exynos4: Add missing unit-address of sysreg node
.../bindings/timer/samsung,exynos4210-mct.txt | 54 +++++++++++++++-------
arch/arm/boot/dts/exynos4.dtsi | 6 +--
arch/arm/boot/dts/exynos4210.dtsi | 23 ++++-----
arch/arm/boot/dts/exynos4212.dtsi | 24 +---------
arch/arm/boot/dts/exynos4412.dtsi | 28 +----------
arch/arm/boot/dts/exynos4x12.dtsi | 20 ++++++++
arch/arm/boot/dts/exynos5.dtsi | 4 +-
arch/arm/boot/dts/exynos5250-smdk5250.dts | 6 +--
arch/arm/boot/dts/exynos5440.dtsi | 2 +-
9 files changed, 78 insertions(+), 89 deletions(-)
--
1.8.4.3
next reply other threads:[~2013-12-12 16:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 16:12 Tomasz Figa [this message]
2013-12-12 16:12 ` [PATCH v3 0/6] Exynos device tree clean-up for 3.14 Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 1/6] Documentation: devicetree: Update Exynos MCT bindings description Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 2/6] ARM: dts: exynos4: Drop interrupt controller properties from MCT nodes Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 3/6] ARM: dts: exynos4x12: Move MCT node to exynos4x12.dtsi Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 4/6] ARM: dts: exynos4: Simplify MCT interrupt map Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 5/6] ARM: dts: exynos: Fix missing spaces after labels Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-12 16:12 ` [PATCH v3 6/6] ARM: dts: exynos4: Add missing unit-address of sysreg node Tomasz Figa
2013-12-12 16:12 ` Tomasz Figa
2013-12-18 18:23 ` Kukjin Kim
2013-12-18 18:23 ` Kukjin Kim
2013-12-18 18:36 ` Tomasz Figa
2013-12-18 18:36 ` Tomasz Figa
2013-12-16 0:42 ` [PATCH v3 0/6] Exynos device tree clean-up for 3.14 Kukjin Kim
2013-12-16 0:42 ` Kukjin Kim
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=1386864738-19829-1-git-send-email-t.figa@samsung.com \
--to=t.figa@samsung.com \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--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=olof@lixom.net \
--cc=s.nawrocki@samsung.com \
--cc=swarren@wwwdotorg.org \
--cc=thomas.abraham@linaro.org \
/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.