summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/usb_ehci.c
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/lynxpoint: Add PCI DIDs for 9 series PCHsAngel Pons2023-02-091-0/+2
* src: Make PCI ID define names shorterFelix Singer2022-03-071-4/+4
* sb/intel/lynxpoint: Replace hard-coded IDs with definesFelix Singer2020-11-241-1/+6
* sb/intel/lynxpoint: Use spaces around `|`Angel Pons2020-10-241-1/+1
* 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-17/+7
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* sb/intel/lynxpoint: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-5/+4
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-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
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-7/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* sb/intel/lynxpoint/usb_{e,x}hci.c: Don't use device_tElyes HAOUAS2018-12-031-3/+4
* southbridge/intel/lynxpoint: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-2/+2
* 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-4/+4
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-061-1/+1
* lynxpoint: Move USB SMI sleep code to separate USB filesDuncan Laurie2013-12-211-1/+114
* lynxpoint: Enable USB clock gating, late setup, and sleep prepDuncan Laurie2013-11-251-9/+22
* usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki2013-07-011-26/+2
* lynxpoint: Fix PCI IDs for EHCIKyösti Mälkki2013-06-141-2/+1
* haswell: Add initial support for Haswell platformsAaron Durbin2013-03-141-0/+112