Bug 230641 - [Patch]: Designware I2C: Add ACPI Device HID for AMD platforms
Summary: [Patch]: Designware I2C: Add ACPI Device HID for AMD platforms
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Oleksandr Tymoshenko
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-08-15 10:39 UTC by Rajesh Kumar M A
Modified: 2018-09-30 23:16 UTC (History)
1 user (show)

See Also:


Attachments
Patch to add ACPI HID to Designware I2C driver for AMD platforms (1.34 KB, patch)
2018-08-15 10:39 UTC, Rajesh Kumar M A
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rajesh Kumar M A freebsd_committer freebsd_triage 2018-08-15 10:39:50 UTC
Created attachment 196213 [details]
Patch to add ACPI HID to Designware I2C driver for AMD platforms

This bug report has been created to add ACPI Device HID AMDI0010 for the designware I2C controllers in future AMD platforms. Also, the component version in the I2C controllers in AMD platforms is greater than 0x3131352A. So, ig4iic_attach has been slightly modified to work with component versions greater than 0x3131352A.

Reviewed patch attached.

Review:
https://reviews.freebsd.org/D16670
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-08-20 18:51:21 UTC
A commit references this bug:

Author: gonzo
Date: Mon Aug 20 18:50:57 UTC 2018
New revision: 338111
URL: https://svnweb.freebsd.org/changeset/base/338111

Log:
  [ig4] add ACPI Device HID for AMD platforms

  Added ACPI Device HID AMDI0010 for the designware I2C controllers in
  future AMD platforms. Also, when verifying component version check for
  minimal value instead of exact match.

  PR:		230641
  Submitted by:	Rajesh <rajfbsd@gmail.com>
  Reviewed by:	cem, gonzo
  MFC after:	2 weeks
  Differential Revision:	https://reviews.freebsd.org/D16670

Changes:
  head/sys/dev/ichiic/ig4_acpi.c
  head/sys/dev/ichiic/ig4_iic.c
  head/sys/dev/ichiic/ig4_reg.h
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-09-30 23:16:22 UTC
A commit references this bug:

Author: gonzo
Date: Sun Sep 30 23:15:45 UTC 2018
New revision: 339030
URL: https://svnweb.freebsd.org/changeset/base/339030

Log:
  MFC r338111, r338215

  r338111:
  [ig4] add ACPI Device HID for AMD platforms

  Added ACPI Device HID AMDI0010 for the designware I2C controllers in
  future AMD platforms. Also, when verifying component version check for
  minimal value instead of exact match.

  PR:		230641
  Submitted by:	Rajesh <rajfbsd@gmail.com>
  Reviewed by:	cem, gonzo
  Differential Revision:	https://reviews.freebsd.org/D16670

  r338215:
  [ig4] Fix I/O timeout issue with Designware I2C controller on AMD platforms

  Due to hardware limitation AMD I2C controller can't trigger pending
  interrupt if interrupt status has been changed after clearing
  interrupt status bits.  So, I2C will lose the interrupt and IO will be
  timed out. Implements a workaround to disable I2C controller interrupt
  and re-enable I2C interrupt before existing interrupt handler.

  Submitted by:	rajfbsd@gmail.com
  Differential Revision:	https://reviews.freebsd.org/D16720

Changes:
_U  stable/11/
  stable/11/sys/dev/ichiic/ig4_acpi.c
  stable/11/sys/dev/ichiic/ig4_iic.c
  stable/11/sys/dev/ichiic/ig4_reg.h
  stable/11/sys/dev/ichiic/ig4_var.h