index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soundwire
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
soundwire: bus: simplify by using local slave->prop
Krzysztof Kozlowski
1
-3
/
+3
2024-04-05
soundwire: bus: extend base clock checks to 96 MHz
Pierre-Louis Bossart
1
-6
/
+6
2024-03-28
soundwire: bus: don't clear SDCA_CASCADE bit
Pierre-Louis Bossart
1
-1
/
+1
2023-11-24
soundwire: bus: introduce controller_id
Pierre-Louis Bossart
1
-0
/
+4
2023-11-04
Merge tag 'soundwire-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+7
2023-10-16
soundwire: bus: improve error handling for clock stop prepare/deprepare
Pierre-Louis Bossart
1
-5
/
+7
2023-09-21
soundwire: bus: Make IRQ handling conditionally built
Charles Keepax
1
-26
/
+5
2023-09-03
Merge tag 'soundwire-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+8
2023-08-18
mfd: Immutable branch between MFD, Pinctrl and soundwire due for the v6.6 mer...
Mark Brown
1
-0
/
+32
2023-08-17
soundwire: bus: Allow SoundWire peripherals to register IRQ handlers
Lucas Tanure
1
-0
/
+32
2023-08-11
soundwire: bus: add callbacks for device_number allocation
Pierre-Louis Bossart
1
-9
/
+7
2023-08-11
soundwire: extend parameters of new_peripheral_assigned() callback
Pierre-Louis Bossart
1
-1
/
+1
2023-07-12
soundwire: fix enumeration completion
Johan Hovold
1
-4
/
+4
2023-06-21
soundwire: bus: Prevent lockdep asserts when stream has multiple buses
Richard Fitzgerald
1
-2
/
+13
2023-05-27
soundwire: bus: add new manager callback to deal with peripheral enumeration
Pierre-Louis Bossart
1
-0
/
+3
2023-05-08
soundwire: bus: Don't filter slave alerts
Charles Keepax
1
-8
/
+4
2023-04-12
soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow
Richard Fitzgerald
1
-5
/
+10
2023-04-12
soundwire: bus: Update sdw_nread/nwrite_no_pm to handle page boundaries
Charles Keepax
1
-24
/
+39
2023-04-12
soundwire: bus: Update kernel doc for no_pm functions
Charles Keepax
1
-0
/
+37
2023-04-12
soundwire: bus: Remove now outdated comments on no_pm IO
Charles Keepax
1
-3
/
+0
2023-01-31
soundwire: cadence: further simplify low-level xfer_msg_defer() callback
Pierre-Louis Bossart
1
-1
/
+1
2023-01-31
soundwire: cadence: use directly bus sdw_defer structure
Pierre-Louis Bossart
1
-1
/
+1
2023-01-31
soundwire: bus: remove sdw_defer argument in sdw_transfer_defer()
Pierre-Louis Bossart
1
-6
/
+4
2023-01-31
soundwire: bus: Don't zero page registers after every transaction
Richard Fitzgerald
1
-23
/
+0
2023-01-09
soundwire: stream: Move remaining register accesses over to no_pm
Charles Keepax
1
-1
/
+1
2023-01-09
soundwire: bus: export sdw_nwrite_no_pm and sdw_nread_no_pm functions
Simon Trimmer
1
-4
/
+4
2023-01-09
soundwire: enable optional clock registers for SoundWire 1.2 devices
Pierre-Louis Bossart
1
-3
/
+4
2023-01-09
ASoC/soundwire: remove is_sdca boolean property
Pierre-Louis Bossart
1
-2
/
+2
2022-10-08
Merge tag 'soundwire-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-28
/
+66
2022-09-20
soundwire: bus: Fix wrong port number in sdw_handle_slave_alerts()
Richard Fitzgerald
1
-2
/
+2
2022-09-20
soundwire: bus: Don't exit early if no device IDs were programmed
Richard Fitzgerald
1
-8
/
+21
2022-09-20
soundwire: bus: Don't re-enumerate before status is UNATTACHED
Richard Fitzgerald
1
-0
/
+10
2022-09-20
soundwire: bus: Don't lose unattach notifications
Richard Fitzgerald
1
-0
/
+5
2022-08-30
soundwire: bus: allow device number to be unique at system level
Pierre-Louis Bossart
1
-6
/
+17
2022-08-30
soundwire: bus: rename sdw_ida as sdw_bus_ida
Pierre-Louis Bossart
1
-3
/
+3
2022-08-23
soundwire: bus: remove use of __func__ in dev_dbg
Pierre-Louis Bossart
1
-8
/
+8
2022-08-23
soundwire: intel: Remove unnecessary TODO
Khalid Masum
1
-1
/
+0
2022-08-17
soundwire: add sdw_show_ping_status() helper
Pierre-Louis Bossart
1
-0
/
+32
2022-07-06
soundwire: revisit driver bind/unbind and callbacks
Pierre-Louis Bossart
1
-33
/
+42
2022-05-09
soundwire: bus: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
1
-10
/
+5
2022-05-09
soundwire: bus: pm_runtime_request_resume on peripheral attachment
Pierre-Louis Bossart
1
-0
/
+12
2022-02-10
soundwire: bus: add dev_warn() messages to track UNATTACHED devices
Pierre-Louis Bossart
1
-1
/
+7
2021-10-20
soundwire: bus: stop dereferencing invalid slave pointer
Srinivas Kandagatla
1
-1
/
+1
2021-08-02
soundwire: bus: squelch error returned by mockup devices
Pierre-Louis Bossart
1
-2
/
+8
2021-07-22
soundwire: bus: update Slave status in sdw_clear_slave_status
Bard Liao
1
-0
/
+1
2021-07-22
soundwire: bus: filter out more -EDATA errors on clock stop
Pierre-Louis Bossart
1
-1
/
+2
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-90
/
+73
2021-06-21
soundwire: export sdw_update() and sdw_update_no_pm()
Pierre-Louis Bossart
1
-1
/
+16
2021-06-20
soundwire: bus: Make sdw_nwrite() data pointer argument const
Richard Fitzgerald
1
-4
/
+4
2021-05-11
soundwire: bus: add missing \n in dynamic debug
Pierre-Louis Bossart
1
-2
/
+2
[next]