All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 1/8] tcpc: Add driver for USB typec port controller (TCPC)
Date: Tue, 13 Oct 2020 12:14:51 +0200	[thread overview]
Message-ID: <62d351fb-07fe-b7b4-33a1-2839880f9e06@denx.de> (raw)
In-Reply-To: <DB6PR0402MB2760763C53259B613C5026EB88040@DB6PR0402MB2760.eurprd04.prod.outlook.com>

On 10/13/20 12:05 PM, Peng Fan wrote:
>> Subject: Re: [PATCH 1/8] tcpc: Add driver for USB typec port controller (TCPC)
>>
>> On 10/13/20 11:39 AM, Peng Fan wrote:
>>>> Subject: Re: [PATCH 1/8] tcpc: Add driver for USB typec port
>>>> controller (TCPC)
>>>>
>>>> On 10/12/20 11:43 AM, Peng Fan wrote:
>>>>>> Subject: Re: [PATCH 1/8] tcpc: Add driver for USB typec port
>>>>>> controller (TCPC)
>>>>>>
>>>>>> On 10/12/20 8:23 AM, Peng Fan wrote:
>>>>>> [...]
>>>>>>>  board/freescale/common/Kconfig  |    6 +
>>>>>>>  board/freescale/common/Makefile |    4 +
>>>>>>>  board/freescale/common/tcpc.c   | 1018
>>>>>> +++++++++++++++++++++++++++++++
>>>>>>>  board/freescale/common/tcpc.h   |  469 ++++++++++++++
>>>>>>>  4 files changed, 1497 insertions(+)  create mode 100644
>>>>>>> board/freescale/common/tcpc.c  create mode
>>>>>> 100644
>>>>>>> board/freescale/common/tcpc.h
>>>>>>
>>>>>> Shouldn't driver be in drivers/ ?
>>>>>
>>>>> You mean drivers/usb/typec as kernel?
>>>>
>>>> Yes, looks much better than putting drivers into board/ , right ?
>>>>
>>>>> There is no common framework now.
>>>>
>>>> What can we do about that ?
>>>
>>> I have no bandwidth to study the new typec area currently. I'll leave
>>> this to Jun and Ye.
>>>
>>> BTW: are you ok to take the ehci-mx6 patches?
>>> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc
>>>
>> hwork.ozlabs.org%2Fproject%2Fuboot%2Flist%2F%3Fseries%3D202112&amp
>> ;dat
>>>
>> a=02%7C01%7Cpeng.fan%40nxp.com%7C9b1ed52ddbf848fff1e408d86f5ddd
>> 1e%7C68
>>>
>> 6ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C637381796212195230&a
>> mp;sdata=
>>>
>> BHlWLIhiVEEcRfKVXAQP9ldcyveozTCjpxo%2FrBMLD%2F4%3D&amp;reserved
>> =0
>>
>> Sure, I am waiting for the cleanup patchset:
> 
> With alias set in dtsi, we could remove bind function here to calculate req_seq.
> So I would send the dtsi patch to Linux/uboot community, and remove
> the find function.
> 
> Do you agree?

I'm not quite sure what this means, so please send a patch and lets see.

  reply	other threads:[~2020-10-13 10:14 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-12  6:23 [PATCH 0/8] i.MX8MM: add host/gadget support Peng Fan
2020-10-12  6:23 ` [PATCH 1/8] tcpc: Add driver for USB typec port controller (TCPC) Peng Fan
2020-10-12  8:50   ` Marek Vasut
2020-10-12  9:43     ` Peng Fan
2020-10-12 10:21       ` Marek Vasut
2020-10-13  9:39         ` Peng Fan
2020-10-13  9:45           ` Marek Vasut
2020-10-13 10:05             ` Peng Fan
2020-10-13 10:14               ` Marek Vasut [this message]
2020-10-12  6:23 ` [PATCH 2/8] power: regulator: add dummy helper Peng Fan
2020-10-12  6:23 ` [PATCH 3/8] phy: nop-phy: add optional clk Peng Fan
2020-10-12  8:52   ` Marek Vasut
2020-10-12  9:12     ` Peng Fan
2020-10-12  6:23 ` [PATCH 4/8] usb: imx: add i.MX usb ehci driver Peng Fan
2020-10-12  8:55   ` Marek Vasut
2020-10-12  9:15     ` Peng Fan
2020-10-12  6:23 ` [PATCH 5/8] imx8m: enable usb power domain Peng Fan
2020-10-12  9:00   ` Marek Vasut
2020-10-12  9:20     ` Peng Fan
2020-10-12 10:29       ` Marek Vasut
2020-10-12  6:23 ` [PATCH 6/8] imx8mm_evk: add usbotg1 host support Peng Fan
2020-10-12  6:23 ` [PATCH 7/8] usb: ci_udc: Convert driver to DM_USB_GADGET Peng Fan
2020-10-27  7:45   ` Wolfgang Denk
2020-10-27  8:09     ` Peng Fan
2020-10-27  8:15       ` Wolfgang Denk
2020-10-27  8:18         ` Peng Fan
2020-10-27  9:32           ` Wolfgang Denk
2020-10-27  9:39             ` Peng Fan
2020-10-27 10:22               ` Wolfgang Denk
2020-10-12  6:23 ` [PATCH 8/8] imx8mm_evk: add fastboot support Peng Fan
2020-10-27  7:45   ` Wolfgang Denk
2020-10-27  8:08     ` Peng Fan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=62d351fb-07fe-b7b4-33a1-2839880f9e06@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.