Lines Matching +full:system +full:- +full:on +full:- +full:chips
6 a protocol developed by Philips. It is a two-wire protocol with variable
14 The latest official I2C specification is the `"I²C-bus specification and user
15 manual" (UM10204) <https://www.nxp.com/docs/en/user-guide/UM10204.pdf>`_
18 SMBus (System Management Bus) is based on the I2C protocol, and is mostly
19 a subset of I2C protocols and signaling. Many I2C devices will work on an
21 achieve I2C branding. Modern PC mainboards rely on SMBus. The most common
23 and hardware monitoring chips.
26 use its protocols on many I2C systems. However, there are systems that don't
34 The I2C bus connects one or more controller chips and one or more target chips.
36 .. kernel-figure:: i2c_bus.svg
46 class of I2C controllers. Each specific controller driver either depends on an
52 While targets are usually separate external chips, Linux can also act as a
53 target (needs hardware support) and respond to another controller on the bus.
59 video-related chips.
66 --------
75 --------------------
82 target. Work to replace the old terminology in the Linux Kernel is on-going.