Lines Matching +full:tegra186 +full:- +full:bpmp
23 Enable old-style I2C functions for compatibility with existing code.
41 ---help---
43 often dealt with by using an I2C pass-through interface provided by
44 the EC. On some unfortunate models (e.g. Spring) the pass-through
71 configuration is given by the device tree. Kernel-style device tree
73 Binding info: doc/device-tree-bindings/i2c/i2c-gpio.txt
82 i2c-gpio driver unless your system can cope with this limitation.
83 Binding info: doc/device-tree-bindings/i2c/i2c-at91.txt
123 Only single master mode is supported and only byte-by-byte
185 _ Standard-mode (up to 100 kHz)
186 _ Fast-mode (up to 400 kHz)
187 _ Fast-mode Plus (up to 1 MHz)
188 _ 7-bit and 10-bit addressing mode
189 _ Multiple 7-bit slave addresses (2 addresses, 1 with configurable mask)
190 _ All 7-bit addresses acknowledge mode
203 is used on PH1-LD4, PH1-sLD8 or older UniPhier SoCs.
206 bool "UniPhier FIFO-builtin I2C driver"
210 Support for UniPhier FIFO-builtin I2C controller driver.
211 This I2C controller is used on PH1-Pro4 or newer UniPhier SoCs.
221 bool "Enable Tegra186 BPMP-based I2C driver"
224 Support for Tegra I2C controllers managed by the BPMP (Boot and
225 Power Management Processor). On Tegra186, some I2C controllers are
227 by the BPMP, and can only be accessed by the main CPU via IPC
228 requests to the BPMP. This driver covers the latter case.