summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2021-06-01 11:14:01 +0530
committerThierry Reding <thierry.reding@gmail.com>2021-06-04 11:46:19 +0200
commit2ba4597d932b45b25bc2e6604c1dbbb08e444cb7 (patch)
tree6b9ee36ffcc8647ac6215fd74f5cff3efdcfb2fa /scripts/patch-kernel
parent79dd354fe1769ebec695dacfee007eafb1538d0c (diff)
downloadkernel-2ba4597d932b45b25bc2e6604c1dbbb08e444cb7.tar.gz
dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema
Convert the tiehrpwm binding to DT schema format using json-schema. Along with this conversion the following changes are included: - 'clock' and 'clock-names' properties are marked as required as driver fails to probe without these properties - Dropped ti,am33xx-ehrpwm as it is no longer applicable. - 'power-domains' property is introduced and marked as optional. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
mp;id=3d234b3313cd12157946522fe35f5a4574f31169'>crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells 2017-10-12KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers 2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds 2017-06-09KEYS: encrypted: sanitize all key materialEric Biggers 2017-06-09KEYS: encrypted: use constant-time HMAC comparisonEric Biggers 2017-06-09KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers 2017-06-09KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers 2017-06-09KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers 2017-06-09KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring 2017-05-18doc: ReSTify keys-trusted-encrypted.txtKees Cook 2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells 2017-02-10KEYS: Use memzero_explicit() for secret dataDan Carpenter 2017-02-10KEYS: Fix an error code in request_master_key()Dan Carpenter 2016-09-22KEYS: Fix skcipher IV clobberingHerbert Xu