public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/4] Add usb2 link powermanagement BESL support
@ 2013-05-21 10:43 Mathias Nyman
  2013-05-21 10:43 ` [RFC PATCH v2 1/4] usb: xhci: check usb2 port capabilities before adding hw link PM support Mathias Nyman
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mathias Nyman @ 2013-05-21 10:43 UTC (permalink / raw)
  To: linux-usb; +Cc: sarah.a.sharp, linux-kernel, Mathias Nyman

This series adds usb2 best effort service latency (BESL) link PM support                                   
to xHCI. BESL is an updated alternative to host initated resume delay                                      
(HIRD) method of describing idle link timeouts.                                                            
                                                                                                           
Additionally this series fixes port capability checking                                                    
and replaces magic numbers with port register names.      

Changes since v1:
-Use kstrto* and unsigned values in sysfs functions as Alan Stern suggested

Mathias Nyman (4):
  usb: xhci: check usb2 port capabilities before adding hw link PM
    support
  usb: xhci: define port register names and use them instead of magic
    numbers
  usb: xhci: add USB2 Link power management BESL support
  usb: add usb2 Link PM variables to sysfs and usb_device

 drivers/usb/core/sysfs.c         |   54 +++++++++
 drivers/usb/host/xhci-ext-caps.h |    1 +
 drivers/usb/host/xhci-hub.c      |   16 +--
 drivers/usb/host/xhci-mem.c      |   33 +++++-
 drivers/usb/host/xhci.c          |  234 +++++++++++++++++++++++++++-----------
 drivers/usb/host/xhci.h          |   31 +++++
 include/linux/usb.h              |   19 +++
 7 files changed, 308 insertions(+), 80 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-22 12:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 10:43 [RFC PATCH v2 0/4] Add usb2 link powermanagement BESL support Mathias Nyman
2013-05-21 10:43 ` [RFC PATCH v2 1/4] usb: xhci: check usb2 port capabilities before adding hw link PM support Mathias Nyman
2013-05-21 10:43 ` [RFC PATCH v2 2/4] usb: xhci: define port register names and use them instead of magic numbers Mathias Nyman
2013-05-21 10:43 ` [RFC PATCH v2 3/4] usb: xhci: add USB2 Link power management BESL support Mathias Nyman
2013-05-21 10:43 ` [RFC PATCH v2 4/4] usb: add usb2 Link PM variables to sysfs and usb_device Mathias Nyman
2013-05-21 13:48   ` Greg KH
2013-05-22 12:35     ` Mathias Nyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox