(0141 -> 0143) kernel: i801_smbus 0000:00:1f.4: can't derive routing for PCI INT A kernel: i801_smbus 0000:00:1f.4: PCI INT A: no GSI kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set kernel: genirq: Flags mismatch irq 0. 00000080 (i801_smbus) vs. 00015a00...
Hello, I am running Debian Jesse on an Intel Broadwell-DE and I am having difficulties enabling the SMBUS drv=i801_smbus) interrupts. I removed the
I am running Debian Jesse on an Intel Broadwell-DE and I am having difficulties enabling the SMBUS drv=i801_smbus) interrupts. I removed the "i2c_i801 disable_features-0x10" in the options.config file under '/etc/modprobe.d' but interrupts are ...
commitf39901cupstream. This patch adds the i801 SMBus Controller DeviceIDs for the Intel Coleto Creek PCH. Signed-off-by: Seth Heasley <seth.heasley@intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Cc: "Chan, Wei Sern" <wei.sern.chan@intel.com> Signed-off-by: Greg Kroah...
VoodooSMBus ports thei2c-i8011driver and theelan_i2c_smbus2from linux to macOS. In the future we might want to split up the project, similar as it has been done in VoodooI2C, into a controller kext and kexts for the slave device drivers. ...
have been moved to reside under the i801 SMBus host controller whereas previously they were under the LPC device. In order to support the iTCO watchdog on newer PCHs we need to create the platform device here in the SMBus driver and pass all known resources using ...
For SMBus support, they are similar to the PIIX4 and are part of Intel's '810' and other chipsets. @@ -543,6 +544,7 @@ static struct pci_device_id i801_ids[] = { { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB2_17) }, ...
The i801_smbus driver is setup to enable the 'INTREN' bit of SMBUS Host control register (SMBUS-D31:f3). According to spec, when this bit is enable the completion of a command is supposed to interrupt the processor. I can see the interrup...
The i801_smbus driver is setup to enable the 'INTREN' bit of SMBUS Host control register (SMBUS-D31:f3). According to spec, when this bit is enable the completion of a command is supposed to interrupt the processor. I can see the interrupt pending in the P...
VoodooSMBus ports thei2c-i8011driver and theelan_i2c_smbus2from linux to macOS. In the future we might want to split up the project, similar as it has been done in VoodooI2C, into a controller kext and kexts for the slave device drivers. ...