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
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
2021-05-11
soundwire: bus: handle -ENODATA errors in clock stop/start sequences
Pierre-Louis Bossart
1
-33
/
+36
2021-05-11
soundwire: bus: only use CLOCK_STOP_MODE0 and fix confusions
Pierre-Louis Bossart
1
-60
/
+40
2021-03-30
soundwire: export sdw_compare_devid, sdw_extract_slave_id and sdw_slave_add
Srinivas Kandagatla
1
-1
/
+3
2021-03-30
soundwire: bus: Fix device found flag correctly
Srinivas Kandagatla
1
-1
/
+2
2021-03-30
soundwire: bus: remove useless initialization
Pierre-Louis Bossart
1
-1
/
+1
2021-03-30
soundwire: bus: uniquify dev_err() for SCP_INT access
Pierre-Louis Bossart
1
-3
/
+3
2021-03-30
soundwire: bus: demote clock stop prepare log to dev_dbg()
Pierre-Louis Bossart
1
-2
/
+2
2021-03-30
soundwire: bus: use consistent tests for return values
Pierre-Louis Bossart
1
-13
/
+13
2021-03-30
soundwire: bus: test read status
Pierre-Louis Bossart
1
-4
/
+12
2021-03-22
soundwire: bus: handle master quirks for bus clash and parity
Bard Liao
1
-0
/
+39
2021-02-07
soundwire: bus: clarify dev_err/dbg device references
Pierre-Louis Bossart
1
-30
/
+33
2021-02-07
soundwire: bus: fix confusion on device used by pm_runtime
Pierre-Louis Bossart
1
-9
/
+9
2021-02-07
soundwire: export sdw_write/read_no_pm functions
Bard Liao
1
-3
/
+4
2021-02-06
soundwire: bus: use no_pm IO routines for all interrupt handling
Pierre-Louis Bossart
1
-13
/
+13
2021-02-06
soundwire: bus: use sdw_write_no_pm when setting the bus scale registers
Pierre-Louis Bossart
1
-3
/
+3
2021-02-06
soundwire: bus: use sdw_update_no_pm when initializing a device
Pierre-Louis Bossart
1
-2
/
+14
[next]