[PATCH 0/4] platform/chrome: cros_ec_typec: Altmode fixes

Prashant Malani posted 4 patches 3 years, 7 months ago
drivers/platform/chrome/cros_ec_typec.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
[PATCH 0/4] platform/chrome: cros_ec_typec: Altmode fixes
Posted by Prashant Malani 3 years, 7 months ago
This is a short series of minor fixes and changes to prepare the
ChromeOS Type-C driver to better support alternate mode drivers.

Prashant Malani (4):
  platform/chrome: cros_ec_typec: Add bit offset for DP VDO
  platform/chrome: cros_ec_typec: Correct alt mode index
  platform/chrome: cros_ec_typec: Stash port driver info
  platform/chrome: cros_ec_typec: Use Type-C driver data

 drivers/platform/chrome/cros_ec_typec.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

-- 
2.37.1.595.g718a3a8f04-goog
Re: [PATCH 0/4] platform/chrome: cros_ec_typec: Altmode fixes
Posted by patchwork-bot+chrome-platform@kernel.org 3 years, 7 months ago
Hello:

This series was applied to chrome-platform/linux.git (for-next)
by Prashant Malani <pmalani@chromium.org>:

On Fri, 19 Aug 2022 19:08:01 +0000 you wrote:
> This is a short series of minor fixes and changes to prepare the
> ChromeOS Type-C driver to better support alternate mode drivers.
> 
> Prashant Malani (4):
>   platform/chrome: cros_ec_typec: Add bit offset for DP VDO
>   platform/chrome: cros_ec_typec: Correct alt mode index
>   platform/chrome: cros_ec_typec: Stash port driver info
>   platform/chrome: cros_ec_typec: Use Type-C driver data
> 
> [...]

Here is the summary with links:
  - [1/4] platform/chrome: cros_ec_typec: Add bit offset for DP VDO
    https://git.kernel.org/chrome-platform/c/1903adae0464
  - [2/4] platform/chrome: cros_ec_typec: Correct alt mode index
    https://git.kernel.org/chrome-platform/c/4e477663e396
  - [3/4] platform/chrome: cros_ec_typec: Stash port driver info
    (no matching commit)
  - [4/4] platform/chrome: cros_ec_typec: Use Type-C driver data
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH 0/4] platform/chrome: cros_ec_typec: Altmode fixes
Posted by patchwork-bot+chrome-platform@kernel.org 3 years, 7 months ago
Hello:

This series was applied to chrome-platform/linux.git (for-kernelci)
by Prashant Malani <pmalani@chromium.org>:

On Fri, 19 Aug 2022 19:08:01 +0000 you wrote:
> This is a short series of minor fixes and changes to prepare the
> ChromeOS Type-C driver to better support alternate mode drivers.
> 
> Prashant Malani (4):
>   platform/chrome: cros_ec_typec: Add bit offset for DP VDO
>   platform/chrome: cros_ec_typec: Correct alt mode index
>   platform/chrome: cros_ec_typec: Stash port driver info
>   platform/chrome: cros_ec_typec: Use Type-C driver data
> 
> [...]

Here is the summary with links:
  - [1/4] platform/chrome: cros_ec_typec: Add bit offset for DP VDO
    https://git.kernel.org/chrome-platform/c/1903adae0464
  - [2/4] platform/chrome: cros_ec_typec: Correct alt mode index
    https://git.kernel.org/chrome-platform/c/4e477663e396
  - [3/4] platform/chrome: cros_ec_typec: Stash port driver info
    (no matching commit)
  - [4/4] platform/chrome: cros_ec_typec: Use Type-C driver data
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH 0/4] platform/chrome: cros_ec_typec: Altmode fixes
Posted by Prashant Malani 3 years, 7 months ago
On Fri, Aug 26, 2022 at 3:40 PM
<patchwork-bot+chrome-platform@kernel.org> wrote:
>
> Hello:
>
> This series was applied to chrome-platform/linux.git (for-kernelci)
> by Prashant Malani <pmalani@chromium.org>:
>
> On Fri, 19 Aug 2022 19:08:01 +0000 you wrote:
> > This is a short series of minor fixes and changes to prepare the
> > ChromeOS Type-C driver to better support alternate mode drivers.
> >
> > Prashant Malani (4):
> >   platform/chrome: cros_ec_typec: Add bit offset for DP VDO
> >   platform/chrome: cros_ec_typec: Correct alt mode index
> >   platform/chrome: cros_ec_typec: Stash port driver info
> >   platform/chrome: cros_ec_typec: Use Type-C driver data
> >
> > [...]
>
> Here is the summary with links:
>   - [1/4] platform/chrome: cros_ec_typec: Add bit offset for DP VDO
>     https://git.kernel.org/chrome-platform/c/1903adae0464
>   - [2/4] platform/chrome: cros_ec_typec: Correct alt mode index
>     https://git.kernel.org/chrome-platform/c/4e477663e396
>   - [3/4] platform/chrome: cros_ec_typec: Stash port driver info
>     (no matching commit)
>   - [4/4] platform/chrome: cros_ec_typec: Use Type-C driver data
>     (no matching commit)

This message isn't completely right; I've only applied patches 1 and 2
( 3 and 4 will be resubmitted as part of the altmode support series
later).