lkml.org 
[lkml]   [2019]   [Sep]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v3 0/1] intel_cht_int33fe: Split code to USB Micro-B and Type-C variants
    Date
    Patch to support INT33FE ACPI pseudo-device on hardware with USB Micro-B
    connector.

    v3:
    - Rename TypeB variant to Micro-B (we have only one such device for now and it
    has Micro-B connector)
    - Rebase on current linus/master
    - Remove empty lines and replace "TypeC" by "Type-C"

    v2:
    Instead of defining two separated modules with two separated config
    options, compile {common,typeb,typec} sources into one .ko module.
    Call needed variant-specific probe function based after of hardware type
    detection in common code.

    Yauhen Kharuzhy (1):
    platform/x86/intel_cht_int33fe: Split code to USB Micro-B and Type-C
    variants

    drivers/platform/x86/Kconfig | 12 +-
    drivers/platform/x86/Makefile | 4 +
    .../platform/x86/intel_cht_int33fe_common.c | 147 ++++++++++++++++++
    .../platform/x86/intel_cht_int33fe_common.h | 41 +++++
    .../platform/x86/intel_cht_int33fe_microb.c | 63 ++++++++
    ...ht_int33fe.c => intel_cht_int33fe_typec.c} | 78 +---------
    6 files changed, 272 insertions(+), 73 deletions(-)
    create mode 100644 drivers/platform/x86/intel_cht_int33fe_common.c
    create mode 100644 drivers/platform/x86/intel_cht_int33fe_common.h
    create mode 100644 drivers/platform/x86/intel_cht_int33fe_microb.c
    rename drivers/platform/x86/{intel_cht_int33fe.c => intel_cht_int33fe_typec.c} (82%)

    --
    2.23.0.rc1

    \
     
     \ /
      Last update: 2019-09-18 17:28    [W:4.393 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site