1. 20 10月, 2008 1 次提交
  2. 29 7月, 2008 1 次提交
  3. 08 5月, 2008 1 次提交
  4. 30 4月, 2008 1 次提交
    • J
      i2c: Convert most new-style drivers to use module aliasing · 3760f736
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      Update most new-style i2c drivers to use standard module aliasing
      instead of the old driver_name/type driver matching scheme. I've
      left the video drivers apart (except for SoC camera drivers) as
      they're a bit more diffcult to deal with, they'll have their own
      patch later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Jochen Friedrich <jochen@scram.de>
      3760f736
  5. 19 4月, 2008 1 次提交
  6. 14 2月, 2008 1 次提交
  7. 06 2月, 2008 1 次提交
  8. 28 1月, 2008 1 次提交
    • M
      sh: update r7780rp interrupt code · da2d7f4b
      Magnus Damm 提交于
      This patch updates the board specific irq code for r7780rp. The new code is
      very similar to the other highlander implementations, with the exception that
      the r7780rp handles pci interrupts using IRL. To simplify the pci code and
      use the same interrupt numbers as r7780mp and r7785rp we hook in to the
      cpu specific pci vectors.
      
      The pci interrupts and the push switch all work well with and without this
      patch. CF and AX88796 are not ok though and the source of the problem is
      unknown at this point. The AX88796 does for not detect it's proper mac
      address (IPL gets it right) and the kernel hangs on CF access. As a workaround
      this patch removes the CF and the AX88796 from the platform datain case of
      r7780rp.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      da2d7f4b
  9. 02 11月, 2007 1 次提交
    • P
      sh: Fix up r7780rp highlander CF access size. · b5751e2e
      Paul Mundt 提交于
      R7780RP can't do byte-sized accesses to CF, so needs to do word
      sized access with low-byte masking. This same problem exists
      on older versions of the R2D, with the same workaround having
      been implemented in 43f4b8c7
      there. Follow that change for the highlander boards.
      
      This does not impact R7780MP or SH7785 based Highlander modules.
      
      If you're unfortunate enough to be stuck with an R7780RP, this
      patch is for you!
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b5751e2e
  10. 30 10月, 2007 1 次提交
  11. 21 9月, 2007 3 次提交
  12. 20 7月, 2007 1 次提交
  13. 08 6月, 2007 1 次提交
    • P
      sh: Kill off machvec aliases. · 82f81f47
      Paul Mundt 提交于
      We now throw all of the machvecs in to .machvec.init and either
      select one on the command line, or copy out the first (and
      usually only) one to sh_mv. The rest are freed as usual.
      
      This gets rid of all of the silly sh_mv aliasing and makes the
      selection explicit rather than link-order dependent.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      82f81f47
  14. 07 5月, 2007 2 次提交
  15. 05 3月, 2007 1 次提交
  16. 14 2月, 2007 1 次提交
  17. 13 2月, 2007 2 次提交
    • P
      sh: heartbeat consolidation for banked LEDs. · 3b4d9539
      Paul Mundt 提交于
      This consolidates the various board heartbeat LED implementations,
      used for strobing the load average across a LED bank. Those boards
      not implementing a full bank can hook in via the LED class.
      
      We leave the compat hook in the machvec for now until those non-banked
      boards are able to migrate to the drivers/leds.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      3b4d9539
    • P
      sh: Fixup R7780RP iVDR clock enable. · 2c081e71
      Paul Mundt 提交于
      The iVDR clock enable bit happens to actually reside in a rather
      different place than what is documented, so fix it up accordingly.
      This fixes up SATA boot for some of the R7780RP boards that didn't
      default-enable the clock in the loader.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2c081e71
  18. 06 12月, 2006 1 次提交
  19. 19 10月, 2006 1 次提交
  20. 27 9月, 2006 2 次提交