summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/smbus.c
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/bd82x6x: assign PCH SMBus controller ops in chipset devicetreeFelix Held2023-12-061-9/+1
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* 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/x/smbus.c: Correct register access widthAngel Pons2021-04-111-5/+1
* sb/intel/x/smbus.c: Factor out common codeAngel Pons2020-12-111-69/+1
* sb/intel/x/smbus.c: Add block read/write supportAngel Pons2020-12-101-1/+26
* sb/intel/x/smbus.c: Rename parameterAngel Pons2020-12-101-2/+2
* src: Use PCI_BASE_ADDRESS_* macros instead of magic numbersElyes HAOUAS2020-08-171-2/+3
* sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASEAngel Pons2020-07-201-1/+1
* sb/intel/bd82x6x: Use PCI bitwise opsAngel Pons2020-06-101-0/+1
* 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
* sb/intel/common: Add smbus_set_slave_addr()Kyösti Mälkki2020-01-091-3/+1
* device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki2020-01-091-0/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-13/+1
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* sb/intel/bd82x6x: Get rid of device_tElyes HAOUAS2018-06-041-5/+6
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* sb/intel/*: Use common SMBus functionsArthur Heymans2017-08-061-44/+1
* sb/intel/bd82x6x: Fill in acpi_namePatrick Rudolph2017-06-271-0/+6
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* bd82x6x: Add smbus_write_byteVladimir Serbinenko2014-02-011-0/+57
* 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-9/+5
* Add support for Intel Panther Point PCHStefan Reinauer2012-04-041-0/+113