1. 11 9月, 2016 1 次提交
  2. 31 8月, 2016 1 次提交
  3. 21 8月, 2016 2 次提交
  4. 11 8月, 2016 3 次提交
  5. 10 8月, 2016 1 次提交
    • N
      ravb: add sleep PM suspend/resume support · 0184165b
      Niklas Söderlund 提交于
      The interface would not function after the system had been woken up
      after have been suspended (echo mem > /sys/power/state) cycle. The
      reason for this is that all device registers have been reset to its
      default values. This patch adds sleep suspend and resume functions that
      detached the interface at suspend and restore the registers and reattach
      the interface at resume.
      
      Only the registers that are only configured at probe time needs to be
      explicitly restored by the resume handler. All other registers are
      reconfigured by either reopening the device in the resume handler (if
      the device was running when the system was suspended) or when the
      interface is opened by a user at a later time.
      Signed-off-by: NNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0184165b
  6. 02 8月, 2016 2 次提交
  7. 20 7月, 2016 2 次提交
  8. 02 6月, 2016 3 次提交
  9. 18 5月, 2016 1 次提交
  10. 10 5月, 2016 1 次提交
  11. 09 5月, 2016 2 次提交
  12. 04 5月, 2016 1 次提交
  13. 27 4月, 2016 3 次提交
  14. 14 4月, 2016 2 次提交
  15. 10 4月, 2016 1 次提交
  16. 05 4月, 2016 1 次提交
    • K
      ravb: Add dma queue interrupt support · f51bdc23
      Kazuya Mizuguchi 提交于
      This patch supports the following interrupts.
      
      - One interrupt for multiple (timestamp, error, gPTP)
      - One interrupt for emac
      - Four interrupts for dma queue (best effort rx/tx, network control rx/tx)
      
      This patch improve efficiency of the interrupt handler by adding the
      interrupt handler corresponding to each interrupt source described
      above. Additionally, it reduces the number of times of the access to
      EthernetAVB IF.
      Also this patch prevent this driver depends on the whim of a boot loader.
      
      [ykaneko0929@gmail.com: define bit names of registers]
      [ykaneko0929@gmail.com: add comment for gen3 only registers]
      [ykaneko0929@gmail.com: fix coding style]
      [ykaneko0929@gmail.com: update changelog]
      [ykaneko0929@gmail.com: gen3: fix initialization of interrupts]
      [ykaneko0929@gmail.com: gen3: fix clearing interrupts]
      [ykaneko0929@gmail.com: gen3: add helper function for request_irq()]
      [ykaneko0929@gmail.com: gen3: remove IRQF_SHARED flag for request_irq()]
      [ykaneko0929@gmail.com: revert ravb_close() and ravb_ptp_stop()]
      [ykaneko0929@gmail.com: avoid calling free_irq() to non-hooked interrupts]
      [ykaneko0929@gmail.com: make NC/BE interrupt handler a function]
      [ykaneko0929@gmail.com: make timestamp interrupt handler a function]
      [ykaneko0929@gmail.com: timestamp interrupt is handled in multiple
       interrupt handler instead of dma queue interrupt handler]
      Signed-off-by: NKazuya Mizuguchi <kazuya.mizuguchi.ks@renesas.com>
      Signed-off-by: NYoshihiro Kaneko <ykaneko0929@gmail.com>
      Acked-by: NSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f51bdc23
  17. 28 3月, 2016 1 次提交
  18. 19 3月, 2016 1 次提交
  19. 17 3月, 2016 1 次提交
  20. 15 3月, 2016 1 次提交
  21. 11 3月, 2016 2 次提交
  22. 04 3月, 2016 3 次提交
  23. 18 2月, 2016 2 次提交
  24. 17 2月, 2016 2 次提交