1. 04 11月, 2012 3 次提交
  2. 02 11月, 2012 10 次提交
  3. 03 10月, 2012 1 次提交
  4. 02 10月, 2012 3 次提交
  5. 01 9月, 2012 1 次提交
  6. 15 8月, 2012 1 次提交
  7. 08 8月, 2012 1 次提交
  8. 04 8月, 2012 2 次提交
  9. 23 7月, 2012 2 次提交
  10. 19 7月, 2012 3 次提交
  11. 17 7月, 2012 1 次提交
  12. 11 7月, 2012 2 次提交
  13. 29 6月, 2012 1 次提交
    • D
      davinci_cpdma: include linux/module.h · 76fbc247
      Daniel Mack 提交于
      This fixes a number of warnings such as:
      
        CC      drivers/net/ethernet/ti/davinci_cpdma.o
      drivers/net/ethernet/ti/davinci_cpdma.c:279:1: warning: data definition
      has no type or storage class
      drivers/net/ethernet/ti/davinci_cpdma.c:279:1: warning: type defaults to
      ‘int’ in declaration of ‘EXPORT_SYMBOL_GPL’
      drivers/net/ethernet/ti/davinci_cpdma.c:279:1: warning: parameter names
      (without types) in function declaration
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Cc: Vaibhav Hiremath <hvaibhav@ti.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Christian Riesch <christian.riesch@omicron.at>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      76fbc247
  14. 11 5月, 2012 1 次提交
  15. 26 4月, 2012 1 次提交
  16. 24 4月, 2012 1 次提交
    • A
      net/davinci_emac: fix failing PHY connect attempts · 1ab8be4a
      Anatolij Gustschin 提交于
      PHY connect attempts fail if no PHY id is specified in the emac platform
      data and another mdio bus has been registered before 'davinci_mdio' bus. In
      this case when configuring the interface, there will be an attempt to
      connect to already attached PHY on the previously registered mdio bus:
      
      net eth1: PHY already attached
      net eth1: could not connect to phy smsc911x-0:01
      IP-Config: Failed to open eth1
      IP-Config: Device `eth1' not found
      
      Fix this by modifying match_first_device() to match first PHY device
      on 'davinci_mdio' bus.
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1ab8be4a
  17. 22 4月, 2012 1 次提交
  18. 18 4月, 2012 1 次提交
    • C
      davinci_mdio: Fix MDIO timeout check · 5b76d060
      Christian Riesch 提交于
      Under heavy load (flood ping) it is possible for the MDIO timeout to
      expire before the loop checks the GO bit again. This patch adds an
      additional check whether the operation was done before actually
      returning -ETIMEDOUT.
      
      To reproduce this bug, flood ping the device, e.g., ping -f -l 1000
      After some time, a "timed out waiting for user access" warning
      may appear. And even worse, link may go down since the PHY reported a
      timeout.
      Signed-off-by: NChristian Riesch <christian.riesch@omicron.at>
      Cc: <stable@vger.kernel.org>
      Cc: Cyril Chemparathy <cyril@ti.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5b76d060
  19. 15 4月, 2012 1 次提交
  20. 04 4月, 2012 1 次提交
  21. 20 3月, 2012 2 次提交