summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* soundwire: cadence: multi-link supportPierre-Louis Bossart2020-03-191-2/+10
* soundwire: cadence: commit changes in the exit_reset() sequencePierre-Louis Bossart2020-03-191-3/+2
* soundwire: cadence: remove automatic command retriesPierre-Louis Bossart2020-03-191-2/+1
* soundwire: cadence: remove PREQ_DELAY assignmentPierre-Louis Bossart2020-03-191-2/+1
* soundwire: cadence: enable NORMAL operation in cdns_init()Pierre-Louis Bossart2020-03-191-5/+4
* soundwire: cadence: reorder MCP_CONFIG settingsPierre-Louis Bossart2020-03-191-8/+10
* soundwire: cadence: make SSP interval programmablePierre-Louis Bossart2020-03-192-3/+7
* soundwire: cadence: move clock/SSP related inits to dedicated functionPierre-Louis Bossart2020-03-191-5/+13
* soundwire: cadence: merge routines to clear/set bitsPierre-Louis Bossart2020-03-191-20/+8
* soundwire: cadence: mask Slave interrupt before stopping clockPierre-Louis Bossart2020-03-191-0/+28
* soundwire: cadence: fix a io timeout issue in S3 testRander Wang2020-03-191-0/+3
* soundwire: cadence: add clock_stop/restart routinesRander Wang2020-03-192-0/+159
* soundwire: cadence: handle error cases with CONFIG_UPDATEPierre-Louis Bossart2020-03-191-0/+5
* soundwire: cadence: add interface to check clock statusRander Wang2020-03-192-0/+13
* soundwire: cadence: simplifiy cdns_init()Rander Wang2020-03-193-13/+3
* soundwire: cadence: s/update_config/config_updatePierre-Louis Bossart2020-03-191-3/+3
* soundwire: stream: use sdw_write instead of updateSrinivas Kandagatla2020-03-131-5/+4
* soundwire: bus: provide correct return value on errorBard Liao2020-03-031-5/+2
* Merge branch 'topic/asoc' into nextVinod Koul2020-02-261-16/+5
|\
| * soundwire: add helper macros for devID fieldsPierre-Louis Bossart2020-02-261-16/+5
* | soundwire: cadence: remove useless prototypesPierre-Louis Bossart2020-02-261-8/+0
* | soundwire: bus: don't treat CMD_IGNORED as error on ClockStopPierre-Louis Bossart2020-02-251-2/+6
* | soundwire: bus: add clock stop helpersRander Wang2020-02-251-0/+332
* | soundwire: bus: fix io error when processing alert eventRander Wang2020-02-251-5/+16
* | soundwire: bus: disable pm_runtime in sdw_slave_deletePierre-Louis Bossart2020-02-251-0/+2
* | soundwire: bus: add helper to clear Slave status to UNATTACHEDPierre-Louis Bossart2020-02-252-0/+35
* | soundwire: bus: write Slave Device Number without runtime_pmPierre-Louis Bossart2020-02-251-1/+1
* | soundwire: bus: add PM/no-PM versions of read/write functionsPierre-Louis Bossart2020-02-251-16/+52
* | soundwire: bus: fix race condition with initialization_complete signalingPierre-Louis Bossart2020-02-252-0/+9
* | soundwire: bus: fix race condition with enumeration_complete signalingPierre-Louis Bossart2020-02-252-0/+21
* | soundwire: bus: fix race condition with probe_complete signalingPierre-Louis Bossart2020-02-254-3/+30
* | soundwire: intel: free all resources on hw_free()Pierre-Louis Bossart2020-02-181-2/+39
* | soundwire: intel: add sdw_stream_setup helper for .startup callbackRander Wang2020-02-181-0/+64
* | soundwire: intel: add trigger support in sdw dai driverRander Wang2020-02-181-0/+39
* | soundwire: intel: add prepare support in sdw dai driverRander Wang2020-02-181-0/+17
* | soundwire: intel: rename res field as link_resPierre-Louis Bossart2020-02-181-18/+19
* | soundwire: stream: don't program ports when a stream that has not been preparedRander Wang2020-02-131-5/+17
* | soundwire: stream: fix support for multiple Slaves on the same linkRander Wang2020-02-131-2/+3
* | soundwire: stream: do not update parameters during DISABLED-PREPARED transitionPierre-Louis Bossart2020-02-131-2/+17
* | soundwire: stream: only prepare stream when it is configured.Bard Liao2020-02-131-1/+6
* | soundwire: stream: update state machine and add state checksPierre-Louis Bossart2020-02-131-0/+37
|/
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-104-4/+4
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-034-4/+4
* | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier2020-02-101-2/+2
* | Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-093-24/+109
|\ \
| * \ Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-02-083-24/+109
| |\ \
| | * | irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsZenghui Yu2020-02-081-14/+14
| | * | irqchip/gic-v3-its: Remove superfluous WARN_ONZenghui Yu2020-02-081-1/+0
| | * | irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()Zenghui Yu2020-02-081-3/+1
| | * | irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD levelZenghui Yu2020-02-081-0/+80