summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-09-26 15:25:29 +0200
committerMark Brown <broonie@kernel.org>2023-10-02 14:06:19 +0100
commit22041ed154aaf89f31306014a305dde516c308ea (patch)
tree2e33d91b7459d7264593ef8f4f57e8d1b5aa2fb8 /scripts/patch-kernel
parent5b12dd84499a74be9d133e020e424025359a244f (diff)
downloadkernel-22041ed154aaf89f31306014a305dde516c308ea.tar.gz
ASoC: ti: Convert N810 ASoC to GPIO descriptors
The N810 uses GPIO descriptors pretty much exclusively, but not for ASoC, so let's fix it. Register the pins in a descriptor table in the machine since the ASoC device is not using device tree. Use static locals for the GPIO descriptors because I'm not able to experient with better state storage on any real hardware. Others using the N810 can come afterwards and improve this. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Link: https://lore.kernel.org/r/20230926-descriptors-asoc-ti-v1-1-60cf4f8adbc5@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
ores.c?id=2c7e4928b35660e2147d14d5e42849c22f44b55f'>i2c: ocores: add SPDX tagFederico Vaga 2019-02-14i2c: ocores: add polling interfaceFederico Vaga 2019-02-14i2c: ocores: do not handle IRQ if IF is not setFederico Vaga 2019-02-14i2c: ocores: stop transfer on timeoutFederico Vaga 2018-08-24i2c: ocores: update my email addressPeter Korsgaard 2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin 2018-05-29i2c: ocores: update HDL sources URLFederico Vaga 2018-05-17i2c: ocores: move header to platform_dataWolfram Sang 2017-08-29i2c: busses: make i2c_adapter constBhumika Goyal