* [GIT PULL] LPC18xx DTS changes for v4.4
@ 2015-10-10 21:12 Joachim Eastwood
2015-10-10 21:12 ` [GIT PULL] PL172 driver updates " Joachim Eastwood
2015-10-14 15:47 ` [GIT PULL] LPC18xx DTS changes " Arnd Bergmann
0 siblings, 2 replies; 4+ messages in thread
From: Joachim Eastwood @ 2015-10-10 21:12 UTC (permalink / raw)
To: linux-arm-kernel
Hi arm-soc team,
Please consider pulling these DTS changes for the NXP LPC18xx
platform and related boards into arm-soc/dt.
Contain DTS additions for drivers that went upstream during the
previous merge cycle and some board updates.
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
are available in the git repository at:
https://github.com/manabian/linux-lpc.git tags/lpc18xx_dts_for_4.4
for you to fetch changes up to 6031d8bbf29e7bdb22d69dc4dd7b2ad7a402e57a:
ARM: dts: lpc4350-hitex-eval: add joystick, buttons and leds (2015-09-30 22:49:03 +0200)
----------------------------------------------------------------
Device Tree additions for NXP LPC18xx platform
- Reset controller (RGU)
- DMA controller and mux
- SPI Flash (SPIFI) controller
- I2C controller
- Watchdog and SCT PWM from Ariel D'Alessandro
And board updates for EA4357 dev kit and Hitex LPC4350 eval board
adding I2C, SPIFI Flash and some miscellaneous stuff.
----------------------------------------------------------------
Ariel D'Alessandro (3):
ARM: dts: lpc18xx: add watchdog node
ARM: dts: lpc18xx: add sct pwm node
ARM: dts: lpc4350-hitex-eval: add i2c0 and devices
Joachim Eastwood (13):
ARM: dts: lpc18xx: add rgu node
ARM: dts: lpc18xx: add spifi node
ARM: dts: lpc18xx: add dmac node
ARM: dts: lpc18xx: add dmamux node
ARM: dts: lpc18xx: add dma to ssp0/1
ARM: dts: lpc18xx: add dma to uart0/1/2/3
ARM: dts: lpc18xx: add i2c nodes
ARM: dts: lpc18xx: add resets entry to device nodes
ARM: dts: lpc4357-ea4357: add spifi and flash device
ARM: dts: lpc4357-ea4357: add ssp0
ARM: dts: lpc4357-ea4357: add i2c0 and devices
ARM: dts: lpc4350-hitex-eval: add spifi and flash device
ARM: dts: lpc4350-hitex-eval: add joystick, buttons and leds
arch/arm/boot/dts/lpc18xx.dtsi | 134 +++++++++++++++++++++
arch/arm/boot/dts/lpc4350-hitex-eval.dts | 175 ++++++++++++++++++++++++++++
arch/arm/boot/dts/lpc4357-ea4357-devkit.dts | 95 +++++++++++++++
3 files changed, 404 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] PL172 driver updates for v4.4
2015-10-10 21:12 [GIT PULL] LPC18xx DTS changes for v4.4 Joachim Eastwood
@ 2015-10-10 21:12 ` Joachim Eastwood
2015-10-15 20:26 ` Arnd Bergmann
2015-10-14 15:47 ` [GIT PULL] LPC18xx DTS changes " Arnd Bergmann
1 sibling, 1 reply; 4+ messages in thread
From: Joachim Eastwood @ 2015-10-10 21:12 UTC (permalink / raw)
To: linux-arm-kernel
Hi arm-soc team,
Please consider pulling these changes for memory/pl172 into
arm-soc/drivers.
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
are available in the git repository at:
https://github.com/manabian/linux-lpc.git tags/drivers_pl172_for_4.4
for you to fetch changes up to 961a86d22e89428516fa7183b7750a4ba9866f4d:
doc: dt: arm,pl172: add description of PL175 and PL176 controllers (2015-09-29 22:19:02 +0200)
----------------------------------------------------------------
Support for additional ARM MPMCs to the PL172 driver and an update to
the bindings documentation to reflect this from Vladimir Zapolskiy.
"The change adds support of ARM PrimeCell PL175 MPMC and PL176 MPMC,
the static memory controllers on devices are similar to one found on
ARM PrimeCell PL172, add support to the existing driver."
----------------------------------------------------------------
Vladimir Zapolskiy (4):
memory: pl172: correct MPMC peripheral ID register bits
memory: pl172: add ARM PrimeCell PL175 MPMC support
memory: pl172: add ARM PrimeCell PL176 MPMC support
doc: dt: arm,pl172: add description of PL175 and PL176 controllers
.../bindings/memory-controllers/arm,pl172.txt | 8 ++++---
drivers/memory/pl172.c | 26 +++++++++++++++++++---
2 files changed, 28 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] LPC18xx DTS changes for v4.4
2015-10-10 21:12 [GIT PULL] LPC18xx DTS changes for v4.4 Joachim Eastwood
2015-10-10 21:12 ` [GIT PULL] PL172 driver updates " Joachim Eastwood
@ 2015-10-14 15:47 ` Arnd Bergmann
1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-14 15:47 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 10 October 2015 23:12:30 Joachim Eastwood wrote:
>
> Please consider pulling these DTS changes for the NXP LPC18xx
> platform and related boards into arm-soc/dt.
>
> Contain DTS additions for drivers that went upstream during the
> previous merge cycle and some board updates.
>
>
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] PL172 driver updates for v4.4
2015-10-10 21:12 ` [GIT PULL] PL172 driver updates " Joachim Eastwood
@ 2015-10-15 20:26 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-15 20:26 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 10 October 2015 23:12:31 Joachim Eastwood wrote:
> Support for additional ARM MPMCs to the PL172 driver and an update to
> the bindings documentation to reflect this from Vladimir Zapolskiy.
>
> "The change adds support of ARM PrimeCell PL175 MPMC and PL176 MPMC,
> the static memory controllers on devices are similar to one found on
> ARM PrimeCell PL172, add support to the existing driver."
>
Pulled into next/drivers, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-15 20:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10 21:12 [GIT PULL] LPC18xx DTS changes for v4.4 Joachim Eastwood
2015-10-10 21:12 ` [GIT PULL] PL172 driver updates " Joachim Eastwood
2015-10-15 20:26 ` Arnd Bergmann
2015-10-14 15:47 ` [GIT PULL] LPC18xx DTS changes " Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox