linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: Signed-off-by missing for commits in the pwm tree
@ 2023-10-12 22:14 Stephen Rothwell
  2023-10-13 11:44 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2023-10-12 22:14 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 1996 bytes --]

Hi all,

Commits

  e83d065df879 ("pwm: cros-ec: Simplify using devm_pwmchip_add() and dev_err_probe()")
  6bbb289ba9ef ("pwm: samsung: Consistently use the same name for driver data")
  bca2b683e56b ("pwm: vt8500: Simplify using devm functions")
  256d6ee2ad36 ("pwm: sprd: Simplify using devm_pwmchip_add() and dev_err_probe()")
  4abf54cf7ecb ("pwm: sprd: Provide a helper to cast a chip to driver data")
  aa60ddb3c334 ("pwm: spear: Simplify using devm functions")
  4f9cbaf4a379 ("pwm: mtk-disp: Simplify using devm_pwmchip_add()")
  41910bbd07a3 ("pwm: imx-tpm: Simplify using devm functions")
  3097af23a2e5 ("pwm: brcmstb: Simplify using devm functions")
  d5e2fc3956c3 ("pwm: bcm2835: Simplify using devm functions")
  47ecc5a0f7a4 ("pwm: bcm-iproc: Simplify using devm functions")
  a5e989881bfd ("pwm: Adapt sysfs API documentation to reality")
  9caee567a7b1 ("pwm: dwc: add PWM bit unset in get_state call")
  25c75f249c5e ("pwm: dwc: make timer clock configurable")
  68ee440e9bbd ("pwm: dwc: split pci out of core driver")
  e2218bde48d8 ("pwm: berlin: Simplify using devm functions")
  a0754f8e01a0 ("pwm: Drop pwm_[sg]et_chip_data()")
  04de4d9108c2 ("pwm: cros-ec: Put per-channel data into driver data")
  8905e7d09c9f ("pwm: sti: Reduce number of allocations and drop usage of chip_data")
  8a4aa42059be ("pwm: renesas: Drop usage of pwm_[gs]et_chip_data()")
  bfddd0080786 ("pwm: lp3943: Drop usage of pwm_[gs]et_chip_data()")
  23d557785a11 ("pwm: jz4740: Put per-channel clk into driver data")
  4c9548d24c0d ("pwm: samsung: Put per-channel data into driver data")
  9db718b90b6c ("pwm: berlin: Put per-channel config into driver data")
  4b672114771a ("pwm: crc: Allow compilation as module and with COMPILE_TEST")
  4d7c6cfafb9d ("pwm: Manage owner assignment implicitly for drivers")
  10cb8ce5af85 ("pwm: jz4740: Consistently name driver data "jz"")

are missing a Signed-off-by from their committers.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Signed-off-by missing for commits in the pwm tree
  2023-10-12 22:14 linux-next: Signed-off-by missing for commits in the pwm tree Stephen Rothwell
@ 2023-10-13 11:44 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2023-10-13 11:44 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 2217 bytes --]

On Fri, Oct 13, 2023 at 09:14:51AM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Commits
> 
>   e83d065df879 ("pwm: cros-ec: Simplify using devm_pwmchip_add() and dev_err_probe()")
>   6bbb289ba9ef ("pwm: samsung: Consistently use the same name for driver data")
>   bca2b683e56b ("pwm: vt8500: Simplify using devm functions")
>   256d6ee2ad36 ("pwm: sprd: Simplify using devm_pwmchip_add() and dev_err_probe()")
>   4abf54cf7ecb ("pwm: sprd: Provide a helper to cast a chip to driver data")
>   aa60ddb3c334 ("pwm: spear: Simplify using devm functions")
>   4f9cbaf4a379 ("pwm: mtk-disp: Simplify using devm_pwmchip_add()")
>   41910bbd07a3 ("pwm: imx-tpm: Simplify using devm functions")
>   3097af23a2e5 ("pwm: brcmstb: Simplify using devm functions")
>   d5e2fc3956c3 ("pwm: bcm2835: Simplify using devm functions")
>   47ecc5a0f7a4 ("pwm: bcm-iproc: Simplify using devm functions")
>   a5e989881bfd ("pwm: Adapt sysfs API documentation to reality")
>   9caee567a7b1 ("pwm: dwc: add PWM bit unset in get_state call")
>   25c75f249c5e ("pwm: dwc: make timer clock configurable")
>   68ee440e9bbd ("pwm: dwc: split pci out of core driver")
>   e2218bde48d8 ("pwm: berlin: Simplify using devm functions")
>   a0754f8e01a0 ("pwm: Drop pwm_[sg]et_chip_data()")
>   04de4d9108c2 ("pwm: cros-ec: Put per-channel data into driver data")
>   8905e7d09c9f ("pwm: sti: Reduce number of allocations and drop usage of chip_data")
>   8a4aa42059be ("pwm: renesas: Drop usage of pwm_[gs]et_chip_data()")
>   bfddd0080786 ("pwm: lp3943: Drop usage of pwm_[gs]et_chip_data()")
>   23d557785a11 ("pwm: jz4740: Put per-channel clk into driver data")
>   4c9548d24c0d ("pwm: samsung: Put per-channel data into driver data")
>   9db718b90b6c ("pwm: berlin: Put per-channel config into driver data")
>   4b672114771a ("pwm: crc: Allow compilation as module and with COMPILE_TEST")
>   4d7c6cfafb9d ("pwm: Manage owner assignment implicitly for drivers")
>   10cb8ce5af85 ("pwm: jz4740: Consistently name driver data "jz"")
> 
> are missing a Signed-off-by from their committers.

Fixed now. I've also reenabled the local git hook that I used to have in
place to check for this.

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2023-10-13 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-12 22:14 linux-next: Signed-off-by missing for commits in the pwm tree Stephen Rothwell
2023-10-13 11:44 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).