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


Groups > linux.kernel > #1267029 > unrolled thread

[PATCH 0/3] usb: core: lpm: add sysfs node for usb3 lpm permit

Started byLu Baolu <baolu.lu@linux.intel.com>
First post2015-11-11 09:10 +0100
Last post2015-11-11 09:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] usb: core: lpm: add sysfs node for usb3 lpm permit Lu Baolu <baolu.lu@linux.intel.com> - 2015-11-11 09:10 +0100

#1267029 — [PATCH 0/3] usb: core: lpm: add sysfs node for usb3 lpm permit

FromLu Baolu <baolu.lu@linux.intel.com>
Date2015-11-11 09:10 +0100
Subject[PATCH 0/3] usb: core: lpm: add sysfs node for usb3 lpm permit
Message-ID<qtyDD-b1-3@gated-at.bofh.it>
Hi,

This patch series is about to add a sysfs attribute, through which
users can disable or enable USB3 LPM (link power management) from
a USB port. Once LPM is disabled from the USB port, LPM between the
downstreaming device and the hub port will not be activated. This
helps users to use any LPM-unfriendly USB devices on any released
Linux kernels.

This patch series contains a fix and a cleanup as well.

Thanks,
Baolu

Lu Baolu (3):
  usb: core: lpm: fix usb3_hardware_lpm sysfs node
  usb: core: lpm: add sysfs node for usb3 lpm permit
  usb: core: lpm: remove usb3_lpm_enabled in usb_device

 Documentation/ABI/testing/sysfs-bus-usb | 27 +++++++---
 Documentation/usb/power-management.txt  | 11 ++--
 drivers/usb/core/hub.c                  | 33 +++++++++---
 drivers/usb/core/hub.h                  |  5 +-
 drivers/usb/core/port.c                 | 89 ++++++++++++++++++++++++++++++++-
 drivers/usb/core/sysfs.c                | 31 ++++++++++--
 include/linux/usb.h                     |  3 +-
 7 files changed, 172 insertions(+), 27 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web