1. 22 5月, 2010 4 次提交
  2. 13 5月, 2010 3 次提交
  3. 21 4月, 2010 1 次提交
  4. 19 4月, 2010 1 次提交
  5. 23 3月, 2010 2 次提交
  6. 02 3月, 2010 2 次提交
  7. 27 2月, 2010 1 次提交
  8. 26 2月, 2010 4 次提交
  9. 25 2月, 2010 3 次提交
  10. 22 2月, 2010 2 次提交
  11. 09 2月, 2010 3 次提交
  12. 02 2月, 2010 2 次提交
  13. 30 1月, 2010 1 次提交
  14. 28 1月, 2010 1 次提交
  15. 26 1月, 2010 1 次提交
    • P
      sh: Mass ctrl_in/outX to __raw_read/writeX conversion. · 9d56dd3b
      Paul Mundt 提交于
      The old ctrl in/out routines are non-portable and unsuitable for
      cross-platform use. While drivers/sh has already been sanitized, there
      is still quite a lot of code that is not. This converts the arch/sh/ bits
      over, which permits us to flag the routines as deprecated whilst still
      building with -Werror for the architecture code, and to ensure that
      future users are not added.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      9d56dd3b
  16. 20 1月, 2010 4 次提交
    • P
      sh: mach-sdk7786: Probe system FPGA area mapping. · d9116d07
      Paul Mundt 提交于
      This implements dynamic probing for the system FPGA. The system reset
      controller contains a fixed magic read word in order to identify the
      FPGA. This just utilizes a simple loop that scans across all of the fixed
      physical areas (area 0 through area 6) to locate the FPGA.
      
      The FPGA also contains register information detailing the area mappings
      and chip select settings for all of the other blocks, so this needs to be
      done before we can set up anything else.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      d9116d07
    • P
      sh: mach-sdk7786: reset controller reboot support. · b51989b8
      Paul Mundt 提交于
      This wires up the machine_ops reboot call to use the system reset
      controller.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b51989b8
    • P
      sh: mach-sdk7786: Split out FPGA IRQ controller setup. · 5f240718
      Paul Mundt 提交于
      This moves out the FPGA IRQ controller setup code to its own file, in
      preparation for switching off of IRL mode and having it provide its own
      irq_chip.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      5f240718
    • P
      sh: mach-sdk7786: FPGA updates. · efd590d5
      Paul Mundt 提交于
      This does a bit of refactoring of the FPGA management code. The primary
      FPGA initialization is moved out to its own file in preparation for
      implementing some of the more complex capabilities, a complete set of
      register definitions is provided, and all of the existing users in the
      board code are moved over to use the new interface instead of setting up
      overlapping mappings. This also corrects the FPGA size, which previously
      was chomped off at the SDIF control register.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      efd590d5
  17. 19 1月, 2010 5 次提交