Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) =========================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) Kernel driver i2c-adm8111
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) =========================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) Supported adapters:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)     * AMD-8111 SMBus 2.0 PCI interface
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) Datasheets:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	AMD datasheet not yet available, but almost everything can be found
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	in the publicly available ACPI 2.0 specification, which the adapter
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	follows.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Author: Vojtech Pavlik <vojtech@suse.cz>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Description
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) -----------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) If you see something like this::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)   00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)           Subsystem: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)           Flags: medium devsel, IRQ 19
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)           I/O ports at d400 [size=32]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) in your ``lspci -v``, then this driver is for your chipset.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Process Call Support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) --------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) Supported.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) SMBus 2.0 Support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) -----------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) Supported. Both PEC and block process call support is implemented. Slave
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) mode or host notification are not yet implemented.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) Notes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) -----
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) Note that for the 8111, there are two SMBus adapters. The SMBus 2.0 adapter
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) is supported by this driver, and the SMBus 1.0 adapter is supported by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) i2c-amd756 driver.