mbox series

[V1,0/3] Add tegra header license and dt-bindings Copyright

Message ID 20210921174434.4839-1-bbiswas@nvidia.com
Headers show
Series Add tegra header license and dt-bindings Copyright | expand

Message

Bitan Biswas Sept. 21, 2021, 5:44 p.m. UTC
Few Tegra header file are missing license text.
Some Tegra dt-bindings header do not have Copyright.
Add license and Copyright for such Tegra header files.

Bitan Biswas (3):
  dt-bindings: tegra: memory,bpmp-thermal: add SPDX license
  trace: events: tegra_apb_dma: add SPDX license identifier
  dt-bindings: tegra: clock,memory,thermal: add header Copyright

 include/dt-bindings/clock/tegra114-car.h            | 4 ++++
 include/dt-bindings/clock/tegra124-car-common.h     | 4 ++++
 include/dt-bindings/clock/tegra124-car.h            | 4 ++++
 include/dt-bindings/clock/tegra186-clock.h          | 6 ++++++
 include/dt-bindings/clock/tegra20-car.h             | 4 ++++
 include/dt-bindings/clock/tegra210-car.h            | 4 ++++
 include/dt-bindings/clock/tegra30-car.h             | 4 ++++
 include/dt-bindings/gpio/tegra-gpio.h               | 4 ++++
 include/dt-bindings/gpio/tegra186-gpio.h            | 4 ++++
 include/dt-bindings/mailbox/tegra186-hsp.h          | 4 ++++
 include/dt-bindings/memory/tegra114-mc.h            | 6 ++++++
 include/dt-bindings/memory/tegra124-mc.h            | 6 ++++++
 include/dt-bindings/memory/tegra186-mc.h            | 7 +++++++
 include/dt-bindings/memory/tegra194-mc.h            | 7 +++++++
 include/dt-bindings/memory/tegra210-mc.h            | 6 ++++++
 include/dt-bindings/memory/tegra30-mc.h             | 6 ++++++
 include/dt-bindings/pinctrl/pinctrl-tegra-xusb.h    | 6 ++++++
 include/dt-bindings/reset/tegra124-car.h            | 4 ++++
 include/dt-bindings/reset/tegra210-car.h            | 4 ++++
 include/dt-bindings/thermal/tegra124-soctherm.h     | 4 ++++
 include/dt-bindings/thermal/tegra186-bpmp-thermal.h | 5 +++++
 include/dt-bindings/thermal/tegra194-bpmp-thermal.h | 5 +++++
 include/trace/events/tegra_apb_dma.h                | 1 +
 23 files changed, 109 insertions(+)

Comments

Rob Herring (Arm) Sept. 23, 2021, 10:36 p.m. UTC | #1
On Tue, Sep 21, 2021 at 10:44:31AM -0700, Bitan Biswas wrote:
> Few Tegra header file are missing license text.
> Some Tegra dt-bindings header do not have Copyright.
> Add license and Copyright for such Tegra header files.

Who do you expect to merge this? Tegra maintainers or I can apply 
patches 1 and 3.

Series should be for 1 maintainer clearly, separate series per 
maintainer if there's no dependencies (this case), or clearly state who 
you think should take a series if it has cross tree dependencies.

Rob
Krzysztof Kozlowski Sept. 24, 2021, 7:40 a.m. UTC | #2
On Fri, 24 Sept 2021 at 00:36, Rob Herring <robh@kernel.org> wrote:
>
> On Tue, Sep 21, 2021 at 10:44:31AM -0700, Bitan Biswas wrote:
> > Few Tegra header file are missing license text.
> > Some Tegra dt-bindings header do not have Copyright.
> > Add license and Copyright for such Tegra header files.
>
> Who do you expect to merge this? Tegra maintainers or I can apply
> patches 1 and 3.
>
> Series should be for 1 maintainer clearly, separate series per
> maintainer if there's no dependencies (this case), or clearly state who
> you think should take a series if it has cross tree dependencies.

Please wait with applying these. I had comments for patches 1 and 3,
but the set was sent three times, so maybe you don't see my questions
in this thread.

Best regards,
Krzysztof