1. 18 10月, 2013 2 次提交
  2. 31 8月, 2013 1 次提交
  3. 20 6月, 2013 1 次提交
  4. 28 5月, 2013 1 次提交
  5. 21 5月, 2013 1 次提交
  6. 18 5月, 2013 1 次提交
  7. 01 4月, 2013 1 次提交
    • J
      DM9000B: driver initialization upgrade · 6741f40d
      Joseph CHANG 提交于
      Fix bug for DM9000 revision B which contain a DSP PHY
      
      DM9000B use DSP PHY instead previouse DM9000 revisions' analog PHY,
      So need extra change in initialization, For
      explicity PHY Reset and PHY init parameter, and
      first DM9000_NCR reset need NCR_MAC_LBK bit by dm9000_probe().
      
      Following DM9000_NCR reset cause by dm9000_open() clear the
      NCR_MAC_LBK bit.
      
      Without this fix, Power-up FIFO pointers error happen around 2%
      rate among Davicom's customers' boards. With this fix, All above
      cases can be solved.
      Signed-off-by: NJoseph CHANG <josright123@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6741f40d
  8. 19 3月, 2013 1 次提交
  9. 07 1月, 2013 1 次提交
  10. 11 12月, 2012 1 次提交
    • M
      net: dm9000: use io{read,write}*_rep accessors · daadaf6f
      Matthew Leach 提交于
      The {read,write}s{b,w,l} operations are not defined by all
      architectures and are being removed from the asm-generic/io.h
      interface.
      
      This patch replaces the usage of these string functions in the default
      DM9000 accessors with io{read,write}{8,16,32}_rep calls instead. This
      is required as the dm9000 driver is in use by the blackfin
      architecture which uses the asm-generic io accessors.
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Ben Herrenschmidt <benh@kernel.crashing.org>
      Cc: David Miller <davem@davemloft.net>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NMatthew Leach <matthew@mattleach.net>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      daadaf6f
  11. 04 12月, 2012 1 次提交
  12. 15 5月, 2012 1 次提交
  13. 16 2月, 2012 1 次提交
  14. 07 2月, 2012 1 次提交
  15. 01 2月, 2012 1 次提交
  16. 27 11月, 2011 1 次提交
  17. 17 11月, 2011 1 次提交
  18. 16 9月, 2011 1 次提交
  19. 21 8月, 2011 1 次提交
  20. 18 8月, 2011 1 次提交
  21. 13 8月, 2011 1 次提交