Age | Commit message (Expand) | Author | Files | Lines |
2020-01-16 | Merge branch 'topic/sdw_intel' into next | Vinod Koul | 1 | -0/+11 |
2020-01-16 | soundwire: intel: report slave_ids for each link to SOF driver | Bard Liao | 1 | -0/+11 |
2020-01-14 | soundwire: bus: fix device number leak on errors | Pierre-Louis Bossart | 1 | -1/+3 |
2019-12-12 | soundwire: intel: add clock stop quirks | Pierre-Louis Bossart | 1 | -0/+37 |
2019-12-12 | soundwire: intel: add mutex for shared SHIM register access | Pierre-Louis Bossart | 1 | -0/+2 |
2019-12-12 | soundwire: intel: add prototype for WAKEEN interrupt processing | Rander Wang | 1 | -0/+2 |
2019-12-12 | soundwire: intel: add link_list to handle interrupts with a single thread | Bard Liao | 1 | -0/+2 |
2019-12-12 | soundwire: intel: update headers for interrupts | Bard Liao | 1 | -0/+4 |
2019-12-12 | soundwire: intel: update stream callbacks for hwparams/free stream operations | Rander Wang | 1 | -4/+28 |
2019-12-12 | soundwire: intel: update interfaces between ASoC and SoundWire | Pierre-Louis Bossart | 1 | -5/+72 |
2019-12-12 | soundwire: sdw_slave: track unattach_request to handle all init sequences | Pierre-Louis Bossart | 1 | -0/+6 |
2019-12-12 | soundwire: sdw_slave: add initialization_complete definition | Pierre-Louis Bossart | 1 | -0/+3 |
2019-12-12 | soundwire: sdw_slave: add enumeration_complete structure | Pierre-Louis Bossart | 1 | -0/+4 |
2019-12-12 | soundwire: sdw_slave: add probe_complete structure and new fields | Pierre-Louis Bossart | 1 | -0/+6 |
2019-11-09 | soundwire: remove bitfield for unique_id, use u8 | Pierre-Louis Bossart | 1 | -1/+3 |
2019-10-21 | soundwire: remove DAI_ID_RANGE definitions | Pierre-Louis Bossart | 1 | -3/+0 |
2019-09-04 | soundwire: stream: make stream name a const pointer | Srinivas Kandagatla | 1 | -2/+2 |
2019-09-04 | soundwire: Add compute_params callback | Vinod Koul | 1 | -0/+2 |
2019-08-23 | soundwire: intel: handle disabled links | Pierre-Louis Bossart | 1 | -0/+2 |
2019-08-23 | soundwire: add debugfs support | Pierre-Louis Bossart | 1 | -0/+8 |
2019-08-21 | soundwire: add new mclk_freq field for properties | Pierre-Louis Bossart | 1 | -0/+2 |
2019-08-21 | soundwire: include mod_devicetable.h to avoid compiling warnings | Bard liao | 1 | -0/+2 |
2019-08-21 | soundwire: intel: prevent possible dereference in hw_params | Pierre-Louis Bossart | 1 | -0/+1 |
2019-07-01 | soundwire: add module_sdw_driver helper macro | Srinivas Kandagatla | 1 | -0/+11 |
2019-05-27 | soundwire: rename/clarify MIPI DisCo properties | Pierre-Louis Bossart | 1 | -6/+7 |
2019-05-27 | soundwire: clarify comment | Pierre-Louis Bossart | 1 | -1/+1 |
2019-05-27 | soundwire: mipi-disco: fix clock stop modes | Pierre-Louis Bossart | 1 | -2/+2 |
2019-05-27 | soundwire: rename 'freq' fields | Pierre-Louis Bossart | 1 | -6/+6 |
2019-05-27 | soundwire: mipi-disco: remove master_count property for masters | Pierre-Louis Bossart | 1 | -2/+0 |
2019-05-27 | soundwire: remove master data port properties | Pierre-Louis Bossart | 1 | -2/+0 |
2019-05-27 | soundwire: add port-related definitions | Pierre-Louis Bossart | 1 | -0/+53 |
2019-05-02 | soundwire: remove multiple blank lines | Vinod Koul | 1 | -1/+0 |
2019-05-02 | soundwire: wrap macro argument in parenthesis | Vinod Koul | 1 | -1/+1 |
2019-05-02 | soundwire: intel: more alignment fixes | Vinod Koul | 1 | -1/+1 |
2019-05-02 | soundwire: more alignment fixes | Vinod Koul | 1 | -5/+5 |
2019-05-02 | soundwire: add argument to function definition | Vinod Koul | 1 | -1/+1 |
2019-05-02 | soundwire: fix SPDX license for header files | Vinod Koul | 3 | -6/+6 |
2019-05-02 | soundwire: intel: fix SPDX license for header file | Vinod Koul | 1 | -2/+2 |
2018-08-27 | soundwire: keep track of Masters in a stream | Shreyas NC | 1 | -0/+2 |
2018-08-27 | soundwire: Add support for multi link bank switch | Shreyas NC | 1 | -0/+4 |
2018-08-27 | soundwire: Handle multiple master instances in a stream | Vinod Koul | 1 | -2/+0 |
2018-08-27 | soundwire: Add support to lock across bus instances | Sanyog Kale | 1 | -0/+4 |
2018-05-11 | soundwire: intel: Add audio DAI ops | Vinod Koul | 2 | -0/+17 |
2018-05-11 | soundwire: Add stream configuration APIs | Sanyog Kale | 1 | -0/+4 |
2018-05-11 | soundwire: Add bank switch routine | Sanyog Kale | 1 | -0/+48 |
2018-05-11 | soundwire: Add helpers for ports operations | Sanyog Kale | 1 | -0/+54 |
2018-05-11 | soundwire: Add Master and Slave port programming | Sanyog Kale | 1 | -1/+46 |
2018-05-11 | soundwire: Add support for port management | Sanyog Kale | 1 | -0/+67 |
2018-05-11 | soundwire: Add support for SoundWire stream management | Sanyog Kale | 1 | -0/+109 |
2017-12-19 | soundwire: intel: Add Intel init module | Vinod Koul | 1 | -0/+3 |