* [GIT PULL 6/7] Samsung DT for v3.14
@ 2013-12-15 20:22 Kukjin Kim
2013-12-16 17:16 ` Mark Brown
2013-12-22 22:15 ` Olof Johansson
0 siblings, 2 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-12-15 20:22 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt
for you to fetch changes up to e0b51c2eae8ebf10d80530b7a306818252206325:
ARM: dts: Update Samsung sysreg binding document (2013-12-16 04:47:38
+0900)
----------------------------------------------------------------
Samsung DT updates for v3.14
- Add support Octa Cores for exynos5420
: populate CPU node entries to 8 Cores
: extend mct to support 8 local interrupts
- Update dwmmc nodes for exynos5250 and exynos5420
: change status property of dwmmc nodes for exynos5250
: move dwmmc nodes from exynos5 to exynos5250 because
it's different between exynos5250 and exynos5420
: rename mmc nodes from dwmmc for exynos5 SoCs
: add dwmmc nodes for exynos5420
- Add G-Scaler nodes for exynos5420
- Add HS-i2c nodes in exynos5420
: High Speed I2C 7 channels (4 to 10)
- Update sysreg binding and node name in exynos4
- Update min voltage on exynos5250-arndale
- Move fifo-depth property from boards to exynos5250 SoC
: because the fifo-depth property is SoC specific
----------------------------------------------------------------
Chander Kashyap (2):
clocksource: mct: extend mct to support 8 local interrupts for
Exynos5420
ARM: dts: populate cpu node entries to 8 cpus for exynos5420
Leela Krishna Amudala (1):
ARM: dts: Add device nodes for GScaler blocks for exynos5420
Sachin Kamat (4):
ARM: dts: Update min voltage for vdd_arm on Arndale
ARM: dts: Add hs-i2c nodes to exynos5420
ARM: dts: Fix sysreg node name in exynos4.dtsi
ARM: dts: Update Samsung sysreg binding document
Yuvaraj Kumar C D (5):
ARM: dts: Move dwmmc nodes from exynos5.dtsi to exynos5250.dtsi
ARM: dts: change status property of dwmmc nodes for exynos5250
ARM: dts: Move fifo-depth property from exynos5250 board dts
ARM: dts: rename mmc dts node for exynos5 series
ARM: dts: Add dwmmc DT nodes for exynos5420 SOC
.../devicetree/bindings/arm/samsung/sysreg.txt | 7 +-
.../devicetree/bindings/mmc/exynos-dw-mshc.txt | 2 +
arch/arm/boot/dts/cros5250-common.dtsi | 11 +-
arch/arm/boot/dts/exynos4.dtsi | 2 +-
arch/arm/boot/dts/exynos5.dtsi | 21 ---
arch/arm/boot/dts/exynos5250-arndale.dts | 18 +-
arch/arm/boot/dts/exynos5250-smdk5250.dts | 16 +-
arch/arm/boot/dts/exynos5250-snow.dts | 2 +-
arch/arm/boot/dts/exynos5250.dtsi | 36 +++-
arch/arm/boot/dts/exynos5420-smdk5420.dts | 33 ++++
arch/arm/boot/dts/exynos5420.dtsi | 194
++++++++++++++++++++-
drivers/clocksource/exynos_mct.c | 4 +
12 files changed, 280 insertions(+), 66 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 6/7] Samsung DT for v3.14
2013-12-15 20:22 [GIT PULL 6/7] Samsung DT for v3.14 Kukjin Kim
@ 2013-12-16 17:16 ` Mark Brown
2013-12-17 12:26 ` kgene at kernel.org
2013-12-22 22:15 ` Olof Johansson
1 sibling, 1 reply; 6+ messages in thread
From: Mark Brown @ 2013-12-16 17:16 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 16, 2013 at 05:22:50AM +0900, Kukjin Kim wrote:
> Samsung DT updates for v3.14
> - Add support Octa Cores for exynos5420
> : populate CPU node entries to 8 Cores
> : extend mct to support 8 local interrupts
> - Update dwmmc nodes for exynos5250 and exynos5420
> : change status property of dwmmc nodes for exynos5250
> : move dwmmc nodes from exynos5 to exynos5250 because
> it's different between exynos5250 and exynos5420
> : rename mmc nodes from dwmmc for exynos5 SoCs
> : add dwmmc nodes for exynos5420
> - Add G-Scaler nodes for exynos5420
> - Add HS-i2c nodes in exynos5420
> : High Speed I2C 7 channels (4 to 10)
> - Update sysreg binding and node name in exynos4
> - Update min voltage on exynos5250-arndale
> - Move fifo-depth property from boards to exynos5250 SoC
> : because the fifo-depth property is SoC specific
I've been sending updates to disable the I2C and SPI devices by default
on 5250 for some time now - is there any chance of getting them
included?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131216/a28457b6/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 6/7] Samsung DT for v3.14
2013-12-16 17:16 ` Mark Brown
@ 2013-12-17 12:26 ` kgene at kernel.org
2013-12-17 12:32 ` Mark Brown
0 siblings, 1 reply; 6+ messages in thread
From: kgene at kernel.org @ 2013-12-17 12:26 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> On Mon, Dec 16, 2013 at 05:22:50AM +0900, Kukjin Kim wrote:
>
> > Samsung DT updates for v3.14
> > - Add support Octa Cores for exynos5420
> > : populate CPU node entries to 8 Cores
> > : extend mct to support 8 local interrupts
> > - Update dwmmc nodes for exynos5250 and exynos5420
> > : change status property of dwmmc nodes for exynos5250
> > : move dwmmc nodes from exynos5 to exynos5250 because
> > it's different between exynos5250 and exynos5420
> > : rename mmc nodes from dwmmc for exynos5 SoCs
> > : add dwmmc nodes for exynos5420
> > - Add G-Scaler nodes for exynos5420
> > - Add HS-i2c nodes in exynos5420
> > : High Speed I2C 7 channels (4 to 10)
> > - Update sysreg binding and node name in exynos4
> > - Update min voltage on exynos5250-arndale
> > - Move fifo-depth property from boards to exynos5250 SoC
> > : because the fifo-depth property is SoC specific
>
> I've been sending updates to disable the I2C and SPI devices by default
> on 5250 for some time now - is there any chance of getting them
> included?
Probably, yes and I will send out 2nd round for v3.14 in this weekend before
rc5 release ;-)
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 6/7] Samsung DT for v3.14
2013-12-17 12:26 ` kgene at kernel.org
@ 2013-12-17 12:32 ` Mark Brown
0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2013-12-17 12:32 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Dec 17, 2013 at 09:26:49PM +0900, kgene at kernel.org wrote:
> Mark Brown wrote:
> > I've been sending updates to disable the I2C and SPI devices by default
> > on 5250 for some time now - is there any chance of getting them
> > included?
> Probably, yes and I will send out 2nd round for v3.14 in this weekend before
> rc5 release ;-)
Excellent, thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131217/a7c346cb/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 6/7] Samsung DT for v3.14
2013-12-15 20:22 [GIT PULL 6/7] Samsung DT for v3.14 Kukjin Kim
2013-12-16 17:16 ` Mark Brown
@ 2013-12-22 22:15 ` Olof Johansson
2013-12-24 2:14 ` Kukjin Kim
1 sibling, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2013-12-22 22:15 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Dec 16, 2013 at 05:22:50AM +0900, Kukjin Kim wrote:
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>
> Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-dt
>
> for you to fetch changes up to e0b51c2eae8ebf10d80530b7a306818252206325:
>
> ARM: dts: Update Samsung sysreg binding document (2013-12-16
> 04:47:38 +0900)
>
> ----------------------------------------------------------------
> Samsung DT updates for v3.14
> - Add support Octa Cores for exynos5420
> : populate CPU node entries to 8 Cores
> : extend mct to support 8 local interrupts
> - Update dwmmc nodes for exynos5250 and exynos5420
> : change status property of dwmmc nodes for exynos5250
> : move dwmmc nodes from exynos5 to exynos5250 because
> it's different between exynos5250 and exynos5420
> : rename mmc nodes from dwmmc for exynos5 SoCs
> : add dwmmc nodes for exynos5420
> - Add G-Scaler nodes for exynos5420
> - Add HS-i2c nodes in exynos5420
> : High Speed I2C 7 channels (4 to 10)
> - Update sysreg binding and node name in exynos4
> - Update min voltage on exynos5250-arndale
> - Move fifo-depth property from boards to exynos5250 SoC
> : because the fifo-depth property is SoC specific
Shouldn't some of these patches be fixes instead, i.e. the vdd_arm change for
Arndale, the sysreg node fix, etc?
I've merged this in, but this I considered not doing it since it also contains
new platform development. As I mentioned in the pull request for the 'dev'
branch: We need to see exynos converted to multiplatform before we pick up any
more non-multiplatform support.
Merged into next/dt.
Regards,
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 6/7] Samsung DT for v3.14
2013-12-22 22:15 ` Olof Johansson
@ 2013-12-24 2:14 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2013-12-24 2:14 UTC (permalink / raw)
To: linux-arm-kernel
Olof Johansson wrote:
>
> On Mon, Dec 16, 2013 at 05:22:50AM +0900, Kukjin Kim wrote:
> > The following changes since commit
> 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> >
> > Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
> >
> > are available in the git repository at:
> >
>
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/samsung-dt
> >
> > for you to fetch changes up to e0b51c2eae8ebf10d80530b7a306818252206325:
> >
> > ARM: dts: Update Samsung sysreg binding document (2013-12-16
> > 04:47:38 +0900)
> >
> > ----------------------------------------------------------------
> > Samsung DT updates for v3.14
> > - Add support Octa Cores for exynos5420
> > : populate CPU node entries to 8 Cores
> > : extend mct to support 8 local interrupts
> > - Update dwmmc nodes for exynos5250 and exynos5420
> > : change status property of dwmmc nodes for exynos5250
> > : move dwmmc nodes from exynos5 to exynos5250 because
> > it's different between exynos5250 and exynos5420
> > : rename mmc nodes from dwmmc for exynos5 SoCs
> > : add dwmmc nodes for exynos5420
> > - Add G-Scaler nodes for exynos5420
> > - Add HS-i2c nodes in exynos5420
> > : High Speed I2C 7 channels (4 to 10)
> > - Update sysreg binding and node name in exynos4
> > - Update min voltage on exynos5250-arndale
> > - Move fifo-depth property from boards to exynos5250 SoC
> > : because the fifo-depth property is SoC specific
>
> Shouldn't some of these patches be fixes instead, i.e. the vdd_arm change
> for
> Arndale, the sysreg node fix, etc?
>
OK, I see, I will pay more attention, some of them were ambiguous though :-)
> I've merged this in, but this I considered not doing it since it also
> contains
> new platform development. As I mentioned in the pull request for the 'dev'
> branch: We need to see exynos converted to multiplatform before we pick up
> any
> more non-multiplatform support.
>
OK, thanks.
> Merged into next/dt.
>
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-12-24 2:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-15 20:22 [GIT PULL 6/7] Samsung DT for v3.14 Kukjin Kim
2013-12-16 17:16 ` Mark Brown
2013-12-17 12:26 ` kgene at kernel.org
2013-12-17 12:32 ` Mark Brown
2013-12-22 22:15 ` Olof Johansson
2013-12-24 2:14 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox