1. 25 Jul, 2016 1 commit
    • Greg Ungerer's avatar
      m68k: fix bFLT executable running on MMU enabled systems · 89e6ffd9
      Greg Ungerer authored
      Even after recent changes to support running flat format executables on
      MMU enabled systems (by nicolas.pitre@linaro.org) they still failed to
      run on m68k/ColdFire MMU enabled systems. On trying to run a flat format
      binary the application would immediately crash with a SIGSEGV.
      
      Code to setup the D5 register with the base of the application data
      region was only in the non-MMU code path, so it was not being set for
      the MMU enabled case. Flat binaries on m68k/ColdFire use this to support
      GOT/PIC flat built application code.
      
      Fix this so that D5 is always setup when loading/running a bFLT executable
      on m68k systems.
      Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
      89e6ffd9
  2. 16 Jul, 2016 1 commit
    • Linus Torvalds's avatar
      Merge tag 'for-linus-20160715' of git://git.infradead.org/linux-mtd · 47ef4ad2
      Linus Torvalds authored
      Pull MTD fix from Brian Norris:
       "Late MTD fix for v4.7:
      
        One regression in the Device Tree handling for OMAP NAND handling of
        the ELM node.  TI migrated to using the property name "ti,elm-id", but
        forgot to keep compatibility with the old "elm_id" property.
      
        Also, might as well send out this MAINTAINERS fixup now"
      
      * tag 'for-linus-20160715' of git://git.infradead.org/linux-mtd:
        mtd: nand: omap2: Add check for old elm binding
        MAINTAINERS: Add file patterns for mtd device tree bindings
      47ef4ad2
  3. 15 Jul, 2016 33 commits
  4. 14 Jul, 2016 5 commits