1. 30 9月, 2013 1 次提交
  2. 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
  3. 25 12月, 2012 1 次提交
  4. 24 9月, 2012 1 次提交
  5. 14 9月, 2012 1 次提交
  6. 14 5月, 2012 1 次提交
  7. 30 3月, 2012 1 次提交
    • H
      ARM: pxa: fix build issue on stargate2 · 5616131d
      Haojian Zhuang 提交于
      arch/arm/mach-pxa/stargate2.c:155:3: error: unknown field ‘dev’
      specified in initializer
      arch/arm/mach-pxa/stargate2.c:155:3: warning: initialization from
      incompatible pointer type [enabled by default]
      arch/arm/mach-pxa/stargate2.c:155:3: warning: (near initialization for
      ‘stargate2_sensor_3_con[0].dev_name’) [enabled by default]
      make[1]: *** [arch/arm/mach-pxa/stargate2.o] Error 1
      make: *** [arch/arm/mach-pxa] Error 2
      
      It's caused by 'dev' field removed from struct
      regulator_consumer_supply.
      Signed-off-by: NHaojian Zhuang <haojian.zhuang@gmail.com>
      5616131d
  8. 26 1月, 2012 1 次提交
  9. 05 1月, 2012 1 次提交
  10. 17 12月, 2011 1 次提交
  11. 14 11月, 2011 2 次提交
  12. 22 8月, 2011 1 次提交
  13. 12 7月, 2011 1 次提交
  14. 21 3月, 2011 1 次提交
  15. 16 12月, 2010 2 次提交
  16. 01 12月, 2010 1 次提交
  17. 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
  18. 08 10月, 2010 1 次提交
  19. 05 8月, 2010 1 次提交
  20. 11 5月, 2010 1 次提交
  21. 22 3月, 2010 1 次提交
  22. 01 12月, 2009 1 次提交
  23. 05 6月, 2009 1 次提交