1. 20 Mar, 2012 1 commit
  2. 15 Mar, 2012 2 commits
    • Arnd Bergmann's avatar
      Merge branch 'renesas/soc' into next/soc · 62a16d02
      Arnd Bergmann authored
      * renesas/soc:
        ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo
        ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame buffer
        ARM: mach-shmobile: Fix ag5evm compilation by including linux/videodev2.h
        ARM: mach-shmobile: Fix bonito compile breakage
      62a16d02
    • Arnd Bergmann's avatar
      Merge branch 'renesas/fixes' into renesas/soc · 5cd9eb27
      Arnd Bergmann authored
      The fixes branch was merged into mainline just after v3.3-rc7,
      I'm merging it into this branch to fix up a nontrivial merge
      conflict. Unfortunately this means that we are now based on
      a commit between -rc releases, which we normally try to avoid.
      
      Conflicts:
      	arch/arm/mach-shmobile/board-mackerel.c
      
      Resolution suggested by Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      5cd9eb27
  3. 14 Mar, 2012 2 commits
    • Olof Johansson's avatar
      Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas into next/soc · ae0b8250
      Olof Johansson authored
      * 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/renesas: (234 commits)
        ARM: shmobile: remove additional __io() macro use
        ARM: mach-shmobile: default to no earlytimer
        ARM: mach-shmobile: r8a7779 and Marzen timer rework
        ARM: mach-shmobile: r8a7740 and Bonito timer rework
        ARM: mach-shmobile: sh73a0, AG5EVM and Kota2 timer rework
        ARM: mach-shmobile: sh7372, AP4EVB and Mackerel timer rework
        ARM: mach-shmobile: sh7377 and G4EVM timer rework
        ARM: mach-shmobile: sh7367 and G3EVM timer rework
        ARM: mach-shmobile: add shmobile_earlytimer_init()
        ARM: mach-shmobile: Move sh7372 AP4EVB external clk setup
        ARM: mach-shmobile: Move sh7372 Mackerel external clk setup
        ARM: mach-shmobile: rename clk_init() to shmobile_clk_init()
        ARM: mach-shmobile: r8a7779 L2 cache support
        ARM: mach-shmobile: r8a7779 map_io and init_early update
        ARM: mach-shmobile: r8a7740 map_io and init_early update
        ARM: mach-shmobile: sh73a0 map_io and init_early update
        ARM: mach-shmobile: sh7372 map_io and init_early update
        ARM: mach-shmobile: sh7377 map_io and init_early update
        ARM: mach-shmobile: sh7367 map_io and init_early update
        sh: remove clk_ops
        ...
      
        (includes an update to v3.3-rc7)
      
      Conflicts:
      	arch/arm/mach-omap2/id.c
      ae0b8250
    • Arnd Bergmann's avatar
      ARM: shmobile: remove additional __io() macro use · a6e24019
      Arnd Bergmann authored
      setup-r8a7779.c has grown a new user of the __io() macro. Rob Herring's
      PIO cleanup series already gets rid of all other uses in shmobile, so
      we should ensure that this one gets removed as well.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
      a6e24019
  4. 12 Mar, 2012 35 commits