summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common/smbus.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki2022-11-091-1/+2
* mb/aopen/dxplplusu: Remove boardArthur Heymans2022-11-071-2/+1
* southbridge/intel/common: Add Process CallChristian Walter2020-05-121-0/+37
* 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-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-4/+0
* sb/intel/common: Move SMBus register layout outside headerKyösti Mälkki2020-01-121-3/+16
* sb/intel/common: Add smbus_set_slave_addr()Kyösti Mälkki2020-01-091-0/+5
* sb/intel/common: Add smbus_host_reset()Kyösti Mälkki2020-01-091-0/+9
* sb/intel/common: Rename smbus_base to baseKyösti Mälkki2020-01-091-26/+26
* device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki2020-01-091-14/+9
* sb/intel/common: Change some local SMBus function signaturesKyösti Mälkki2020-01-091-52/+48
* sb/intel/common: Add SMBUS register read-modify-writeKyösti Mälkki2020-01-091-5/+13
* sb/intel/common: Wrap inb/outb()Kyösti Mälkki2020-01-091-32/+41
* sb/intel/common: Add smbus_{read/write}_word() variantsKyösti Mälkki2020-01-091-10/+38
* src/southbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* southbridge/intel/common/smbus: Add do_i2c_block_write()Frans Hendriks2019-06-201-0/+45
* src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* sb/intel/common: Fix SMBus block commandsKyösti Mälkki2019-03-041-3/+7
* sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read()Kyösti Mälkki2019-02-011-1/+12
* sb/intel/common: More SMBus block_cmd_loop()Kyösti Mälkki2019-01-241-30/+24
* sb/intel/common: SMBus block_cmd_loop()Kyösti Mälkki2019-01-241-95/+77
* sb/intel/common: SMBus complete_command()Kyösti Mälkki2019-01-241-54/+65
* sb/intel/common: SMBus execute_command()Kyösti Mälkki2019-01-241-40/+37
* sb/intel/common: SMBus setup_command()Kyösti Mälkki2019-01-241-93/+84
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* smbus: Fix a typo ("Set the device I'm talking too")Jonathan Neuschäfer2017-09-271-4/+4
* sb/intel/common: Fix HAVE_DEBUG_SMBUSKyösti Mälkki2017-09-101-2/+3
* sb/intel/common: Add HAVE_DEBUG_SMBUSKyösti Mälkki2017-09-091-0/+16
* sb/intel/common: Fix i2c block commandKyösti Mälkki2017-09-091-5/+12
* sb/intel/common: Tidy up SMBus block commandsKyösti Mälkki2017-09-091-4/+7
* sb/intel/common: Fix SMBus block commandsArthur Heymans2017-08-201-15/+43
* sb/intel/*: Use common SMBus functionsArthur Heymans2017-08-061-0/+365