1. 06 Jan, 2017 1 commit
    • Laurent Pinchart's avatar
      ARM: omap3: beagleboard-xm: dt: Add ethernet to the device tree · 055d31de
      Laurent Pinchart authored
      The Beagleboard-xM has a LAN9514 USB hub and ethernet controller,
      connected to port 2 of the OMAP EHCI controller. The board however has
      no EEPROM to store the ethernet MAC address, which is programmed by the
      boot loader.
      
      To allow Linux to use the same MAC address as the boot loader (or for
      that matter any fixed MAC address), we need a node in the device tree
      for the ethernet controller that the boot loader can update at runtime
      with a local-mac-address property. Add it, along with an alias for the
      ethernet controller to let the boot loader locate it easily.
      Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      055d31de
  2. 05 Jan, 2017 11 commits
  3. 03 Jan, 2017 2 commits
  4. 02 Jan, 2017 2 commits
  5. 26 Dec, 2016 2 commits
    • Linus Torvalds's avatar
      Linux 4.10-rc1 · 7ce7d89f
      Linus Torvalds authored
      7ce7d89f
    • Larry Finger's avatar
      powerpc: Fix build warning on 32-bit PPC · 8ae679c4
      Larry Finger authored
      I am getting the following warning when I build kernel 4.9-git on my
      PowerBook G4 with a 32-bit PPC processor:
      
          AS      arch/powerpc/kernel/misc_32.o
        arch/powerpc/kernel/misc_32.S:299:7: warning: "CONFIG_FSL_BOOKE" is not defined [-Wundef]
      
      This problem is evident after commit 989cea5c ("kbuild: prevent
      lib-ksyms.o rebuilds"); however, this change in kbuild only exposes an
      error that has been in the code since 2005 when this source file was
      created.  That was with commit 9994a338 ("powerpc: Introduce
      entry_{32,64}.S, misc_{32,64}.S, systbl.S").
      
      The offending line does not make a lot of sense.  This error does not
      seem to cause any errors in the executable, thus I am not recommending
      that it be applied to any stable versions.
      
      Thanks to Nicholas Piggin for suggesting this solution.
      
      Fixes: 9994a338 ("powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.S")
      Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
      Cc: Nicholas Piggin <npiggin@gmail.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Michael Ellerman <mpe@ellerman.id.au>
      Cc: linuxppc-dev@lists.ozlabs.org
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      8ae679c4
  6. 25 Dec, 2016 22 commits