1. 20 6月, 2013 1 次提交
  2. 11 1月, 2013 1 次提交
    • L
      bfin_mac: Restore hardware time-stamping dependency on BF518 · ec82f94c
      Lars-Peter Clausen 提交于
      Commit 70ac618c ("ptp: fixup Kconfig for two PHC drivers.") removed all
      dependencies for the blackfin hardware time-stamping Kconfig entry. Hardware
      time-stamping is only available on BF518 though. Since the Kconfig entry is
      'default y', just updateing your kernel source and running `make defconfig` will
      result in the the following build errors:
      
      	drivers/net/ethernet/adi/bfin_mac.c:694: error: implicit declaration of function ‘bfin_read_EMAC_PTP_CTL’
      	drivers/net/ethernet/adi/bfin_mac.c:702: error: implicit declaration of function ‘bfin_write_EMAC_PTP_FV3’
      	drivers/net/ethernet/adi/bfin_mac.c:712: error: implicit declaration of function ‘bfin_write_EMAC_PTP_CTL’
      	drivers/net/ethernet/adi/bfin_mac.c:717: error: implicit declaration of function ‘bfin_write_EMAC_PTP_FOFF’
      	...
      
      This patch adds back the dependency on BF518, and since it does not make sense
      to expose this config option when the blackfin MAC driver is not enabled also
      restore the dependency on BFIN_MAC.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Acked-by: NRichard Cochran <richardcochran@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ec82f94c
  3. 04 11月, 2012 1 次提交
  4. 01 11月, 2012 1 次提交
  5. 16 9月, 2011 1 次提交
  6. 13 8月, 2011 1 次提交