summaryrefslogtreecommitdiff
path: root/drivers/base/syscore.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-30 09:49:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-30 09:49:53 +0200
commit632428373bea7581869cb05dce40bef0d37793e3 (patch)
tree60575764f21a7f4a552c8c30737e68aac368d64b /drivers/base/syscore.c
parent40503e6045704b0a4f071568ffaabb2eee3d9431 (diff)
downloadkernel-linux-6.8.y.tar.gz
Linux 6.8.12linux-6.8.y
Link: https://lore.kernel.org/r/20240527185626.546110716@linuxfoundation.org Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Bagas Sanjaya <bagasdotme@gmail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: SeongJae Park <sj@kernel.org> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/syscore.c')
0 files changed, 0 insertions, 0 deletions
hat support USB 3.2 dual-laneMathias Nyman 2018-04-22USB: core: hcd: drop support for legacy physJohan Hovold 2018-03-09usb: core: hcd: remove support for initializing a single PHYMartin Blumenstingl 2018-03-09usb: core: hcd: integrate the PHY wrapper into the HCD coreMartin Blumenstingl 2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl 2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman 2017-06-13usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt 2017-05-18usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen 2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann 2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu 2016-12-05usb: hcd.h: construct hub class request constants from simpler constantsTal Shorer 2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge 2016-02-06usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit 2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit 2015-12-01USB: constify usb_mon_operations structureJulia Lawall 2015-10-04usb: define HCD_USB31 speed option for hosts that support USB 3.1 featuresMathias Nyman 2015-09-22usb: interface authorization: Use a flag for the default device authorizationStefan Koch 2015-09-22usb: interface authorization: Introduces the default interface authorizationStefan Koch 2015-08-18Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman 2015-08-18Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman 2015-08-14usb: interface authorization: Use a flag for the default device authorizationStefan Koch 2015-08-14usb: interface authorization: Introduces the default interface authorizationStefan Koch 2015-08-08usb: hcd.h: Fix the values of SetHubDepth and GetPortErrorCount to match USB ...Tal Shorer 2015-05-31USB: hcd.h : Removed an unnecessary function prototype usb_find_interface_dri...Abhishek Bist 2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern 2015-01-09usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior 2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki 2014-11-03usb: ehci: add ehci_port_power interfaceMichael Grzeschik 2014-09-29usb: hcd: add generic PHY supportSergei Shtylyov 2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart 2014-09-23usb: hcd: add TPL support flagPeter Chen