1. 11 9月, 2008 1 次提交
    • R
      [ARM] OMAP: Fix MMC device data · 7736c09c
      Russell King 提交于
      OMAPs MMC device data was passing the wrong structure via the platform
      device.  Moreover, a missing function means that both sx1_defconfig
      and omap_h2_1610_defconfig builds failed with
      
      	undefined reference to `omap_set_mmc_info'
      
      errors.  Fix this by updating the MMC support from the omapzoom tree.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7736c09c
  2. 07 8月, 2008 2 次提交
  3. 03 7月, 2008 1 次提交
  4. 05 3月, 2008 1 次提交
    • D
      ARM: OMAP: fix omap i2c init (regression) · cfa9a63a
      David Brownell 提交于
      In mainline, the "old style" I2C registration was only removed for
      OMAP2, leading to init-time bugs (regressions) like:
      
          sysfs: duplicate filename 'i2c_omap.1' can not be created
          ------------[ cut here ]------------
          WARNING: at fs/sysfs/dir.c:424 sysfs_add_one+0x40/0xd4()
          Modules linked in:
          	... deletia ...
          [<c0036a38>] (omap_init_i2c+0x0/0x50) from [<c000cea8>] (omap_init_devices+0x10/0x24)
           r4:c001e000
          [<c000ce98>] (omap_init_devices+0x0/0x24) from [<c0008684>] (do_initcalls+0x78/0x200)
          	... deletia ...
          ---[ end trace ca143223eefdc828 ]---
          kobject_add_internal failed for i2c_omap.1 with -EEXIST, don't try to register things with the same name in the same directory.
      
      The fix is obvious:  remove the old init code, it's no longer needed.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      cfa9a63a
  5. 09 5月, 2007 2 次提交
  6. 05 5月, 2007 1 次提交
  7. 25 9月, 2006 1 次提交
  8. 02 7月, 2006 1 次提交
  9. 01 7月, 2006 1 次提交
  10. 27 6月, 2006 1 次提交
  11. 10 4月, 2006 1 次提交
  12. 03 4月, 2006 1 次提交
  13. 10 11月, 2005 1 次提交