summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/usb_ehci.c
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/bd82x6x: assign EHCI controller ops in chipset devicetreeFelix Held2023-12-061-10/+1
* sb/intel/bd82x6x: Use {read,write}32pElyes Haouas2022-12-061-6/+7
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* sb/intel: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* sb/intel/bd82x6x: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-06-021-4/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* 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
* src/southbridge: change "unsigned" to "unsigned int"Martin Roth2019-10-301-2/+2
* sb/intel/bd82x6x: Add and use more RCBA definesPatrick Rudolph2019-07-181-2/+2
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-7/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* 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
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-211-1/+0
* sb/intel/bd82x6x: Get rid of device_tElyes HAOUAS2018-06-041-1/+2
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-271-0/+1
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* sb/intel/bd82x6x: Fill in acpi_namePatrick Rudolph2017-06-271-0/+12
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* Make MRC vs native a config rather than making a separate chipset for it.Vladimir Serbinenko2016-02-121-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* sandybridge ivybridge: Treat native init as first class citizenAlexandru Gagniuc2015-10-031-2/+2
* 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-2/+3
* sandybridge: Add native sandybridgeVladimir Serbinenko2014-08-301-2/+2
* sandy/ivybridge: Native raminit.Vladimir Serbinenko2014-07-291-0/+33
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-061-1/+1
* usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki2013-07-011-26/+2
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* bd82x6x: Convert all PCI ID lists to new schemeStefan Reinauer2012-07-241-19/+7
* Add support for Intel Panther Point PCHStefan Reinauer2012-04-041-0/+124