summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/usb_xhci.c
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/lynxpoint: Add PCI DIDs for 9 series PCHsAngel Pons2023-02-091-0/+1
* src: Make PCI ID define names shorterFelix Singer2022-03-071-3/+3
* sb/intel/lynxpoint: Drop `config_t` typedefAngel Pons2021-09-091-3/+1
* sb/intel/lynxpoint: Refactor `usb_xhci_port_count_usb3`Angel Pons2021-03-051-9/+10
* sb/intel/lynxpoint: Replace hard-coded IDs with definesFelix Singer2020-11-241-3/+5
* sb/intel/lynxpoint: Ensure that `dev->chip_info` is not nullAngel Pons2020-10-241-1/+1
* sb/intel/lynxpoint: Use spaces around `|`Angel Pons2020-10-241-2/+2
* sb/intel/lynxpoint: Move IOBP API to its own compilation unitAngel Pons2020-08-121-0/+1
* sb/intel/lynxpoint: Use PCI bitwise opsAngel Pons2020-08-071-36/+9
* cpu/x86/smm: Define APM_CNT_ROUTE_ALL_XHCIKyösti Mälkki2020-06-221-2/+2
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* arch/x86: Replace some __SMM__ guardsKyösti Mälkki2019-11-091-3/+3
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-0/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src/southbridge: Get rid of device_tElyes HAOUAS2018-12-071-3/+15
* sb/intel/lynxpoint/usb_{e,x}hci.c: Don't use device_tElyes HAOUAS2018-12-031-5/+5
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* sb/intel/lynxpoint: Remove irrelevant conditional statementElyes HAOUAS2018-11-051-12/+11
* southbridge/intel/lynxpoint: Fix undefined behaviorRyan Salsamendi2017-07-021-2/+2
* southbridge/intel/lynxpoint: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-11/+11
* intel/lynxpoint: Allow to always route USB3 ports to XHCIStefan Reinauer2014-07-111-0/+6
* intel/lynxpoint: Work around XHCI resume issuesDuncan Laurie2014-07-111-3/+10
* intel/lynxpoint: xhci: Revert suspend/resume changesDuncan Laurie2014-07-111-85/+9
* intel/lynxpoint: xhci: Port reset changes on suspend/resumeDuncan Laurie2014-07-051-17/+46
* intel/lynxpoint: xhci: Update magic bits to new magic valuesDuncan Laurie2014-06-251-2/+2
* intel boards: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-3/+1
* lynxpoint: Fix an issue clearing port change status bitsDuncan Laurie2013-12-211-1/+10
* lynxpoint: Fix issues with XHCI initDuncan Laurie2013-12-211-22/+17
* lynxpoint: Route all USB ports to XHCI in finalize stepDuncan Laurie2013-12-211-10/+92
* lynxpoint: Move USB SMI sleep code to separate USB filesDuncan Laurie2013-12-211-0/+176
* lynxpoint: Enable USB clock gating, late setup, and sleep prepDuncan Laurie2013-11-251-0/+175