* [GIT PULL] SOCFPGA DTS updates for 3.16
@ 2014-04-25 22:57 dinguyen at altera.com
2014-04-25 22:57 ` [GIT PULL] SOCFPGA driver " dinguyen at altera.com
2014-05-05 22:04 ` [GIT PULL] SOCFPGA DTS " Olof Johansson
0 siblings, 2 replies; 5+ messages in thread
From: dinguyen at altera.com @ 2014-04-25 22:57 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Kevin and Olof,
Please consider pulling in these patches for v3.16. These consist mostly of
DTS updates and a few DTS bindings documentation updates for SOCFPGA.
Thanks,
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
are available in the git repository at:
git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-dt-updates-for-3.16
for you to fetch changes up to 2adecac3f50865b53c060949be4251a486547c48:
dt: bindings: Typo s/clocks-names/clock-names/g (2014-04-24 17:52:30 -0500)
----------------------------------------------------------------
dts: socfpga: general updates for the socfpga platform
Mostly DTS additions to the SOCFPGA platform from Steffan Trumtrar, and a
couple of device tree documentation updates/typo fix.
----------------------------------------------------------------
Dinh Nguyen (4):
ARM: socfpga: dts: add eeprom and rtc on i2c0
ARM: socfpga: dts: Remove hard coded clock-frequency property
ARM: socfpga: dts: Add DTS entries for USB
ARM: socfpga: dts: Add div-reg to the main_pll clocks
Geert Uytterhoeven (1):
dt: bindings: Typo s/clocks-names/clock-names/g
Sebastian Andrzej Siewior (1):
ARM: dts: socfpga: add gpio pieces
Steffen Trumtrar (10):
ARM: socfpga: dts: fix pdma interrupt
ARM: socfpga: dts: add remaining interrupts for pdma
ARM: socfpga: dts: add i2c busses
ARM: socfpga: dts: add can0+1
ARM: socfpga: dts: add support for EBV SOCrates
ARM: socfpga: dts: add rtc on i2c0 to socrates
ARM: socfpga: dts: convert to preprocessor includes
Documentation: dt: socfpga: add reset-cells property
Documentation: dt: reset: move socfpga-reset
ARM: socfpga: dts: add reset-controller
.../devicetree/bindings/clock/altr_socfpga.txt | 4 +-
.../devicetree/bindings/net/socfpga-dwmac.txt | 2 +-
Documentation/devicetree/bindings/net/stmmac.txt | 2 +-
.../{arm/altera => reset}/socfpga-reset.txt | 2 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/socfpga.dtsi | 180 +++++++++++++++++++-
arch/arm/boot/dts/socfpga_arria5.dtsi | 26 +--
arch/arm/boot/dts/socfpga_arria5_socdk.dts | 21 ++-
arch/arm/boot/dts/socfpga_cyclone5.dtsi | 26 +--
arch/arm/boot/dts/socfpga_cyclone5_socdk.dts | 21 ++-
arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | 6 +-
arch/arm/boot/dts/socfpga_cyclone5_socrates.dts | 50 ++++++
arch/arm/boot/dts/socfpga_vt.dts | 2 +-
include/dt-bindings/reset/altr,rst-mgr.h | 90 ++++++++++
14 files changed, 369 insertions(+), 64 deletions(-)
rename Documentation/devicetree/bindings/{arm/altera => reset}/socfpga-reset.txt (85%)
create mode 100644 arch/arm/boot/dts/socfpga_cyclone5_socrates.dts
create mode 100644 include/dt-bindings/reset/altr,rst-mgr.h
^ permalink raw reply [flat|nested] 5+ messages in thread* [GIT PULL] SOCFPGA driver updates for 3.16
2014-04-25 22:57 [GIT PULL] SOCFPGA DTS updates for 3.16 dinguyen at altera.com
@ 2014-04-25 22:57 ` dinguyen at altera.com
2014-05-05 22:14 ` Olof Johansson
2014-05-05 22:04 ` [GIT PULL] SOCFPGA DTS " Olof Johansson
1 sibling, 1 reply; 5+ messages in thread
From: dinguyen at altera.com @ 2014-04-25 22:57 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Kevin, and Olof,
Please consider pulling in this patch for 3.16. It adds a reset driver for
the SOCFPGA platform.
Thanks,
Dinh
The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
are available in the git repository at:
git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-driver-update-for-3.16
for you to fetch changes up to a39a493932dfc534cb761d6f95861a281e57c1e7:
reset: add driver for socfpga (2014-04-25 17:40:08 -0500)
----------------------------------------------------------------
drivers: Add reset driver for SOCFPGA
Add a reset driver for the SOCFPGA platform.
----------------------------------------------------------------
Steffen Trumtrar (1):
reset: add driver for socfpga
drivers/reset/Makefile | 1 +
drivers/reset/reset-socfpga.c | 146 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 147 insertions(+)
create mode 100644 drivers/reset/reset-socfpga.c
^ permalink raw reply [flat|nested] 5+ messages in thread* [GIT PULL] SOCFPGA driver updates for 3.16
2014-04-25 22:57 ` [GIT PULL] SOCFPGA driver " dinguyen at altera.com
@ 2014-05-05 22:14 ` Olof Johansson
0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2014-05-05 22:14 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 25, 2014 at 05:57:50PM -0500, dinguyen at altera.com wrote:
> Hi Arnd, Kevin, and Olof,
>
> Please consider pulling in this patch for 3.16. It adds a reset driver for
> the SOCFPGA platform.
>
> Thanks,
> Dinh
>
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
>
> Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
>
> are available in the git repository at:
>
> git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-driver-update-for-3.16
>
> for you to fetch changes up to a39a493932dfc534cb761d6f95861a281e57c1e7:
>
> reset: add driver for socfpga (2014-04-25 17:40:08 -0500)
Merged into next/drivers, thanks!
-Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] SOCFPGA DTS updates for 3.16
2014-04-25 22:57 [GIT PULL] SOCFPGA DTS updates for 3.16 dinguyen at altera.com
2014-04-25 22:57 ` [GIT PULL] SOCFPGA driver " dinguyen at altera.com
@ 2014-05-05 22:04 ` Olof Johansson
2014-05-05 22:12 ` Dinh Nguyen
1 sibling, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2014-05-05 22:04 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Apr 25, 2014 at 05:57:49PM -0500, dinguyen at altera.com wrote:
> Hi Arnd, Kevin and Olof,
>
> Please consider pulling in these patches for v3.16. These consist mostly of
> DTS updates and a few DTS bindings documentation updates for SOCFPGA.
>
> Thanks,
>
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
>
> Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
>
> are available in the git repository at:
>
> git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-dt-updates-for-3.16
>
> for you to fetch changes up to 2adecac3f50865b53c060949be4251a486547c48:
>
> dt: bindings: Typo s/clocks-names/clock-names/g (2014-04-24 17:52:30 -0500)
>
> ----------------------------------------------------------------
> dts: socfpga: general updates for the socfpga platform
>
> Mostly DTS additions to the SOCFPGA platform from Steffan Trumtrar, and a
> couple of device tree documentation updates/typo fix.
>
> ----------------------------------------------------------------
> Dinh Nguyen (4):
> ARM: socfpga: dts: add eeprom and rtc on i2c0
> ARM: socfpga: dts: Remove hard coded clock-frequency property
> ARM: socfpga: dts: Add DTS entries for USB
> ARM: socfpga: dts: Add div-reg to the main_pll clocks
>
> Geert Uytterhoeven (1):
> dt: bindings: Typo s/clocks-names/clock-names/g
>
> Sebastian Andrzej Siewior (1):
> ARM: dts: socfpga: add gpio pieces
>
> Steffen Trumtrar (10):
> ARM: socfpga: dts: fix pdma interrupt
> ARM: socfpga: dts: add remaining interrupts for pdma
> ARM: socfpga: dts: add i2c busses
> ARM: socfpga: dts: add can0+1
> ARM: socfpga: dts: add support for EBV SOCrates
> ARM: socfpga: dts: add rtc on i2c0 to socrates
> ARM: socfpga: dts: convert to preprocessor includes
> Documentation: dt: socfpga: add reset-cells property
> Documentation: dt: reset: move socfpga-reset
> ARM: socfpga: dts: add reset-controller
Hi,
I had a comment on the gpio binding, so I replied to the original patch. Let's
see that discussion reach a conclusion before I bring this in.
If you prefer, you can prepare the branch without that patch if you want to
land everything else, and then do a incremental pull request with that patch
(or equivalent patch) once discussion has been settled.
-Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] SOCFPGA DTS updates for 3.16
2014-05-05 22:04 ` [GIT PULL] SOCFPGA DTS " Olof Johansson
@ 2014-05-05 22:12 ` Dinh Nguyen
0 siblings, 0 replies; 5+ messages in thread
From: Dinh Nguyen @ 2014-05-05 22:12 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, 2014-05-05 at 15:04 -0700, Olof Johansson wrote:
> On Fri, Apr 25, 2014 at 05:57:49PM -0500, dinguyen at altera.com wrote:
> > Hi Arnd, Kevin and Olof,
> >
> > Please consider pulling in these patches for v3.16. These consist mostly of
> > DTS updates and a few DTS bindings documentation updates for SOCFPGA.
> >
> > Thanks,
> >
> > The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> >
> > Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)
> >
> > are available in the git repository at:
> >
> > git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga-dt-updates-for-3.16
> >
> > for you to fetch changes up to 2adecac3f50865b53c060949be4251a486547c48:
> >
> > dt: bindings: Typo s/clocks-names/clock-names/g (2014-04-24 17:52:30 -0500)
> >
> > ----------------------------------------------------------------
> > dts: socfpga: general updates for the socfpga platform
> >
> > Mostly DTS additions to the SOCFPGA platform from Steffan Trumtrar, and a
> > couple of device tree documentation updates/typo fix.
> >
> > ----------------------------------------------------------------
> > Dinh Nguyen (4):
> > ARM: socfpga: dts: add eeprom and rtc on i2c0
> > ARM: socfpga: dts: Remove hard coded clock-frequency property
> > ARM: socfpga: dts: Add DTS entries for USB
> > ARM: socfpga: dts: Add div-reg to the main_pll clocks
> >
> > Geert Uytterhoeven (1):
> > dt: bindings: Typo s/clocks-names/clock-names/g
> >
> > Sebastian Andrzej Siewior (1):
> > ARM: dts: socfpga: add gpio pieces
> >
> > Steffen Trumtrar (10):
> > ARM: socfpga: dts: fix pdma interrupt
> > ARM: socfpga: dts: add remaining interrupts for pdma
> > ARM: socfpga: dts: add i2c busses
> > ARM: socfpga: dts: add can0+1
> > ARM: socfpga: dts: add support for EBV SOCrates
> > ARM: socfpga: dts: add rtc on i2c0 to socrates
> > ARM: socfpga: dts: convert to preprocessor includes
> > Documentation: dt: socfpga: add reset-cells property
> > Documentation: dt: reset: move socfpga-reset
> > ARM: socfpga: dts: add reset-controller
>
> Hi,
>
> I had a comment on the gpio binding, so I replied to the original patch. Let's
> see that discussion reach a conclusion before I bring this in.
>
> If you prefer, you can prepare the branch without that patch if you want to
> land everything else, and then do a incremental pull request with that patch
> (or equivalent patch) once discussion has been settled.
>
Hi Olof,
I think I will spin a new branch with the gpio binding patch removed
because I will also need to update the branch to remove the following
patch since it has already been picked up by Grant Likely:
Geert Uytterhoeven (1):
dt: bindings: Typo s/clocks-names/clock-names/g
Thanks,
Dinh
>
> -Olof
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-05-05 22:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 22:57 [GIT PULL] SOCFPGA DTS updates for 3.16 dinguyen at altera.com
2014-04-25 22:57 ` [GIT PULL] SOCFPGA driver " dinguyen at altera.com
2014-05-05 22:14 ` Olof Johansson
2014-05-05 22:04 ` [GIT PULL] SOCFPGA DTS " Olof Johansson
2014-05-05 22:12 ` Dinh Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).