1. 15 12月, 2010 2 次提交
  2. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  3. 19 7月, 2010 1 次提交
  4. 15 7月, 2010 1 次提交
  5. 09 7月, 2010 1 次提交
    • L
      ARM: 6204/1: Fixups for the RealView PB1176 · 48f1d5a3
      Linus Walleij 提交于
      This is a number of basic fixes to the PB1176 that makes it tick
      properly:
      
      - Detect MMC insertion/removal even when PL061 GPIO is not compiled
        in. The register to read this status directly is removed on the
        PB1176.
      - Define the UART3 on the DevChip (where is actually is) and define
        the new UART4 serial port on the FPGA.
      - Also define the clocks for these two UARTs apropriately.
      - Remove the false notion that the PB1176 should have its CLCD
        on the ISSP, this is not the case, it is in the DevChip.
      - Remove the defintions and the previously commented-out PL081
        DMAC. As confirmed by mail this was found to be broken on the
        PB1176 board and removed from the subsequent FPGA images.
      Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      48f1d5a3
  6. 01 7月, 2010 1 次提交
  7. 02 5月, 2010 3 次提交
  8. 11 1月, 2010 1 次提交
  9. 05 11月, 2009 1 次提交
  10. 01 11月, 2009 1 次提交
  11. 23 9月, 2009 1 次提交
  12. 21 9月, 2009 1 次提交
  13. 07 7月, 2009 1 次提交
  14. 30 5月, 2009 1 次提交
  15. 19 2月, 2009 2 次提交
  16. 01 12月, 2008 2 次提交
  17. 27 11月, 2008 1 次提交
  18. 06 9月, 2008 1 次提交
  19. 07 8月, 2008 2 次提交
  20. 19 4月, 2008 2 次提交