Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1664536

[PATCH net-next v2 0/2] r8152: adjust runtime suspend/resume

From Hayes Wang <hayeswang@realtek.com>
Newsgroups linux.kernel
Subject [PATCH net-next v2 0/2] r8152: adjust runtime suspend/resume
Date 2017-06-13 09:20 +0200
Message-ID <tROhj-4Yo-11@gated-at.bofh.it> (permalink)
References <tRsTw-8al-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


v2:
For #1, replace GFP_KERNEL with GFP_NOIO for usb_submit_urb().

v1:
Improve the flow about runtime suspend/resume and make the code
easy to read.

Hayes Wang (2):
  r8152: split rtl8152_resume function
  r8152: move calling delay_autosuspend function

 drivers/net/usb/r8152.c | 107 ++++++++++++++++++++++++++++--------------------
 1 file changed, 62 insertions(+), 45 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next 0/2] r8152: adjust runtime suspend/resume Hayes Wang <hayeswang@realtek.com> - 2017-06-12 10:30 +0200
  [PATCH net-next v2 2/2] r8152: move calling delay_autosuspend function Hayes Wang <hayeswang@realtek.com> - 2017-06-13 09:20 +0200
  [PATCH net-next v2 1/2] r8152: split rtl8152_resume function Hayes Wang <hayeswang@realtek.com> - 2017-06-13 09:20 +0200
  [PATCH net-next v2 0/2] r8152: adjust runtime suspend/resume Hayes Wang <hayeswang@realtek.com> - 2017-06-13 09:20 +0200
    Re: [PATCH net-next v2 0/2] r8152: adjust runtime suspend/resume David Miller <davem@davemloft.net> - 2017-06-13 19:10 +0200
      RE: [PATCH net-next v2 0/2] r8152: adjust runtime suspend/resume Hayes Wang <hayeswang@realtek.com> - 2017-06-16 05:30 +0200
        Re: [PATCH net-next v2 0/2] r8152: adjust runtime suspend/resume David Miller <davem@davemloft.net> - 2017-06-16 17:40 +0200

csiph-web