Re: [GIT PULL] hte: New subsystem for v5.19-rc1

From: Linus Torvalds
Date: Sat Jun 04 2022 - 00:38:28 EST


On Fri, Jun 3, 2022 at 4:39 AM Thierry Reding <thierry.reding@xxxxxxxxx> wrote:
>
> Note that this currently supports only one provider, but there seems to
> be enough interest in this functionality and we expect to see more
> drivers added once this is merged.

So the "one provider" worries me, but the part that really doesn't
make me all warm and fuzzy is how this came in at the end of the merge
window.

And it's a bit odd in other ways.

The DT bindings got the comment "why call it 'hardware timestamp'"
when no other case seems sane.

So the DT bindings got renamed. So now part of the code calls it "hte"
(which nobody understands outside of the hte community that is
apparently one single device: Tegra) and part of the code calls it
"timestamp".

Hmm.

Linus