[U-Boot] [PATCH 05/60] pwm: tegra: move header file to driver directory

Stephen Warren swarren at wwwdotorg.org
Mon Apr 25 21:47:49 CEST 2016


On 04/24/2016 04:20 AM, Wolfgang Denk wrote:
> Dear Stephen,
>
> In message <1461099580-3866-6-git-send-email-swarren at wwwdotorg.org> you wrote:
>>
>> Tegra's pwm.h only contains private definitions for use inside the Tegra
>> PWM driver. Move it out of the global include directory since nothing
>> needs to access it there.
>
> If I understand correctly, all this is just a reorganisation of code.
> There is no new code or functionality added, right?

That's true in this patch, certainly.

>> -/*
>> - * Tegra pulse width frequency modulator definitions
>> - *
>> - * Copyright (c) 2011 The Chromium OS Authors.
> ...
>
>> -/*
>> - * Tegra pulse width frequency modulator definitions
>> - *
>> - * Copyright (c) 2011 The Chromium OS Authors.
> ...
>
>>   /*
>>    * Copyright 2016 Google Inc.
>> + * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved.
> ...
>
>
> But then, you drop the original copyright notices of the Chromium
> project,

Those copyright messages were deleted because those files were deleted. 
In this case (this patch) at least, those files contained nothing but a 
#include for other files.

For files that were moved (e.g. arch/arm/include/asm/arch-tegra/pwm.h in 
this patch), all original copyright messages (in this case, both 
Chromium OS and NVIDIA) were maintained.

I'm not aware of any deletions of copyright messages in files that were 
not completely deleted, or where the same content was moved elsewhere. 
If you find any, it was a simple oversight.


More information about the U-Boot mailing list