All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] SOCFPGA updates for 3.15
@ 2014-02-27  3:34 dinguyen at altera.com
  2014-03-09  5:56 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: dinguyen at altera.com @ 2014-02-27  3:34 UTC (permalink / raw
  To: linux-arm-kernel

Hi Arnd, Kevin and Olof,

Please consider pulling in these patches for v3.15.

Thanks,
Dinh

The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:

  Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)

are available in the git repository at:

  git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga_updates_for_3.15

for you to fetch changes up to 1b60b9fac9c56488f78aa4396301757d37e586e7:

  dts: socfpga: Update clock entry to support multiple parents (2014-02-26 21:12:51 -0600)

----------------------------------------------------------------
SOCFPGA updates for 3.15:
*Update SOCFPGA DTS to include ethernet, and clock fixes
*Add stmmac ethernet glue layer
*Update socfpga_defconfig to include sd/mmc, and micrel_phy

----------------------------------------------------------------
Dinh Nguyen (4):
      net: stmmac: Add SOCFPGA glue driver
      dts: socfpga: Add DTS entry for adding the stmmac glue layer for stmmac.
      ARM: socfpga: Update socfpga_defconfig
      dts: socfpga: Update clock entry to support multiple parents

 .../devicetree/bindings/net/socfpga-dwmac.txt      |   35 ++++
 arch/arm/boot/dts/socfpga.dtsi                     |   68 +++++---
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         |   24 +++
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       |   17 ++
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      |   22 ++-
 arch/arm/boot/dts/socfpga_vt.dts                   |    8 +
 arch/arm/configs/socfpga_defconfig                 |    6 +
 drivers/net/ethernet/stmicro/stmmac/Makefile       |    1 +
 .../net/ethernet/stmicro/stmmac/dwmac-socfpga.c    |  183 ++++++++++++++++++++
 9 files changed, 342 insertions(+), 22 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/socfpga-dwmac.txt
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] SOCFPGA updates for 3.15
  2014-02-27  3:34 [GIT PULL] SOCFPGA updates for 3.15 dinguyen at altera.com
@ 2014-03-09  5:56 ` Olof Johansson
  2014-03-09  7:28   ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2014-03-09  5:56 UTC (permalink / raw
  To: linux-arm-kernel

On Wed, Feb 26, 2014 at 09:34:37PM -0600, dinguyen at altera.com wrote:
> Hi Arnd, Kevin and Olof,
> 
> Please consider pulling in these patches for v3.15.
> 
> Thanks,
> Dinh
> 
> The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
> 
>   Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
> 
> are available in the git repository at:
> 
>   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga_updates_for_3.15
> 
> for you to fetch changes up to 1b60b9fac9c56488f78aa4396301757d37e586e7:
> 
>   dts: socfpga: Update clock entry to support multiple parents (2014-02-26 21:12:51 -0600)

Hi,

Merged into next/drivers.


-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] SOCFPGA updates for 3.15
  2014-03-09  5:56 ` Olof Johansson
@ 2014-03-09  7:28   ` Olof Johansson
  0 siblings, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-03-09  7:28 UTC (permalink / raw
  To: linux-arm-kernel

On Sat, Mar 08, 2014 at 09:56:11PM -0800, Olof Johansson wrote:
> On Wed, Feb 26, 2014 at 09:34:37PM -0600, dinguyen at altera.com wrote:
> > Hi Arnd, Kevin and Olof,
> > 
> > Please consider pulling in these patches for v3.15.
> > 
> > Thanks,
> > Dinh
> > 
> > The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
> > 
> >   Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.rocketboards.org/linux-socfpga-next.git tags/socfpga_updates_for_3.15
> > 
> > for you to fetch changes up to 1b60b9fac9c56488f78aa4396301757d37e586e7:
> > 
> >   dts: socfpga: Update clock entry to support multiple parents (2014-02-26 21:12:51 -0600)
> 
> Hi,
> 
> Merged into next/drivers.

This caused build failures when building dtb targets:

ERROR (phandle_references): Reference to non-existent node or label "sysmgr"
ERROR: Input tree has errors, aborting (use -f to force output)
make[3]: *** [arch/arm/boot/dts/socfpga_cyclone5_socdk.dtb] Error 2

And others.

Please fix and respin; I've dropped the branch.


-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-09  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27  3:34 [GIT PULL] SOCFPGA updates for 3.15 dinguyen at altera.com
2014-03-09  5:56 ` Olof Johansson
2014-03-09  7:28   ` Olof Johansson

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.