1. 11 1月, 2011 1 次提交
  2. 07 1月, 2011 1 次提交
    • P
      sh: mach-sdk7786: Fix up fallout from clkdev consolidation. · 3bd75e5e
      Paul Mundt 提交于
        CC      arch/sh/boards/mach-sdk7786/setup.o
      arch/sh/boards/mach-sdk7786/setup.c:179: error: variable 'sdk7786_pcie_cl' has initializer but incomplete type
      arch/sh/boards/mach-sdk7786/setup.c:180: error: unknown field 'con_id' specified in initializer
      arch/sh/boards/mach-sdk7786/setup.c:180: warning: excess elements in struct initializer
      arch/sh/boards/mach-sdk7786/setup.c:180: warning: (near initialization for 'sdk7786_pcie_cl')
      arch/sh/boards/mach-sdk7786/setup.c:181: error: unknown field 'clk' specified in initializer
      arch/sh/boards/mach-sdk7786/setup.c:181: warning: excess elements in struct initializer
      arch/sh/boards/mach-sdk7786/setup.c:181: warning: (near initialization for 'sdk7786_pcie_cl')
      arch/sh/boards/mach-sdk7786/setup.c: In function 'sdk7786_clk_init':
      arch/sh/boards/mach-sdk7786/setup.c:211: error: implicit declaration of function 'clkdev_add'
      
      which is a fanciful way of saying that the struct definition moved from
      asm/clkdev.h to linux/clkdev.h.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      3bd75e5e
  3. 17 12月, 2010 1 次提交
  4. 14 10月, 2010 1 次提交
    • P
      sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786. · b6b77b2d
      Paul Mundt 提交于
      The SDK7786 FPGA has secondary control over the PCIe clocks, specifically
      relating to the slots and oscillator. This ties the FPGA clocks in to the
      clock framework and balances the refcounting similar to how the primary
      on-chip clocks are managed. While the on-chip clocks are per-port, the
      FPGA clock enable/disable is global for the entire block.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b6b77b2d
  5. 21 4月, 2010 1 次提交
  6. 19 4月, 2010 1 次提交
  7. 20 1月, 2010 3 次提交
  8. 19 1月, 2010 1 次提交
    • P
      sh: mach-sdk7786: Detect/configure/propagate EXTAL. · c8098218
      Paul Mundt 提交于
      This uses the mode pins exposed through the FPGA to work out whether
      we're driven from EXTAL or not and does the appropriate setup and
      propagation through the clock framework.
      
      This will also -EINVAL out for anyone adding in their own oscillators,
      forcing proper configuration with the clock framework instead of
      proceeding on with bogus clock values.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      c8098218
  9. 15 1月, 2010 2 次提交
  10. 14 1月, 2010 1 次提交