1. 23 6月, 2009 14 次提交
  2. 22 6月, 2009 5 次提交
  3. 21 6月, 2009 2 次提交
  4. 20 6月, 2009 10 次提交
  5. 19 6月, 2009 6 次提交
  6. 18 6月, 2009 1 次提交
  7. 17 6月, 2009 2 次提交
    • A
      mm: consolidate init_mm definition · bb1f17b0
      Alexey Dobriyan 提交于
      * create mm/init-mm.c, move init_mm there
      * remove INIT_MM, initialize init_mm with C99 initializer
      * unexport init_mm on all arches:
      
        init_mm is already unexported on x86.
      
        One strange place is some OMAP driver (drivers/video/omap/) which
        won't build modular, but it's already wants get_vm_area() export.
        Somebody should look there.
      
      [akpm@linux-foundation.org: add missing #includes]
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Cc: Mike Frysinger <vapier.adi@gmail.com>
      Cc: Americo Wang <xiyou.wangcong@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bb1f17b0
    • A
      [ARM] GTA02/FreeRunner: Add machine definition · 9d76295a
      Andy Green 提交于
      This patch introduces the Openmoko GTA02 machine definition.
      
      Much of the code is based on Harald Welte's work, although it
      has been largely rewritten several times.
      
      This is intended to be the minimum machine definition to boot and
      be able to run a rootfs from NAND on GTA02 / FreeRunner.  It does
      not bring up the framebuffer / Glamo and lacks many other peripheral
      drivers from outside the SoC.  But once we have this basis in
      mainline kernel, we will be able to introduce the other drivers
      and add them here.
      
      Thanks to Sven Rebhan <odinshorse@googlemail.com> for his fixes to this
      patch (Kconfig and defconfig files).
      Signed-off-by: NAndy Green <andy@warmcat.com>
      Signed-off-by: NNelson Castillo <arhuaco@freaks-unidos.net>
      [ben-linux@fluff.org: Fix the GPIO definitions]
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      9d76295a