1. 29 11月, 2017 2 次提交
  2. 02 12月, 2015 1 次提交
  3. 27 12月, 2014 1 次提交
  4. 20 11月, 2014 1 次提交
  5. 01 6月, 2014 1 次提交
  6. 24 7月, 2013 1 次提交
    • A
      ARM: pxa: propagate errors from regulator_enable() to pxamci · a829abf8
      Arnd Bergmann 提交于
      The em_x270_mci_setpower() and em_x270_usb_hub_init() functions
      call regulator_enable(), which may return an error that must
      be checked.
      
      This changes the em_x270_usb_hub_init() function to bail out
      if it fails, and changes the pxamci_platform_data->setpower
      callback so that the a failed em_x270_mci_setpower call
      can be propagated by the pxamci driver into the mmc core.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Mike Rapoport <mike@compulab.co.il>
      Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Acked-by: NChris Ball <cjb@laptop.org>
      [olof: fixed order of regulator_enable() and test in em_x270_usb_hub_init]
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      a829abf8
  7. 10 7月, 2013 1 次提交
  8. 25 12月, 2012 1 次提交
  9. 14 9月, 2012 1 次提交
  10. 29 3月, 2012 1 次提交
  11. 05 1月, 2012 1 次提交
  12. 30 12月, 2011 1 次提交
  13. 21 11月, 2011 1 次提交
    • R
      ARM: restart: remove poodle restart handler · 3f1517a7
      Russell King 提交于
      The poodle restart handler was added in 74617fb6 (3593/1: Add reboot
      and shutdown handlers for Zaurus handhelds), and at that time it was
      necessary to deal with the RCSR register.  This commit also forced all
      restarts to use the 'hard' restart method.
      
      In dc38e2ad (pxa: Fix RCSR handling), the RCSR handling was removed,
      leaving just the forcing to use a 'hard' restart.  As hard restarts are
      the default (in the absense of a reboot= command line argument), this
      seems pointless.  In any case, Richard Purdie says:
      
      > From what I remember that hardware either always reboots or always
      > halts. I think the option was therefore left hardcoded to make it clear
      > it wasn't expected to work. Later Zaurii models could do either but
      > required some manual poking of registers to make it happen iirc.
      >
      > Regardless, you can probably clean this up as you suggest now.
      
      So, lets remove the unnecessary interception and rely on the default
      restart mode.
      Acked-by: NRichard Purdie <richard.purdie@linuxfoundation.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3f1517a7
  14. 14 11月, 2011 2 次提交
  15. 01 11月, 2011 1 次提交
  16. 17 10月, 2011 1 次提交
  17. 12 7月, 2011 1 次提交
  18. 21 3月, 2011 1 次提交
  19. 16 3月, 2011 1 次提交
  20. 16 12月, 2010 1 次提交
  21. 01 12月, 2010 1 次提交
  22. 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
  23. 08 10月, 2010 1 次提交
  24. 05 8月, 2010 1 次提交
  25. 16 7月, 2010 1 次提交
  26. 11 5月, 2010 3 次提交
  27. 02 3月, 2010 2 次提交
  28. 29 12月, 2009 1 次提交
  29. 01 12月, 2009 1 次提交
  30. 10 9月, 2009 2 次提交
  31. 16 6月, 2009 1 次提交
  32. 05 6月, 2009 2 次提交
  33. 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