| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-02-24 | 1 | -18/+104 |
|\ |
|
| * | soundwire: cadence: further simplify low-level xfer_msg_defer() callback | Pierre-Louis Bossart | 2023-01-31 | 1 | -2/+3 |
| * | soundwire: cadence: use directly bus sdw_defer structure | Pierre-Louis Bossart | 2023-01-31 | 1 | -2/+1 |
| * | soundwire: bus: Remove unused reset_page_addr() callback | Richard Fitzgerald | 2023-01-31 | 1 | -3/+0 |
| * | soundwire: Provide build stubs for common functions | Charles Keepax | 2023-01-09 | 1 | -10/+95 |
| * | soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions | Simon Trimmer | 2023-01-09 | 1 | -0/+2 |
| * | soundwire: enable optional clock registers for SoundWire 1.2 devices | Pierre-Louis Bossart | 2023-01-09 | 1 | -0/+4 |
| * | ASoC/soundwire: remove is_sdca boolean property | Pierre-Louis Bossart | 2023-01-09 | 1 | -2/+0 |
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 1 | -1/+1 |
|\ \ |
|
| * | | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -1/+1 |
| |/ |
|
* / | soundwire: stream: Add specific prep/deprep commands to port_prep callback | Stefan Binding | 2023-01-31 | 1 | -3/+5 |
|/ |
|
* | Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-12-19 | 1 | -0/+44 |
|\ |
|
| * | soundwire: intel: add in-band wake callbacks in hw_ops | Pierre-Louis Bossart | 2022-11-23 | 1 | -0/+5 |
| * | soundwire: intel: add link power management callbacks in hw_ops | Pierre-Louis Bossart | 2022-11-23 | 1 | -0/+5 |
| * | soundwire: intel: add bus management callbacks in hw_ops | Pierre-Louis Bossart | 2022-11-23 | 1 | -0/+11 |
| * | soundwire: intel: add register_dai callback in hw_ops | Pierre-Louis Bossart | 2022-11-23 | 1 | -0/+3 |
| * | soundwire: intel: add debugfs callbacks in hw_ops | Pierre-Louis Bossart | 2022-11-23 | 1 | -0/+5 |
| * | soundwire: intel: start using hw_ops | Pierre-Louis Bossart | 2022-11-23 | 1 | -0/+15 |
* | | soundwire: intel_init: remove sdw_intel_enable_irq() | Pierre-Louis Bossart | 2022-11-23 | 1 | -2/+0 |
|/ |
|
* | Merge tag 'soundwire-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-07 | 2 | -25/+42 |
|\ |
|
| * | soundwire: intel: cleanup WakeEnable and WakeStatus | Pierre-Louis Bossart | 2022-09-01 | 1 | -3/+7 |
| * | soundwire: intel: cleanup AC Timing Control | Pierre-Louis Bossart | 2022-09-01 | 1 | -2/+3 |
| * | soundwire: intel: cleanup IO control | Pierre-Louis Bossart | 2022-09-01 | 1 | -4/+6 |
| * | soundwire: intel: cleanup PCM Stream channel map and channel count | Pierre-Louis Bossart | 2022-09-01 | 1 | -5/+9 |
| * | soundwire: intel: cleanup PCM stream capabilities | Pierre-Louis Bossart | 2022-09-01 | 1 | -4/+5 |
| * | soundwire: intel: add comment for control stream cap/chmap | Pierre-Louis Bossart | 2022-09-01 | 1 | -0/+2 |
| * | soundwire: intel: remove unused PDM capabilities | Pierre-Louis Bossart | 2022-09-01 | 1 | -6/+0 |
| * | soundwire: intel: cleanup SHIM SYNC | Pierre-Louis Bossart | 2022-09-01 | 1 | -8/+9 |
| * | soundwire: intel: remove IPPTR unused definition | Pierre-Louis Bossart | 2022-09-01 | 1 | -1/+0 |
| * | soundwire: intel: regroup definitions for LCTL | Pierre-Louis Bossart | 2022-09-01 | 1 | -5/+7 |
| * | soundwire: intel: cleanup definition of LCOUNT | Pierre-Louis Bossart | 2022-09-01 | 1 | -0/+3 |
| * | soundwire: bus: allow device number to be unique at system level | Pierre-Louis Bossart | 2022-08-30 | 1 | -0/+4 |
* | | soundwire: add sdw_show_ping_status() helper | Pierre-Louis Bossart | 2022-08-17 | 1 | -0/+2 |
* | | soundwire: add read_ping_status helper definition in manager ops | Pierre-Louis Bossart | 2022-08-17 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2022-08-06 | 1 | -0/+3 |
|\ |
|
| * | soundwire: Intel: add trigger callback | Bard Liao | 2022-07-13 | 1 | -0/+1 |
| * | ASoC: SOF: Intel: Add support for MeteorLake (MTL) | Bard Liao | 2022-06-15 | 1 | -0/+2 |
* | | soundwire: peripheral: remove useless ops pointer | Pierre-Louis Bossart | 2022-07-06 | 1 | -2/+0 |
* | | soundwire: revisit driver bind/unbind and callbacks | Pierre-Louis Bossart | 2022-07-06 | 1 | -4/+2 |
|/ |
|
* | ASoC/soundwire: intel: simplify callbacks for params/hw_free | Pierre-Louis Bossart | 2021-12-24 | 1 | -2/+2 |
* | Merge tag 'sound-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2021-09-01 | 1 | -0/+87 |
|\ |
|
| * | soundwire: intel: introduce shim and alh base | Bard Liao | 2021-08-02 | 1 | -0/+8 |
| * | soundwire: move intel sdw register definitions to sdw_intel.h | Bard Liao | 2021-08-02 | 1 | -0/+79 |
* | | soundwire: add flag to ignore all command/control for mockup devices | Pierre-Louis Bossart | 2021-08-02 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-07-05 | 2 | -6/+5 |
|\ |
|
| * | soundwire: bus: Make sdw_nwrite() data pointer argument const | Richard Fitzgerald | 2021-06-20 | 1 | -1/+1 |
| * | soundwire: intel: move to auxiliary bus | Pierre-Louis Bossart | 2021-06-14 | 1 | -3/+3 |
| * | soundwire: add missing kernel-doc description | Pierre-Louis Bossart | 2021-05-11 | 1 | -0/+1 |
| * | soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusions | Pierre-Louis Bossart | 2021-05-11 | 1 | -2/+0 |
* | | soundwire: export sdw_update() and sdw_update_no_pm() | Pierre-Louis Bossart | 2021-06-21 | 1 | -0/+3 |
|/ |
|