Age | Commit message (Expand) | Author |
2023-04-12 | soundwire: intel_auxdevice: improve pm_prepare step | Pierre-Louis Bossart |
2023-04-12 | soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow | Richard Fitzgerald |
2023-04-12 | soundwire: intel: don't save hw_params for use in prepare | Pierre-Louis Bossart |
2023-04-12 | soundwire: bus: Update sdw_nread/nwrite_no_pm to handle page boundaries | Charles Keepax |
2023-04-12 | soundwire: bus: Update kernel doc for no_pm functions | Charles Keepax |
2023-04-12 | soundwire: bus: Remove now outdated comments on no_pm IO | Charles Keepax |
2023-04-12 | soundwire: stream: uniquify dev_err() logs | Pierre-Louis Bossart |
2023-04-12 | soundwire: stream: remove bus->dev from logs on multiple buses | Pierre-Louis Bossart |
2023-04-12 | soundwire: amd: add pm_prepare callback and pm ops support | Vijendar Mukunda |
2023-04-12 | soundwire: amd: handle SoundWire wake enable interrupt | Vijendar Mukunda |
2023-04-12 | soundwire: amd: add runtime pm ops for AMD SoundWire manager driver | Vijendar Mukunda |
2023-04-12 | soundwire: amd: add SoundWire manager interrupt handling | Vijendar Mukunda |
2023-04-12 | soundwire: amd: enable build for AMD SoundWire manager driver | Vijendar Mukunda |
2023-04-12 | soundwire: amd: register SoundWire manager dai ops | Vijendar Mukunda |
2023-04-12 | soundwire: amd: Add support for AMD Manager driver | Vijendar Mukunda |
2023-04-12 | soundwire: export sdw_compute_slave_ports() function | Vijendar Mukunda |
2023-04-12 | soundwire: stream: restore cumulative bus bandwidth when compute_params callb... | Shuming Fan |
2023-04-12 | soundwire: bandwidth allocation: Use hweight32() to calculate set bits | Richard Fitzgerald |
2023-04-12 | soundwire: qcom: gracefully handle too many ports in DT | Krzysztof Kozlowski |
2023-04-12 | soundwire: qcom: define hardcoded version magic numbers | Krzysztof Kozlowski |
2023-04-12 | soundwire: qcom: correct setting ignore bit on v1.5.1 | Krzysztof Kozlowski |
2023-03-15 | soundwire: cadence: change access to IP_MCP_CMD_BASE | Pierre-Louis Bossart |
2023-03-15 | soundwire: cadence: split access to IP_MCP_CMDCTRL fields | Pierre-Louis Bossart |
2023-03-15 | soundwire: cadence: split access to IP_MCP_CONTROL fields | Pierre-Louis Bossart |
2023-03-15 | soundwire: cadence: split access to IP_MCP_CONFIG fields | Pierre-Louis Bossart |
2023-03-15 | soundwire: cadence: add helpers to access IP_MCP registers | Pierre-Louis Bossart |
2023-03-15 | soundwire: cadence: remove CDNS_MCP_CONFIG_SSPMOD | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: move bank switch routine to common intel_bus_common.c | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: add abstraction for cmdsync check | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: move bus common sequences to different file | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: use indirection before moving bus start/stop sequences | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: add sync_arm/sync_go to ops | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: simplify sync_go sequence | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: remove useless abstraction | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: remove PDI-level restrictions on rates and formats | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: remove stale/misleading comment | Pierre-Louis Bossart |
2023-03-15 | soundwire: intel: move common definitions to header file | Pierre-Louis Bossart |
2023-03-15 | soundwire: dmi-quirks: add remapping for Intel 'Rooks County' NUC M15 | Eugene Huang |
2023-02-24 | Merge tag 'soundwire-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-01-31 | soundwire: cadence: further simplify low-level xfer_msg_defer() callback | Pierre-Louis Bossart |
2023-01-31 | soundwire: cadence: use directly bus sdw_defer structure | Pierre-Louis Bossart |
2023-01-31 | soundwire: bus: remove sdw_defer argument in sdw_transfer_defer() | Pierre-Louis Bossart |
2023-01-31 | soundwire: stream: use consistent pattern for freeing buffers | Pierre-Louis Bossart |
2023-01-31 | soundwire: stream: Add specific prep/deprep commands to port_prep callback | Stefan Binding |
2023-01-31 | soundwire: bus: Remove unused reset_page_addr() callback | Richard Fitzgerald |
2023-01-31 | soundwire: bus: Don't zero page registers after every transaction | Richard Fitzgerald |
2023-01-31 | soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() | Richard Fitzgerald |
2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman |
2023-01-09 | soundwire: stream: Move remaining register accesses over to no_pm | Charles Keepax |