1. 13 11月, 2009 1 次提交
  2. 27 10月, 2009 2 次提交
  3. 09 9月, 2009 1 次提交
  4. 24 8月, 2009 1 次提交
    • D
      sh: Allow use of GENERIC_IOMAP · 15444a89
      David McKay 提交于
      The synopsys PCI cell used in the later STMicro chips requires code to
      be run in order to do IO cycles, rather than just memory mapping the IO
      space. Rather than extending the existing SH infrastructure to allow
      this, use the GENERIC_IOMAP implmentation to save re-inventing the
      wheel.
      
      This set of changes allows the SH to be built with GENERIC_IOMAP
      enabled, it just ifdef's out the functions provided by the GENERIC_IOMAP
      implementation, and provides a few required missing functions.
      Signed-off-by: NDavid McKay <david.mckay@st.com>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      15444a89
  5. 19 8月, 2009 1 次提交
  6. 18 8月, 2009 1 次提交
  7. 17 6月, 2009 1 次提交
    • P
      sh: pci: Initial PCI-Express support for SH7786 Urquell board. · 5713e602
      Paul Mundt 提交于
      This adds initial support for the PCI-Express module in the SH7786,
      particularly as it relates to the urquell platform. Presently it is
      only supported in root complex mode, with endpoint mode still requiring
      more debugging. 29/32-bit mode and lane configurations are selectable via
      board mode pins, and are otherwise fixed.
      
      Only 4x and 1x PCI channels are presently handled, the PCI bridge still
      requires additional debugging and stabilization in hardware.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      5713e602
  8. 16 6月, 2009 2 次提交
  9. 14 6月, 2009 1 次提交
  10. 26 5月, 2009 2 次提交
  11. 11 5月, 2009 1 次提交
  12. 07 5月, 2009 1 次提交
    • P
      sh: Integrate the SH-5 onchip_remap() more coherently. · 0fb849b9
      Paul Mundt 提交于
      Presently this is special-cased for early initialization. While there are
      situations where these static early initializations are still necessary,
      with minor changes it is possible to use this for the regular ioremap
      implementation as well. This allows us to kill off the special-casing for
      the remap completely and to start tidying up all of the SH-5
      special-casing in drivers.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      0fb849b9
  13. 20 4月, 2009 25 次提交