[linux-yocto] [PATCH 0/7] USB Type C backport on linux-yocto-4.4 bxt-rebase branch

Pranav Tipnis pranav.tipnis at intel.com
Wed Jun 29 14:50:16 PDT 2016


This patch set backports USB Type C support on linux-yocto-4.4
from kernel version 4.7-rc. These patches have been submitted
upstream and the approval is in progress, hence may not be
final. The patches have been rebased on bxt-rebase branch.

Bin Gao (2):
  acpi/pmic: modify the pen function signature to take bit field
  acpi/pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC

Felipe Balbi (1):
  acpi/pmic: Add support for PMIC regs operation region

Pranav Tipnis (4):
  usb: USB Type-C connector class
  usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY
  mfd: intel_soc_pmic_bxtwc: Add Intel BXT WhiskeyCove PMIC ADC thermal
    channel mapping and USB type-C resources
  usb: typec: Use strtobool instead of kstrtobool for 4.4 kernel

 Documentation/ABI/testing/sysfs-class-typec |  236 +++++
 Documentation/usb/typec.txt                 |  103 +++
 MAINTAINERS                                 |    9 +
 drivers/acpi/Kconfig                        |    6 +
 drivers/acpi/Makefile                       |    1 +
 drivers/acpi/pmic/intel_pmic.c              |   82 +-
 drivers/acpi/pmic/intel_pmic.h              |    4 +-
 drivers/acpi/pmic/intel_pmic_bxtwc.c        |  424 +++++++++
 drivers/acpi/pmic/intel_pmic_crc.c          |    5 +-
 drivers/mfd/intel_soc_pmic_bxtwc.c          |  126 ++-
 drivers/usb/Kconfig                         |    2 +
 drivers/usb/Makefile                        |    2 +
 drivers/usb/typec/Kconfig                   |   21 +
 drivers/usb/typec/Makefile                  |    2 +
 drivers/usb/typec/typec.c                   | 1277 +++++++++++++++++++++++++++
 drivers/usb/typec/typec_wcove.c             |  371 ++++++++
 include/linux/mfd/intel_soc_pmic.h          |   21 +
 include/linux/usb/typec.h                   |  260 ++++++
 18 files changed, 2940 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-typec
 create mode 100644 Documentation/usb/typec.txt
 create mode 100644 drivers/acpi/pmic/intel_pmic_bxtwc.c
 create mode 100644 drivers/usb/typec/Kconfig
 create mode 100644 drivers/usb/typec/Makefile
 create mode 100644 drivers/usb/typec/typec.c
 create mode 100644 drivers/usb/typec/typec_wcove.c
 create mode 100644 include/linux/usb/typec.h

-- 
1.9.1



More information about the linux-yocto mailing list