1. 22 9月, 2012 3 次提交
  2. 15 8月, 2012 1 次提交
  3. 27 7月, 2012 1 次提交
  4. 15 5月, 2012 1 次提交
  5. 09 5月, 2012 4 次提交
  6. 16 3月, 2012 1 次提交
  7. 10 2月, 2012 1 次提交
  8. 14 12月, 2011 4 次提交
  9. 24 8月, 2011 1 次提交
  10. 12 8月, 2011 3 次提交
  11. 17 5月, 2011 12 次提交
  12. 04 3月, 2011 2 次提交
  13. 22 10月, 2010 1 次提交
    • N
      [ARM] Kirkwood: restrict the scope of the PCIe reset workaround · 3924996b
      Nicolas Pitre 提交于
      Commit 21f0ba90 "orion/kirkwood: reset PCIe unit on boot" made the
      reset of the PCIe unit unconditional.  While this may fix problems on some
      targets, this also causes problems on other targets.
      
      Saeed Bishara <saeed@marvell.com> said about the original problem: "We
      couln't pinpoint the root cause of this issue, actually we failed to
      reproduce that issue."
      
      So let's restrict the reset of the PCIe unit only to the target where
      the original problem was observed.
      Signed-off-by: NNicolas Pitre <nico@fluxnic.net>
      3924996b
  14. 31 5月, 2010 1 次提交
  15. 14 5月, 2010 1 次提交
  16. 24 8月, 2009 1 次提交
    • M
      [ARM] Kirkwood: __init requires linux/init.h · 3e475f57
      Martin Michlmayr 提交于
      Include linux/init.h for __init to fix this error:
      
      CC [M]  drivers/net/wireless/wl12xx/boot.o
      In file included from arch/arm/mach-kirkwood/include/mach/gpio.h:13,
                       from arch/arm/include/asm/gpio.h:5,
                       from include/linux/gpio.h:7,
                       from drivers/net/wireless/wl12xx/boot.c:24:
      arch/arm/plat-orion/include/plat/gpio.h:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘orion_gpio_init’
      make[6]: *** [drivers/net/wireless/wl12xx/boot.o] Error 1
      make[5]: *** [drivers/net/wireless/wl12xx] Error 2
      Signed-off-by: NMartin Michlmayr <tbm@cyrius.com>
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      3e475f57
  17. 09 6月, 2009 2 次提交