devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] ASoC: Add NTP8918 and NTP8835 codecs support
@ 2024-09-25 14:52 Igor Prusov
  2024-09-25 14:52 ` [PATCH v3 1/6] dt-bindings: vendor-prefixes: Add NeoFidelity, Inc Igor Prusov
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Igor Prusov @ 2024-09-25 14:52 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Liam Girdwood,
	Mark Brown, Jaroslav Kysela, Takashi Iwai, Igor Prusov,
	Philipp Zabel
  Cc: devicetree, linux-kernel, linux-sound, kernel, prusovigor,
	Krzysztof Kozlowski

This series adds support for two NeoFidelity amplifiers. For both
amplifiers vendor provides software for equalizer and filters
configuration, which generates firmware files with registers values.
Since in both cases those files have same encoding, a common helper
module is added to get firmware via request_firmware() API and set
registers values.

Changes in V3:
- Added clocks to bindings and drivers
- removed unused includes
- ntp8835_reset_gpio() now only implements reset sequence and does not
  leave device in reset state
- make data const where possible
- Link to V2: https://lore.kernel.org/lkml/20240709221203.92167-5-ivprusov@salutedevices.com/

Changes in V2:
- Fix dt_binding_check errors
- Link to V1: https://lore.kernel.org/all/20240709172834.9785-1-ivprusov@salutedevices.com/

---
Igor Prusov (6):
      dt-bindings: vendor-prefixes: Add NeoFidelity, Inc
      ASoC: codecs: Add NeoFidelity Firmware helpers
      ASoC: dt-bindings: Add NeoFidelity NTP8918
      ASoC: codecs: Add NeoFidelity NTP8918 codec
      ASoC: dt-bindings: Add NeoFidelity NTP8835
      ASoC: codecs: Add NeoFidelity NTP8835 codec

 .../bindings/sound/neofidelity,ntp8835.yaml        |  73 ++++
 .../bindings/sound/neofidelity,ntp8918.yaml        |  70 +++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 sound/soc/codecs/Kconfig                           |  13 +
 sound/soc/codecs/Makefile                          |   6 +
 sound/soc/codecs/ntp8835.c                         | 480 +++++++++++++++++++++
 sound/soc/codecs/ntp8918.c                         | 397 +++++++++++++++++
 sound/soc/codecs/ntpfw.c                           | 137 ++++++
 sound/soc/codecs/ntpfw.h                           |  23 +
 9 files changed, 1201 insertions(+)
---
base-commit: c7fbbb45ef78ff349d16923b516bc8667367d1a6
change-id: 20240924-ntp-amps-8918-8835-1fb126809fa3

Best regards,
-- 
Igor Prusov <ivprusov@salutedevices.com>


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

end of thread, other threads:[~2024-10-01 17:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25 14:52 [PATCH v3 0/6] ASoC: Add NTP8918 and NTP8835 codecs support Igor Prusov
2024-09-25 14:52 ` [PATCH v3 1/6] dt-bindings: vendor-prefixes: Add NeoFidelity, Inc Igor Prusov
2024-09-25 14:52 ` [PATCH v3 2/6] ASoC: codecs: Add NeoFidelity Firmware helpers Igor Prusov
2024-09-25 14:52 ` [PATCH v3 3/6] ASoC: dt-bindings: Add NeoFidelity NTP8918 Igor Prusov
2024-09-26  2:37   ` Rob Herring (Arm)
2024-09-25 14:52 ` [PATCH v3 4/6] ASoC: codecs: Add NeoFidelity NTP8918 codec Igor Prusov
2024-09-27  5:28   ` kernel test robot
2024-09-25 14:52 ` [PATCH v3 5/6] ASoC: dt-bindings: Add NeoFidelity NTP8835 Igor Prusov
2024-09-26  2:38   ` Rob Herring (Arm)
2024-09-25 14:52 ` [PATCH v3 6/6] ASoC: codecs: Add NeoFidelity NTP8835 codec Igor Prusov
2024-09-28  9:17   ` Dan Carpenter
2024-10-01 17:53 ` [PATCH v3 0/6] ASoC: Add NTP8918 and NTP8835 codecs support Mark Brown

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).