All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1 0/3] Add tegra header license and dt-bindings Copyright
@ 2021-09-21  9:42 Bitan Biswas
  2021-09-21  9:42 ` [PATCH V1 1/3] dt-bindings: tegra: memory,bpmp-thermal: add SPDX license Bitan Biswas
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bitan Biswas @ 2021-09-21  9:42 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Thierry Reding,
	Jonathan Hunter, Steven Rostedt, Ingo Molnar, Jassi Brar,
	Philipp Zabel
  Cc: Sowjanya Komatineni, Mark Brown, Linus Walleij, linux-kernel,
	devicetree, linux-tegra, Bitan Biswas

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(+)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH V1 0/3] Add tegra header license and dt-bindings Copyright
@ 2021-09-21 11:27 Bitan Biswas
  2021-09-21 11:27 ` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier Bitan Biswas
  0 siblings, 1 reply; 12+ messages in thread
From: Bitan Biswas @ 2021-09-21 11:27 UTC (permalink / raw)
  To: krzysztof.kozlowski, robh+dt, thierry.reding, jonathanh, rostedt,
	mingo, jassisinghbrar, p.zabel
  Cc: skomatineni, broonie, linus.walleij, linux-kernel, devicetree,
	linux-tegra, Bitan Biswas

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(+)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH V1 0/3] Add tegra header license and dt-bindings Copyright
@ 2021-09-21 17:44 Bitan Biswas
  2021-09-21 17:44 ` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier Bitan Biswas
  0 siblings, 1 reply; 12+ messages in thread
From: Bitan Biswas @ 2021-09-21 17:44 UTC (permalink / raw)
  To: krzysztof.kozlowski, robh+dt, thierry.reding, jonathanh, rostedt,
	mingo, jassisinghbrar, p.zabel
  Cc: skomatineni, broonie, linus.walleij, linux-kernel, devicetree,
	linux-tegra, Bitan Biswas

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(+)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-09-24 22:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21  9:42 [PATCH V1 0/3] Add tegra header license and dt-bindings Copyright Bitan Biswas
2021-09-21  9:42 ` [PATCH V1 1/3] dt-bindings: tegra: memory,bpmp-thermal: add SPDX license Bitan Biswas
2021-09-21  9:49   ` Krzysztof Kozlowski
2021-09-24 21:58     ` Bitan Biswas
2021-09-21  9:42 ` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier Bitan Biswas
2021-09-21  9:51   ` Krzysztof Kozlowski
2021-09-24 22:18     ` Bitan Biswas
2021-09-21  9:42 ` [PATCH V1 3/3] dt-bindings: tegra: clock,memory,thermal: add header Copyright Bitan Biswas
2021-09-21  9:47   ` Krzysztof Kozlowski
2021-09-24 21:43     ` Bitan Biswas
2021-09-21 11:27 [PATCH V1 0/3] Add tegra header license and dt-bindings Copyright Bitan Biswas
2021-09-21 11:27 ` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier Bitan Biswas
2021-09-21 17:44 [PATCH V1 0/3] Add tegra header license and dt-bindings Copyright Bitan Biswas
2021-09-21 17:44 ` [PATCH V1 2/3] trace: events: tegra_apb_dma: add SPDX license identifier Bitan Biswas

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.