An error occurred fetching the project authors.
  1. 28 May, 2013 1 commit
    • Andrew Lunn's avatar
      ARM: Kirkwood: TS219: Fix crash by double PCIe instantiation · e89b4058
      Andrew Lunn authored
      When creating the DT based boards-ts219.c the none DT ts219-setup.c
      was used as a template. This includes a lateinit() call to initialize
      the PCIe bus. The code makes use of machine_is_ts219() which is never
      true on DT, so a FIXME was added and the code left as is. This was
      unproblematic until b73690c8: "ARM: Kirkwood: Support basic
      hotplug for PCI-E" which changes the way the PCIe bus is
      initialized. The non-DT ts219-setup.c now crashes during boot.  The
      lateinit() call in the DT boards-ts219.c is being called,
      machine_is_ts219() is true and so the PCIe is initialized a second
      time.
      
      This patch removes the useless, and now clearly dangerous, code from
      boards-ts219.c, making ts219-setup.c work again.
      Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Cc: <stable@vger.kernel.org> # v3.9.x
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      e89b4058
  2. 27 May, 2013 1 commit
  3. 26 May, 2013 1 commit
  4. 24 Nov, 2012 2 commits
  5. 19 Nov, 2012 1 commit
  6. 27 Jul, 2012 2 commits
  7. 05 Jan, 2012 1 commit
  8. 21 Aug, 2011 1 commit
  9. 03 Mar, 2011 1 commit
  10. 07 Dec, 2010 1 commit
  11. 20 Oct, 2010 1 commit
    • Nicolas Pitre's avatar
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre authored
      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: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  12. 17 Jul, 2010 3 commits
  13. 13 Nov, 2009 3 commits
  14. 24 Aug, 2009 1 commit
  15. 21 May, 2009 1 commit
  16. 23 Mar, 2009 1 commit