1. 20 6月, 2013 2 次提交
    • M
      drivers: net: cpsw: fix cpsw clock gating issue across suspend/resume · 6d3d76f8
      Mugunthan V N 提交于
      Due to some hardware integration issue, CPSW sliver modules requires a
      reset across suspend/resume cycle for a successful clock gating to
      CPGMAC (CPSW and Davinci MDIO) in AM335x PG1.0.
      This issue is fixed in PG2.x, though to support suspend/resume on PG1.0
      this reset is required.
      Signed-off-by: NMugunthan V N <mugunthanvnm@ti.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6d3d76f8
    • G
      net: fec: Fix build for MCF5272 · d1391930
      Guenter Roeck 提交于
      Commits 4c09eed9 (net: fec: Enable imx6 enet checksum acceleration) and
      baa70a5c (net: fec: enable pause frame to improve rx prefomance for 1G
      network) introduced functionality into the FEC driver which is not
      supported on MCF5272. The registers used to implement this functionality
      do not exist on MCF5272. Since register defines for MCF5272 are separate
      from register defines for other chips, building images for MCF5272 fails
      as follows.
      
      fec_main.c: In function 'fec_restart':
      fec_main.c:520:8: error: 'FEC_RACC' undeclared (first use in this function)
      fec_main.c:585:3: error: 'FEC_R_FIFO_RSEM' undeclared (first use in this function)
      fec_main.c:586:3: error: 'FEC_R_FIFO_RSFL' undeclared (first use in this function)
      fec_main.c:587:3: error: 'FEC_R_FIFO_RAEM' undeclared (first use in this function)
      fec_main.c:588:3: error: 'FEC_R_FIFO_RAFL' undeclared (first use in this function)
      fec_main.c:591:3: error: 'FEC_OPD' undeclared (first use in this function)
      
      Adding the missing register defines is not an option, since the registers
      do not exist on MCF5272. Disable the added functionality for MCF5272 builds.
      
      Cc: Frank Li <Frank.Li@freescale.com>
      Cc: Jim Baxter <jim_baxter@mentor.com>
      Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d1391930
  2. 19 6月, 2013 2 次提交
  3. 18 6月, 2013 6 次提交
  4. 17 6月, 2013 1 次提交
  5. 14 6月, 2013 2 次提交
  6. 13 6月, 2013 13 次提交
  7. 12 6月, 2013 14 次提交