Re: [PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-11-24 Thread Maximilian Luz
On 11/24/20 12:59 PM, Hans de Goede wrote: Hi, On 11/15/20 8:21 PM, Maximilian Luz wrote: Hello, N.B.: the following text is mostly a repeat of cover letter from the previous RFC for the uninitiated, which can be found at https://lore.kernel.org/linux-serial/20200923151511.3842150-1

Re: [PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-11-24 Thread Hans de Goede
Hi, On 11/15/20 8:21 PM, Maximilian Luz wrote: > Hello, > > N.B.: the following text is mostly a repeat of cover letter from the > previous RFC for the uninitiated, which can be found at > > > https://lore.kernel.org/linux-serial/20200923151511.3842150-1-luzmaximil...@gmail.com/ > > Se

[PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-11-15 Thread Maximilian Luz
Hello, N.B.: the following text is mostly a repeat of cover letter from the previous RFC for the uninitiated, which can be found at https://lore.kernel.org/linux-serial/20200923151511.3842150-1-luzmaximil...@gmail.com/ See "Changes" below for an overview of differences between the RFC a

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-25 Thread Maximilian Luz
On 9/25/20 4:58 PM, Andy Shevchenko wrote: On Thu, Sep 24, 2020 at 10:17 PM Maximilian Luz wrote: On 9/24/20 10:30 AM, Andy Shevchenko wrote: On Wed, Sep 23, 2020 at 6:32 PM Arnd Bergmann wrote: On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz wrote: ... I think this should go to drivers/

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-25 Thread Andy Shevchenko
On Thu, Sep 24, 2020 at 10:17 PM Maximilian Luz wrote: > On 9/24/20 10:30 AM, Andy Shevchenko wrote: > > On Wed, Sep 23, 2020 at 6:32 PM Arnd Bergmann wrote: > >> On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz > >> wrote: ... > >> I think this should go to drivers/platform/x86 or drivers/plat

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-25 Thread Andy Shevchenko
On Thu, Sep 24, 2020 at 10:38 PM Arnd Bergmann wrote: > On Thu, Sep 24, 2020 at 8:59 PM Maximilian Luz > wrote: > > On 9/24/20 10:26 AM, Arnd Bergmann wrote: > > > On Thu, Sep 24, 2020 at 1:28 AM Maximilian Luz > > > wrote: > > > > Note that drivers that connect to the bus typically don't live

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-24 Thread Maximilian Luz
On 9/24/20 9:38 PM, Arnd Bergmann wrote: On Thu, Sep 24, 2020 at 8:59 PM Maximilian Luz wrote: On 9/24/20 10:26 AM, Arnd Bergmann wrote: On Thu, Sep 24, 2020 at 1:28 AM Maximilian Luz wrote: Note that drivers that connect to the bus typically don't live in the same subdirectory as the driv

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-24 Thread Arnd Bergmann
On Thu, Sep 24, 2020 at 8:59 PM Maximilian Luz wrote: > On 9/24/20 10:26 AM, Arnd Bergmann wrote: > > On Thu, Sep 24, 2020 at 1:28 AM Maximilian Luz > > wrote: > > Note that drivers that connect to the bus typically don't live in the > > same subdirectory as the driver that operates the bus. E.

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-24 Thread Maximilian Luz
On 9/24/20 10:30 AM, Andy Shevchenko wrote: On Wed, Sep 23, 2020 at 6:32 PM Arnd Bergmann wrote: On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz wrote: Hello, The Surface System Aggregator Module (we'll refer to it as Surface Aggregator or SAM below) is an embedded controller (EC) found on

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-24 Thread Maximilian Luz
On 9/24/20 10:26 AM, Arnd Bergmann wrote: On Thu, Sep 24, 2020 at 1:28 AM Maximilian Luz wrote: On 9/23/20 9:43 PM, Arnd Bergmann wrote: On Wed, Sep 23, 2020 at 5:43 PM Maximilian Luz wrote: On 9/23/20 5:30 PM, Arnd Bergmann wrote: On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz wrote: H

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-24 Thread Andy Shevchenko
On Wed, Sep 23, 2020 at 6:32 PM Arnd Bergmann wrote: > > On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz > wrote: > > > > Hello, > > > > The Surface System Aggregator Module (we'll refer to it as Surface > > Aggregator or SAM below) is an embedded controller (EC) found on various > > Microsoft Su

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-24 Thread Arnd Bergmann
On Thu, Sep 24, 2020 at 1:28 AM Maximilian Luz wrote: > On 9/23/20 9:43 PM, Arnd Bergmann wrote: > > On Wed, Sep 23, 2020 at 5:43 PM Maximilian Luz > > wrote: > >> > >> On 9/23/20 5:30 PM, Arnd Bergmann wrote: > >>> On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz > >>> wrote: > > Hell

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-23 Thread Maximilian Luz
On 9/23/20 9:43 PM, Arnd Bergmann wrote: On Wed, Sep 23, 2020 at 5:43 PM Maximilian Luz wrote: On 9/23/20 5:30 PM, Arnd Bergmann wrote: On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz wrote: Hello, The Surface System Aggregator Module (we'll refer to it as Surface Aggregator or SAM below)

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-23 Thread Arnd Bergmann
On Wed, Sep 23, 2020 at 5:43 PM Maximilian Luz wrote: > > On 9/23/20 5:30 PM, Arnd Bergmann wrote: > > On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz > > wrote: > >> > >> Hello, > >> > >> The Surface System Aggregator Module (we'll refer to it as Surface > >> Aggregator or SAM below) is an embed

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-23 Thread Maximilian Luz
On 9/23/20 5:30 PM, Arnd Bergmann wrote: On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz wrote: Hello, The Surface System Aggregator Module (we'll refer to it as Surface Aggregator or SAM below) is an embedded controller (EC) found on various Microsoft Surface devices. Specifically, all 4th an

Re: [RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-23 Thread Arnd Bergmann
On Wed, Sep 23, 2020 at 5:15 PM Maximilian Luz wrote: > > Hello, > > The Surface System Aggregator Module (we'll refer to it as Surface > Aggregator or SAM below) is an embedded controller (EC) found on various > Microsoft Surface devices. Specifically, all 4th and later generation > Surface devic

[RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module

2020-09-23 Thread Maximilian Luz
Hello, The Surface System Aggregator Module (we'll refer to it as Surface Aggregator or SAM below) is an embedded controller (EC) found on various Microsoft Surface devices. Specifically, all 4th and later generation Surface devices, i.e. Surface Pro 4, Surface Book 1 and later, with the exception