Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
754e0b0e35608ed5206d6a67a791563c631cec07
/
drivers
/
most
/
core.c
26c2e92
most: core: Constify static attribute_group structs
by Rikard Falkeborn
· 4 years ago
e4463e4
staging: most: avoid null pointer dereference when iface is null
by Colin Ian King
· 4 years, 6 months ago
5e56bc0
most: core: use function subsys_initcall()
by Christian Gromm
· 4 years, 8 months ago
b276527
staging: most: move core files out of the staging area
by Christian Gromm
· 4 years, 10 months ago
[Renamed (99%) from drivers/staging/most/core.c]
234ff54
staging: most: core: Use scnprintf() for avoiding potential buffer overflow
by Takashi Iwai
· 4 years, 10 months ago
b7935e5
staging: most: core: fix logging messages
by Christian Gromm
· 5 years ago
d693e90
staging: most: core: remove container struct
by Christian Gromm
· 5 years ago
6a82c77
staging: most: remove struct device core driver
by Christian Gromm
· 5 years ago
2485055
staging: most: core: drop device reference
by Christian Gromm
· 5 years ago
723de0f
staging: most: remove device from interface structure
by Christian Gromm
· 5 years ago
532c291
staging: most: remove header include path to drivers/staging
by Masahiro Yamada
· 5 years ago
7937691
staging: most: core: remove noisy log messages
by Christian Gromm
· 5 years ago
78ce8b2
staging: most: core: use dev_* function for logging
by Christian Gromm
· 5 years ago
ca78e04
staging: most: core: fix date in file comment
by Christian Gromm
· 5 years ago
45917e7
staging: most: rename struct core_component
by Christian Gromm
· 5 years ago
c1d3fb8
staging: most: rename core.h to most.h
by Christian Gromm
· 5 years ago
1637a94
staging: most: core: remove sysfs attr remove_link
by Christian Gromm
· 5 years ago
af96ce0
staging: most: core: add comments to mutex and spinlock definitions
by Christian Gromm
· 5 years ago
4df0991
staging: most: remove string termination dependency from user space data
by Christian Gromm
· 5 years ago
f419f88
staging: most-core: Fix checkpatch warnings
by Peikan Tsai
· 5 years ago
209de31
staging: most-core: Use bus_find_device_by_name
by Suzuki K Poulose
· 6 years ago
3970d0d
staging: most: core: replace strcpy() by strscpy()
by Gustavo A. R. Silva
· 6 years ago
817de6b
Merge 5.1-rc6 into staging-next
by Greg Kroah-Hartman
· 6 years ago
acdbb89
staging: most: allow speculative configuration
by Christian Gromm
· 6 years ago
a1ee286
staging: most: core: remove attribute add_link
by Christian Gromm
· 6 years ago
787105b
staging: most: core: make sysfs attributes read-only
by Christian Gromm
· 6 years ago
919c03a
staging: most: enable configfs support
by Christian Gromm
· 6 years ago
3d89b27
staging: most: core: add configfs interface functions
by Christian Gromm
· 6 years ago
dfee92d
staging: most: change signature of function probe_channel
by Christian Gromm
· 6 years ago
131ac62
staging: most: core: use device description as name
by Christian Gromm
· 6 years ago
13c4500
staging: most: use format specifier "%s" in snprintf
by Colin Ian King
· 6 years ago
bddd3c2
staging: most: fix label names
by Christian Gromm
· 6 years ago
4ad8662
staging: most: do not make interface dependent attrs default for all channels
by Christian Gromm
· 6 years ago
f0b4a22
staging: most: register channel device after init of struct members
by Christian Gromm
· 6 years ago
3598cec
staging: most: make interface drivers allocate coherent memory
by Christian Gromm
· 7 years ago
dbd36d5
staging: most: add channel property dbr_size
by Christian Gromm
· 7 years ago
aaf4032
staging: most: allocate only all requested memory
by Christian Gromm
· 7 years ago
c92e677
staging: most: Remove unnecessary usage of BUG_ON().
by Quytelda Kahja
· 7 years ago
92d01a5
staging: most: Indent function parameter.
by Quytelda Kahja
· 7 years ago
ed49a3b
staging: most: Add a blank line.
by Quytelda Kahja
· 7 years ago
275efcfa
staging: most: Remove unnecessary OOM messages.
by Quytelda Kahja
· 7 years ago
37d641e
staging: most: Avoid trailing semicolon for macros
by Ravi Eluri
· 7 years ago
845c31d
staging: most: core: make functions print_links and most_match static
by Colin Ian King
· 7 years ago
e7e3ce0
staging: most: core: fix list traversing
by Andrey Shvetsov
· 7 years ago
eb9e2bc
staging: most: core: remove class generation
by Christian Gromm
· 7 years ago
3ba5515
staging: most: core: check value returned by match function
by Christian Gromm
· 7 years ago
7e0d354
staging: most: core: fix formatting
by Christian Gromm
· 7 years ago
fdbdc0e
staging: most: core: denote modules as components
by Christian Gromm
· 7 years ago
b7937dc
staging: most: fix comment sections
by Christian Gromm
· 7 years ago
db09fe0
staging: most: core: rename function link_channel_to_aim
by Christian Gromm
· 7 years ago
5a5abf0
staging: most: core: rename aim variables
by Christian Gromm
· 7 years ago
81ce26b
staging: most: core: rename mod_list
by Christian Gromm
· 7 years ago
ed021a0
staging: most: rename functions to register a driver with most_core
by Christian Gromm
· 7 years ago
a128444
staging: most: rename struct most_aim
by Christian Gromm
· 7 years ago
845101b
staging: most: core: put channel name in struct most_channel
by Christian Gromm
· 7 years ago
9136fcc
staging: most: core: replace struct most_inst_obj
by Christian Gromm
· 7 years ago
ec0c2f6
staging: most: core: rename function
by Christian Gromm
· 7 years ago
3d6eb1d
staging: most: core: remove struct device
by Christian Gromm
· 7 years ago
bdafb7e
staging: most: core: fix sysfs attribute management
by Christian Gromm
· 7 years ago
a6404e6
staging: most: core: track aim modules with linked list
by Christian Gromm
· 7 years ago
14ae5f0
staging: most: core: use structure to pack driver specific data
by Christian Gromm
· 7 years ago
f898f98
staging: most: core: rename members aim* of struct most_channel
by Christian Gromm
· 7 years ago
ab868ba
staging: most: core: rename struct memeber
by Christian Gromm
· 7 years ago
7faeffe
staging: most: core: rename struct most_c_aim_obj to pipe
by Christian Gromm
· 7 years ago
fcb7fad
staging: most: core: rename structure
by Christian Gromm
· 7 years ago
e6e79b4
staging: most: core: encapsulate code in function
by Christian Gromm
· 7 years ago
921c80c
staging: most: core: add a match function for the bus
by Christian Gromm
· 7 years ago
14c018a
staging: most: core: remove function get_channel_by_iface
by Christian Gromm
· 7 years ago
4d5f022
staging: most: remove proprietary kobjects
by Christian Gromm
· 7 years ago
057301c
staging: most: move core files
by Christian Gromm
· 7 years ago
[Renamed (99%) from drivers/staging/most/mostcore/core.c]
c1dcb35
staging: most: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
1a79f22
staging: most: add SPDX identifiers to all most driver files
by Greg Kroah-Hartman
· 7 years ago
0632466
format-security: move static strings to const
by Kees Cook
· 8 years ago
5f78862
staging: most: consolidate attributes for list of links
by Andrey Shvetsov
· 8 years ago
add98da
staging: most: core: separate property showing links
by Andrey Shvetsov
· 8 years ago
7dc7022
staging: most: core: consolidate channel attributes
by Andrey Shvetsov
· 8 years ago
1c74e3a
staging: most: core: make use of __ATTR_* macros
by Christian Gromm
· 8 years ago
4dd7c7c
staging: most: core: fix function names
by Christian Gromm
· 8 years ago
bf676f4
staging: most: fix comment of the function remove_link_store
by Andrey Shvetsov
· 8 years ago
0b4194f
staging: most: fix comment of the function add_link_store
by Andrey Shvetsov
· 8 years ago
7e47629
staging: most: Eliminate usage of symbolic permissions
by Jason Litzinger
· 8 years ago
eefb2a8
staging: most: core: update examples on how to link channels
by Andrey Shvetsov
· 8 years ago
5d7df3a
staging: most: core: remove processing of deprecated names
by Andrey Shvetsov
· 8 years ago
931161b
staging: most: core: remove read option from remove_link
by Andrey Shvetsov
· 8 years ago
7b518be
staging: most: core: remove member add_link
by Andrey Shvetsov
· 8 years ago
0540609
staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOC
by Andrey Shvetsov
· 8 years ago
95f7301
staging: most: clean up configuration strings
by Christian Gromm
· 8 years ago
22ff195
staging: most: core: remove trailing zero from text property
by Andrey Shvetsov
· 8 years ago
a6f9d84
staging: most: make function most_submit_mbo return void
by Christian Gromm
· 8 years ago
bc5f96a
staging: most: core: show all linked channels
by Christian Gromm
· 8 years ago
bf9503f
staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue
by Christian Gromm
· 8 years ago
99d7534
staging: most: core: rename device struct of core module
by Christian Gromm
· 9 years ago
5a63e23
staging: most: core: remove debug print
by Christian Gromm
· 9 years ago
3e8b9fe
Staging: most: Do not print message if kzalloc() failed.
by Sandhya Bankar
· 9 years ago
cc4188b
staging: most: return proper error
by Sudip Mukherjee
· 9 years ago
e7f2b70
staging: most: replace multiple if..else with table lookup
by Hari Prasath Gujulan Elango
· 9 years ago
17ac98a
staging: most: fix error comparison
by Sudip Mukherjee
· 9 years ago
cdc293d
staging: most: fix retrieval of buffer availability
by Christian Gromm
· 9 years ago
61f6bfc
staging: most: remove redundant mutexes
by Christian Gromm
· 9 years ago
b522e61
staging: most: remove code to destroy channel
by Christian Gromm
· 9 years ago
Next »