1. 12 12月, 2013 1 次提交
  2. 16 10月, 2013 1 次提交
  3. 30 8月, 2013 1 次提交
  4. 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
  5. 22 11月, 2012 1 次提交
  6. 14 9月, 2012 1 次提交
  7. 27 4月, 2012 1 次提交
  8. 14 11月, 2011 1 次提交
  9. 04 11月, 2011 1 次提交
  10. 08 8月, 2011 1 次提交
  11. 29 3月, 2011 2 次提交
  12. 21 3月, 2011 1 次提交
  13. 16 3月, 2011 1 次提交
  14. 14 1月, 2011 1 次提交
  15. 23 10月, 2010 1 次提交
  16. 11 5月, 2010 1 次提交
  17. 02 3月, 2010 2 次提交
  18. 01 12月, 2009 1 次提交
  19. 10 9月, 2009 2 次提交
  20. 17 6月, 2009 1 次提交
  21. 05 6月, 2009 1 次提交
  22. 19 4月, 2009 1 次提交
  23. 30 3月, 2009 2 次提交
  24. 09 3月, 2009 1 次提交
    • E
      [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usage · 51c62982
      Eric Miao 提交于
      Considering the header mess ATM, it is not always possible to include
      the correct header files within board code. Let's keep this simple:
      
        <mach/pxa25x.h>  - for pxa25x based platforms
        <mach/pxa27x.h>  - for pxa27x based platforms
        <mach/pxa300.h>  - for pxa300 based platforms
        <mach/pxa320.h>  - for pxa320 based platforms
        <mach/pxa930.h>  - for pxa930 based platforms
      
      NOTE:
      
      1. one header one board file, they are not compatible (i.e. they have
         conflicting definitions which won't compile if included together).
      
      2. Unless strictly necessary, the following header files are considered
         to be SoC files use _only_, and is not recommended to be included in
         board code:
      
          <mach/hardware.h>
          <mach/pxa-regs.h>
          <mach/pxa2xx-regs.h>
          <mach/pxa3xx-regs.h>
          <mach/mfp.h>
          <mach/mfp-pxa2xx.h>
          <mach/mfp-pxa25x.h>
          <mach/mfp-pxa27x.h>
          <mach/mfp-pxa3xx.h>
          <mach/mfp-pxa300.h>
          <mach/mfp-pxa320.h>
          <mach/mfp-pxa930.h>
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      51c62982
  25. 17 12月, 2008 1 次提交
  26. 02 12月, 2008 1 次提交
  27. 26 11月, 2008 1 次提交
  28. 09 10月, 2008 1 次提交
  29. 08 10月, 2008 1 次提交
  30. 07 8月, 2008 1 次提交
  31. 03 8月, 2008 1 次提交
  32. 10 7月, 2008 2 次提交
  33. 03 7月, 2008 1 次提交
  34. 30 4月, 2008 1 次提交
    • J
      i2c: Convert most new-style drivers to use module aliasing · 3760f736
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      Update most new-style i2c drivers to use standard module aliasing
      instead of the old driver_name/type driver matching scheme. I've
      left the video drivers apart (except for SoC camera drivers) as
      they're a bit more diffcult to deal with, they'll have their own
      patch later.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Jochen Friedrich <jochen@scram.de>
      3760f736
  35. 20 4月, 2008 1 次提交