mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:50:52 +07:00
ccf988b66d
Convert each file at I2C subsystem, renaming them to .rst and adding to the driver-api book. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
26 lines
611 B
ReStructuredText
26 lines
611 B
ReStructuredText
=========================
|
|
Kernel driver i2c-amd-mp2
|
|
=========================
|
|
|
|
Supported adapters:
|
|
* AMD MP2 PCIe interface
|
|
|
|
Datasheet: not publicly available.
|
|
|
|
Authors:
|
|
- Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
|
|
- Nehal Shah <nehal-bakulchandra.shah@amd.com>
|
|
- Elie Morisse <syniurge@gmail.com>
|
|
|
|
Description
|
|
-----------
|
|
|
|
The MP2 is an ARM processor programmed as an I2C controller and communicating
|
|
with the x86 host through PCI.
|
|
|
|
If you see something like this::
|
|
|
|
03:00.7 MP2 I2C controller: Advanced Micro Devices, Inc. [AMD] Device 15e6
|
|
|
|
in your ``lspci -v``, then this driver is for your device.
|