1. 02 2月, 2010 3 次提交
  2. 19 1月, 2010 1 次提交
  3. 15 1月, 2010 2 次提交
    • B
      ARM: S3C: Rename s3c_device_usb to s3c_device_ohci · b813248c
      Ben Dooks 提交于
      Prepare for the forthcoming device changes by renaming s3c_device_usb to
      s3c_device_ohci as this is what the device represents.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      b813248c
    • B
      ARM: SAMSUNG: Reduce size of struct clk. · b3bf41be
      Ben Dooks 提交于
      Reduce the size of struct clk by 12 bytes and make defining clocks with
      common implementation functions easier by moving the set_rate, get_rate,
      round_rate and set_parent calls into a new structure called 'struct clk_ops'
      and using that instead.
      
      This change does make a few clocks larger as they need their own clk_ops,
      but this is outweighed by the number of clocks with either no ops or having
      a common set of ops.
      
      Update all the users of this.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      b3bf41be
  4. 01 12月, 2009 1 次提交
  5. 16 11月, 2009 1 次提交
  6. 09 11月, 2009 1 次提交
  7. 24 6月, 2009 1 次提交
  8. 17 6月, 2009 1 次提交
    • 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
  9. 27 11月, 2008 1 次提交
  10. 08 10月, 2008 2 次提交
  11. 06 9月, 2008 1 次提交
  12. 07 8月, 2008 2 次提交
  13. 28 1月, 2008 1 次提交
  14. 15 8月, 2007 1 次提交
  15. 22 7月, 2007 1 次提交
  16. 12 2月, 2007 1 次提交