1. 15 3月, 2016 4 次提交
  2. 11 3月, 2016 1 次提交
  3. 02 3月, 2016 1 次提交
  4. 26 2月, 2016 2 次提交
  5. 24 2月, 2016 2 次提交
  6. 18 2月, 2016 1 次提交
  7. 17 2月, 2016 1 次提交
  8. 08 1月, 2016 4 次提交
  9. 08 12月, 2015 4 次提交
  10. 25 11月, 2015 1 次提交
    • A
      net: dsa: include gpio consumer header file · 85beabfe
      Arnd Bergmann 提交于
      After the introduction of the switch gpio reset API, I'm getting
      build errors in configurations that disable CONFIG_GPIOLIB:
      
      net/dsa/dsa.c:783:16: error: implicit declaration of function 'gpio_to_desc' [-Werror=implicit-function-declaration]
      
      The reason is that linux/gpio/consumer.h is not automatically
      included without gpiolib support. This adds an explicit #include
      statement to make it compile in all configurations. The reset
      functionality will not work without gpiolib, which is what you
      get when disabling the feature.
      
      As far as I can tell, gpiolib is supported on all architectures
      on which you can have DSA at the moment.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: cc30c163 ("net: dsa: Add support for a switch reset gpio")
      Acked-by: NAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      85beabfe
  11. 24 11月, 2015 1 次提交
  12. 02 11月, 2015 1 次提交
  13. 22 10月, 2015 2 次提交
  14. 15 10月, 2015 2 次提交
  15. 13 10月, 2015 1 次提交
  16. 11 10月, 2015 3 次提交
  17. 07 10月, 2015 6 次提交
  18. 03 10月, 2015 3 次提交