1. 22 4月, 2014 1 次提交
  2. 01 2月, 2014 1 次提交
  3. 12 12月, 2013 1 次提交
  4. 17 6月, 2013 1 次提交
  5. 27 5月, 2013 1 次提交
  6. 04 4月, 2013 1 次提交
  7. 14 11月, 2012 2 次提交
  8. 12 11月, 2012 1 次提交
  9. 05 11月, 2012 1 次提交
  10. 07 7月, 2011 1 次提交
  11. 21 6月, 2011 1 次提交
    • J
      ARM: Xilinx: Adding Xilinx board support · b85a3ef4
      John Linn 提交于
      The 1st board support is minimal to get a system up and running
      on the Xilinx platform.
      
      This platform reuses the clock implementation from plat-versatile, and
      it depends entirely on CONFIG_OF support.  There is only one board
      support file which obtains all device information from a device tree
      dtb file which is passed to the kernel at boot time.
      Signed-off-by: NJohn Linn <john.linn@xilinx.com>
      b85a3ef4
  12. 11 2月, 2011 1 次提交
  13. 06 8月, 2010 1 次提交
  14. 13 5月, 2010 1 次提交
  15. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  16. 07 8月, 2008 2 次提交
  17. 26 1月, 2008 1 次提交