mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
de399813b5
Highlights include: - Support for the kexec_file_load() syscall, which is a prereq for secure and trusted boot. - Prevent kernel execution of userspace on P9 Radix (similar to SMEP/PXN). - Sort the exception tables at build time, to save time at boot, and store them as relative offsets to save space in the kernel image & memory. - Allow building the kernel with thin archives, which should allow us to build an allyesconfig once some other fixes land. - Build fixes to allow us to correctly rebuild when changing the kernel endian from big to little or vice versa. - Plumbing so that we can avoid doing a full mm TLB flush on P9 Radix. - Initial stack protector support (-fstack-protector). - Support for dumping the radix (aka. Linux) and hash page tables via debugfs. - Fix an oops in cxl coredump generation when cxl_get_fd() is used. - Freescale updates from Scott: "Highlights include 8xx hugepage support, qbman fixes/cleanup, device tree updates, and some misc cleanup." - Many and varied fixes and minor enhancements as always. Thanks to: Alexey Kardashevskiy, Andrew Donnellan, Aneesh Kumar K.V, Anshuman Khandual, Anton Blanchard, Balbir Singh, Bartlomiej Zolnierkiewicz, Christophe Jaillet, Christophe Leroy, Denis Kirjanov, Elimar Riesebieter, Frederic Barrat, Gautham R. Shenoy, Geliang Tang, Geoff Levand, Jack Miller, Johan Hovold, Lars-Peter Clausen, Libin, Madhavan Srinivasan, Michael Neuling, Nathan Fontenot, Naveen N. Rao, Nicholas Piggin, Pan Xinhui, Peter Senna Tschudin, Rashmica Gupta, Rui Teng, Russell Currey, Scott Wood, Simon Guo, Suraj Jitindar Singh, Thiago Jung Bauermann, Tobias Klauser, Vaibhav Jain. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJYU4YSAAoJEFHr6jzI4aWAC4gQALtIAqqPon0Cd5b/FVVcMbW7 mMqB2b/0FGEl5GoRTzGUDaQqElilm6AEVfHO86C7DFji/a6olneFfw87iz+mtWuZ JvrNq68ZiSnoeszdUy4MgtXFLb5sTzNMev4skaHfjI9E5CepWBoR0zH4G+kNVnd5 WSgudv8Cq4Px+MEuTOigt3QYjHzZ3cw/XNOOm9c+oGj+PDW4O9UItVI+S1WLoey4 rAB2nRcLMDPuwfRQC9XsF3zEbkv4h1dEXo/EBRuRpcF+0lLTzFw1lv1WE8OxlUmS kAXbty3dIytBfSbtJT0c0Ps6sfQ4HFhu6ZV2fjnxNTz2KDkBIN7LBYHmBYiqY9oZ 9zvbUWtfiTu5ocfRtTq7rC/Hcj4Kbr9S9F/FvXR0WyDsKgu4xxAovqC3gcn6YjYK Rr1tcCI4nUzyhVJVmd+OEhUvc5JbFy9aGage+YeOyejfvvSbXIunaxWlPjoDkvim Vjl+UKU8gw51XFssqY5ZBi/HNlMFKYedLpMFp/fItnLglhj50V0eFWkpDgdSCYom vo9ifPLZx8n8m8De3H7TV4E0F4gCHcTeqZdu7tW9AAUVM6iLJcDLm3asGmtNh21t snOHNOJ5QSIno6ezUUg29T6VBjbPh46fdJJSlIZrEe8OzLZ1haGyttf0tD00PQvY Z2W/m3gxafnOeGgBqvyv =xOzf -----END PGP SIGNATURE----- Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux Pull powerpc updates from Michael Ellerman: "Highlights include: - Support for the kexec_file_load() syscall, which is a prereq for secure and trusted boot. - Prevent kernel execution of userspace on P9 Radix (similar to SMEP/PXN). - Sort the exception tables at build time, to save time at boot, and store them as relative offsets to save space in the kernel image & memory. - Allow building the kernel with thin archives, which should allow us to build an allyesconfig once some other fixes land. - Build fixes to allow us to correctly rebuild when changing the kernel endian from big to little or vice versa. - Plumbing so that we can avoid doing a full mm TLB flush on P9 Radix. - Initial stack protector support (-fstack-protector). - Support for dumping the radix (aka. Linux) and hash page tables via debugfs. - Fix an oops in cxl coredump generation when cxl_get_fd() is used. - Freescale updates from Scott: "Highlights include 8xx hugepage support, qbman fixes/cleanup, device tree updates, and some misc cleanup." - Many and varied fixes and minor enhancements as always. Thanks to: Alexey Kardashevskiy, Andrew Donnellan, Aneesh Kumar K.V, Anshuman Khandual, Anton Blanchard, Balbir Singh, Bartlomiej Zolnierkiewicz, Christophe Jaillet, Christophe Leroy, Denis Kirjanov, Elimar Riesebieter, Frederic Barrat, Gautham R. Shenoy, Geliang Tang, Geoff Levand, Jack Miller, Johan Hovold, Lars-Peter Clausen, Libin, Madhavan Srinivasan, Michael Neuling, Nathan Fontenot, Naveen N. Rao, Nicholas Piggin, Pan Xinhui, Peter Senna Tschudin, Rashmica Gupta, Rui Teng, Russell Currey, Scott Wood, Simon Guo, Suraj Jitindar Singh, Thiago Jung Bauermann, Tobias Klauser, Vaibhav Jain" [ And thanks to Michael, who took time off from a new baby to get this pull request done. - Linus ] * tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (174 commits) powerpc/fsl/dts: add FMan node for t1042d4rdb powerpc/fsl/dts: add sg_2500_aqr105_phy4 alias on t1024rdb powerpc/fsl/dts: add QMan and BMan nodes on t1024 powerpc/fsl/dts: add QMan and BMan nodes on t1023 soc/fsl/qman: test: use DEFINE_SPINLOCK() powerpc/fsl-lbc: use DEFINE_SPINLOCK() powerpc/8xx: Implement support of hugepages powerpc: get hugetlbpage handling more generic powerpc: port 64 bits pgtable_cache to 32 bits powerpc/boot: Request no dynamic linker for boot wrapper soc/fsl/bman: Use resource_size instead of computation soc/fsl/qe: use builtin_platform_driver powerpc/fsl_pmc: use builtin_platform_driver powerpc/83xx/suspend: use builtin_platform_driver powerpc/ftrace: Fix the comments for ftrace_modify_code powerpc/perf: macros for power9 format encoding powerpc/perf: power9 raw event format encoding powerpc/perf: update attribute_group data structure powerpc/perf: factor out the event format field powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown ...
174 lines
11 KiB
Plaintext
174 lines
11 KiB
Plaintext
This is a list of trivial i2c devices that have simple device tree
|
|
bindings, consisting only of a compatible field, an address and
|
|
possibly an interrupt line.
|
|
|
|
If a device needs more specific bindings, such as properties to
|
|
describe some aspect of it, there needs to be a specific binding
|
|
document for it just like any other devices.
|
|
|
|
|
|
Compatible Vendor / Chip
|
|
========== =============
|
|
abracon,abb5zes3 AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
|
|
ad,ad7414 SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin
|
|
ad,adm9240 ADM9240: Complete System Hardware Monitor for uProcessor-Based Systems
|
|
adi,adt7461 +/-1C TDM Extended Temp Range I.C
|
|
adt7461 +/-1C TDM Extended Temp Range I.C
|
|
adi,adt7473 +/-1C TDM Extended Temp Range I.C
|
|
adi,adt7475 +/-1C TDM Extended Temp Range I.C
|
|
adi,adt7476 +/-1C TDM Extended Temp Range I.C
|
|
adi,adt7490 +/-1C TDM Extended Temp Range I.C
|
|
adi,adxl345 Three-Axis Digital Accelerometer
|
|
adi,adxl346 Three-Axis Digital Accelerometer (backward-compatibility value "adi,adxl345" must be listed too)
|
|
ams,iaq-core AMS iAQ-Core VOC Sensor
|
|
at,24c08 i2c serial eeprom (24cxx)
|
|
atmel,at97sc3204t i2c trusted platform module (TPM)
|
|
capella,cm32181 CM32181: Ambient Light Sensor
|
|
capella,cm3232 CM3232: Ambient Light Sensor
|
|
cirrus,cs42l51 Cirrus Logic CS42L51 audio codec
|
|
dallas,ds1307 64 x 8, Serial, I2C Real-Time Clock
|
|
dallas,ds1338 I2C RTC with 56-Byte NV RAM
|
|
dallas,ds1340 I2C RTC with Trickle Charger
|
|
dallas,ds1374 I2C, 32-Bit Binary Counter Watchdog RTC with Trickle Charger and Reset Input/Output
|
|
dallas,ds1631 High-Precision Digital Thermometer
|
|
dallas,ds1682 Total-Elapsed-Time Recorder with Alarm
|
|
dallas,ds1775 Tiny Digital Thermometer and Thermostat
|
|
dallas,ds3232 Extremely Accurate I²C RTC with Integrated Crystal and SRAM
|
|
dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O
|
|
dallas,ds75 Digital Thermometer and Thermostat
|
|
dlg,da9053 DA9053: flexible system level PMIC with multicore support
|
|
dlg,da9063 DA9063: system PMIC for quad-core application processors
|
|
domintech,dmard09 DMARD09: 3-axis Accelerometer
|
|
domintech,dmard10 DMARD10: 3-axis Accelerometer
|
|
epson,rx8010 I2C-BUS INTERFACE REAL TIME CLOCK MODULE
|
|
epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE
|
|
epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE
|
|
fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer
|
|
fsl,mc13892 MC13892: Power Management Integrated Circuit (PMIC) for i.MX35/51
|
|
fsl,mma7660 MMA7660FC: 3-Axis Orientation/Motion Detection Sensor
|
|
fsl,mma8450 MMA8450Q: Xtrinsic Low-power, 3-axis Xtrinsic Accelerometer
|
|
fsl,mpl3115 MPL3115: Absolute Digital Pressure Sensor
|
|
fsl,mpr121 MPR121: Proximity Capacitive Touch Sensor Controller
|
|
fsl,sgtl5000 SGTL5000: Ultra Low-Power Audio Codec
|
|
gmt,g751 G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
|
|
infineon,slb9635tt Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz)
|
|
infineon,slb9645tt Infineon SLB9645 I2C TPM (new protocol, max 400khz)
|
|
isil,isl29028 Intersil ISL29028 Ambient Light and Proximity Sensor
|
|
maxim,ds1050 5 Bit Programmable, Pulse-Width Modulator
|
|
maxim,max1237 Low-Power, 4-/12-Channel, 2-Wire Serial, 12-Bit ADCs
|
|
maxim,max6625 9-Bit/12-Bit Temperature Sensors with I²C-Compatible Serial Interface
|
|
mc,rv3029c2 Real Time Clock Module with I2C-Bus
|
|
mcube,mc3230 mCube 3-axis 8-bit digital accelerometer
|
|
memsic,mxc6225 MEMSIC 2-axis 8-bit digital accelerometer
|
|
microchip,mcp4531-502 Microchip 7-bit Single I2C Digital Potentiometer (5k)
|
|
microchip,mcp4531-103 Microchip 7-bit Single I2C Digital Potentiometer (10k)
|
|
microchip,mcp4531-503 Microchip 7-bit Single I2C Digital Potentiometer (50k)
|
|
microchip,mcp4531-104 Microchip 7-bit Single I2C Digital Potentiometer (100k)
|
|
microchip,mcp4532-502 Microchip 7-bit Single I2C Digital Potentiometer (5k)
|
|
microchip,mcp4532-103 Microchip 7-bit Single I2C Digital Potentiometer (10k)
|
|
microchip,mcp4532-503 Microchip 7-bit Single I2C Digital Potentiometer (50k)
|
|
microchip,mcp4532-104 Microchip 7-bit Single I2C Digital Potentiometer (100k)
|
|
microchip,mcp4541-502 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4541-103 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4541-503 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4541-104 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,mcp4542-502 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4542-103 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4542-503 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4542-104 Microchip 7-bit Single I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,mcp4551-502 Microchip 8-bit Single I2C Digital Potentiometer (5k)
|
|
microchip,mcp4551-103 Microchip 8-bit Single I2C Digital Potentiometer (10k)
|
|
microchip,mcp4551-503 Microchip 8-bit Single I2C Digital Potentiometer (50k)
|
|
microchip,mcp4551-104 Microchip 8-bit Single I2C Digital Potentiometer (100k)
|
|
microchip,mcp4552-502 Microchip 8-bit Single I2C Digital Potentiometer (5k)
|
|
microchip,mcp4552-103 Microchip 8-bit Single I2C Digital Potentiometer (10k)
|
|
microchip,mcp4552-503 Microchip 8-bit Single I2C Digital Potentiometer (50k)
|
|
microchip,mcp4552-104 Microchip 8-bit Single I2C Digital Potentiometer (100k)
|
|
microchip,mcp4561-502 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4561-103 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4561-503 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4561-104 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,mcp4562-502 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4562-103 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4562-503 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4562-104 Microchip 8-bit Single I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,mcp4631-502 Microchip 7-bit Dual I2C Digital Potentiometer (5k)
|
|
microchip,mcp4631-103 Microchip 7-bit Dual I2C Digital Potentiometer (10k)
|
|
microchip,mcp4631-503 Microchip 7-bit Dual I2C Digital Potentiometer (50k)
|
|
microchip,mcp4631-104 Microchip 7-bit Dual I2C Digital Potentiometer (100k)
|
|
microchip,mcp4632-502 Microchip 7-bit Dual I2C Digital Potentiometer (5k)
|
|
microchip,mcp4632-103 Microchip 7-bit Dual I2C Digital Potentiometer (10k)
|
|
microchip,mcp4632-503 Microchip 7-bit Dual I2C Digital Potentiometer (50k)
|
|
microchip,mcp4632-104 Microchip 7-bit Dual I2C Digital Potentiometer (100k)
|
|
microchip,mcp4641-502 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4641-103 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4641-503 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4641-104 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,mcp4642-502 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4642-103 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4642-503 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4642-104 Microchip 7-bit Dual I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,mcp4651-502 Microchip 8-bit Dual I2C Digital Potentiometer (5k)
|
|
microchip,mcp4651-103 Microchip 8-bit Dual I2C Digital Potentiometer (10k)
|
|
microchip,mcp4651-503 Microchip 8-bit Dual I2C Digital Potentiometer (50k)
|
|
microchip,mcp4651-104 Microchip 8-bit Dual I2C Digital Potentiometer (100k)
|
|
microchip,mcp4652-502 Microchip 8-bit Dual I2C Digital Potentiometer (5k)
|
|
microchip,mcp4652-103 Microchip 8-bit Dual I2C Digital Potentiometer (10k)
|
|
microchip,mcp4652-503 Microchip 8-bit Dual I2C Digital Potentiometer (50k)
|
|
microchip,mcp4652-104 Microchip 8-bit Dual I2C Digital Potentiometer (100k)
|
|
microchip,mcp4661-502 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4661-103 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4661-503 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4661-104 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,mcp4662-502 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (5k)
|
|
microchip,mcp4662-103 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (10k)
|
|
microchip,mcp4662-503 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (50k)
|
|
microchip,mcp4662-104 Microchip 8-bit Dual I2C Digital Potentiometer with NV Memory (100k)
|
|
microchip,tc654 PWM Fan Speed Controller With Fan Fault Detection
|
|
microchip,tc655 PWM Fan Speed Controller With Fan Fault Detection
|
|
miramems,da226 MiraMEMS DA226 2-axis 14-bit digital accelerometer
|
|
miramems,da280 MiraMEMS DA280 3-axis 14-bit digital accelerometer
|
|
miramems,da311 MiraMEMS DA311 3-axis 12-bit digital accelerometer
|
|
national,lm63 Temperature sensor with integrated fan control
|
|
national,lm75 I2C TEMP SENSOR
|
|
national,lm80 Serial Interface ACPI-Compatible Microprocessor System Hardware Monitor
|
|
national,lm85 Temperature sensor with integrated fan control
|
|
national,lm92 ±0.33°C Accurate, 12-Bit + Sign Temperature Sensor and Thermal Window Comparator with Two-Wire Interface
|
|
nuvoton,npct501 i2c trusted platform module (TPM)
|
|
nuvoton,npct601 i2c trusted platform module (TPM2)
|
|
nxp,pca9556 Octal SMBus and I2C registered interface
|
|
nxp,pca9557 8-bit I2C-bus and SMBus I/O port with reset
|
|
nxp,pcf2127 Real-time clock
|
|
nxp,pcf2129 Real-time clock
|
|
nxp,pcf8563 Real-time clock/calendar
|
|
nxp,pcf85063 Tiny Real-Time Clock
|
|
oki,ml86v7667 OKI ML86V7667 video decoder
|
|
ovti,ov5642 OV5642: Color CMOS QSXGA (5-megapixel) Image Sensor with OmniBSI and Embedded TrueFocus
|
|
pericom,pt7c4338 Real-time Clock Module
|
|
plx,pex8648 48-Lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch
|
|
pulsedlight,lidar-lite-v2 Pulsedlight LIDAR range-finding sensor
|
|
ricoh,r2025sd I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
|
|
ricoh,r2221tl I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
|
|
ricoh,rs5c372a I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
|
|
ricoh,rs5c372b I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
|
|
ricoh,rv5c386 I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
|
|
ricoh,rv5c387a I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
|
|
samsung,24ad0xd1 S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
|
|
sgx,vz89x SGX Sensortech VZ89X Sensors
|
|
sii,s35390a 2-wire CMOS real-time clock
|
|
silabs,si7020 Relative Humidity and Temperature Sensors
|
|
skyworks,sky81452 Skyworks SKY81452: Six-Channel White LED Driver with Touch Panel Bias Supply
|
|
st,24c256 i2c serial eeprom (24cxx)
|
|
st,m41t00 Serial real-time clock (RTC)
|
|
st,m41t62 Serial real-time clock (RTC) with alarm
|
|
st,m41t80 M41T80 - SERIAL ACCESS RTC WITH ALARMS
|
|
taos,tsl2550 Ambient Light Sensor with SMBUS/Two Wire Serial Interface
|
|
ti,ads7828 8-Channels, 12-bit ADC
|
|
ti,ads7830 8-Channels, 8-bit ADC
|
|
ti,tsc2003 I2C Touch-Screen Controller
|
|
ti,tmp102 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface
|
|
ti,tmp103 Low Power Digital Temperature Sensor with SMBUS/Two Wire Serial Interface
|
|
ti,tmp275 Digital Temperature Sensor
|
|
winbond,w83793 Winbond/Nuvoton H/W Monitor
|
|
winbond,wpct301 i2c trusted platform module (TPM)
|