Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
075b7d363c675ef7fa03918881caeca3458e2a96
/
drivers
/
greybus
/
operation.c
8465def
staging: greybus: move the greybus core to drivers/greybus
by Greg Kroah-Hartman
· 5 years ago
[Renamed from drivers/staging/greybus/operation.c]
ec0ad86
staging: greybus: move core include files to include/linux/greybus/
by Greg Kroah-Hartman
· 5 years ago
8478c35
staging: greybus: Parenthesis alignment
by Cristian Sicilia
· 6 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
863dbc5
staging: greybus: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
eb50fd3
staging: greybus: add SPDX identifiers to all greybus driver files
by Greg Kroah-Hartman
· 7 years ago
dbec272
staging: greybus: operation: add generic timeout support
by Johan Hovold
· 8 years ago
2321f04
greybus: operation: clean up request handler
by Johan Hovold
· 8 years ago
112f563
greybus: operation: fix broken response tracepoint
by Johan Hovold
· 8 years ago
dfcba86
greybus: operation: fix broken response error messages
by Johan Hovold
· 8 years ago
e514dec
greybus: operation: print id when synchronous operation timeout
by David Lin
· 8 years ago
05e3095
greybus: Revert "greybus: ratelimit errors usually seen on unipro_reset"
by Viresh Kumar
· 9 years ago
2d533cf
greybus: ratelimit errors usually seen on unipro_reset
by Vaibhav Hiremath
· 9 years ago
dacf3eb
greybus: fix tracepoint-related whitespace issues
by Johan Hovold
· 9 years ago
3de5acf
greybus: connection: implement proper connection closure
by Johan Hovold
· 9 years ago
18079ec
greybus: operation: add helper for creating core operations
by Johan Hovold
· 9 years ago
77bbbcf
greybus: operation: restructure activation state handling
by Johan Hovold
· 9 years ago
8890f95
greybus: operation: clean up early connection-state check
by Johan Hovold
· 9 years ago
df73254
greybus: tracing: fix a bad tracepoint
by Alex Elder
· 9 years ago
f866e66
greybus: add operation traces
by Alex Elder
· 9 years ago
ef62ada
greybus: operation: fix broken activation logic
by Johan Hovold
· 9 years ago
b0e97bc
greybus: operation: rate-limit dev_err printing on the receive path
by Eli Sennesh
· 9 years ago
ca1f8f8
greybus: connection: add offloaded connection flag
by Johan Hovold
· 9 years ago
c77bac0
greybus: operation: fix an inconsistent indent
by David Lin
· 9 years ago
7adb32b
greybus: operation: fix definition of the invalid type
by Johan Hovold
· 9 years ago
5fdc027
greybus: operation: add helper functions for unidirectional operations
by Johan Hovold
· 9 years ago
3e2ee2c
greybus: operation: add support for initiating unidirectional operations
by Johan Hovold
· 9 years ago
613c15e
greybus: operation: update gb_operation_request_send() documentation
by Johan Hovold
· 9 years ago
410abdd
greybus: fix outdated kernel-doc comment
by Johan Hovold
· 9 years ago
7e43e33
greybus: operation: add support for short responses
by Johan Hovold
· 9 years ago
34804ef
greybus: operation: add temporary pointer to response handler
by Johan Hovold
· 9 years ago
b427572
greybus: core: add device prefix to error messages
by Johan Hovold
· 9 years ago
570dfa7
greybus: connection: add unidirectional enabled state
by Johan Hovold
· 9 years ago
bfa9a5e
greybus: connection: add per-connection request handlers
by Johan Hovold
· 9 years ago
2f3db92
greybus: don't use %h and %hh for printing short and char variables
by Viresh Kumar
· 9 years ago
25cdd7a
greybus: operation: handle static connections
by Johan Hovold
· 9 years ago
2537636
greybus: hd: rename host-device structure
by Johan Hovold
· 9 years ago
c3aa655
greybus: operation: use the bundle struct device instead of the connector
by Greg Kroah-Hartman
· 9 years ago
0b1118a
greybus: operation: clean up error messages
by Johan Hovold
· 9 years ago
ff65e20
greybus: operation: drop OOM-response FIXME
by Johan Hovold
· 9 years ago
6ab1ce4
greybus: operation: remove gb_operation_destroy
by Johan Hovold
· 9 years ago
5c8ad59
greybus: operation, core: hook tracepoints into message opertions
by Bryan O'Donoghue
· 9 years ago
4be6ea5
greybus: operation: Fix wrong order of arguments
by Viresh Kumar
· 9 years ago
21e3a3ed
greybus: operation: print message type on errors
by Viresh Kumar
· 9 years ago
701615f
greybus: operation: add completion work queue
by Johan Hovold
· 9 years ago
5a5bc35
greybus: operation: use per-connection work queues
by Johan Hovold
· 9 years ago
a4e0846
greybus: operation: clean up greybus_message_sent
by Johan Hovold
· 9 years ago
b4bd734
greybus: operation: fix operation ordering
by Johan Hovold
· 9 years ago
b84abdc
greybus: operation: fix atomic message submission
by Johan Hovold
· 10 years ago
1c7658c
greybus: operation: fix atomic response allocation
by Johan Hovold
· 10 years ago
129a06f
greybus: operation: add gb_operation_sync_timeout helper
by Johan Hovold
· 10 years ago
4f2c08a
greybus: operation: allow drivers to define custom timeouts
by Johan Hovold
· 10 years ago
5a3be76
greybus: operation: split incoming and outgoing cancellation
by Johan Hovold
· 10 years ago
0eb8c11
greybus: operation: fix response-cancellation race
by Johan Hovold
· 10 years ago
3325a4a
greybus: operation: fix operation look-up race
by Johan Hovold
· 10 years ago
008974c
greybus: operation: fix connection tear down
by Johan Hovold
· 10 years ago
886c606
greybus: operation: suppress response submission on connection tear down
by Johan Hovold
· 10 years ago
c600e53
greybus: operation: clean up operation work function
by Johan Hovold
· 10 years ago
db1481b
greybus: operation: complete operations on cancellation
by Johan Hovold
· 10 years ago
fd7134a
greybus: operation: make cancellation synchronous
by Johan Hovold
· 10 years ago
3eeac7e
greybus: operation: add active counter
by Johan Hovold
· 10 years ago
9a586bd
greybus: operation: clean up create-incoming error path
by Johan Hovold
· 10 years ago
fffc151
greybus: operation: fix another cancellation use-after-free
by Johan Hovold
· 10 years ago
e4340b1
greybus: operation: fix incoming-response corruption
by Johan Hovold
· 10 years ago
048a7ff
greybus: operation: fix outgoing-response corruption
by Johan Hovold
· 10 years ago
0581f28e
greybus: operation: fix use-after-free in response receive path
by Johan Hovold
· 10 years ago
85109f7
greybus: operation: fix operation-destroy race
by Johan Hovold
· 10 years ago
188f978
greybus: operation: fix cancellation of responses
by Johan Hovold
· 10 years ago
fde7382
greybus: operation: allocate response before setting result
by Johan Hovold
· 10 years ago
1635304
greybus: operation: drop redundant oom message
by Johan Hovold
· 10 years ago
e339881
greybus: operation: add unidirectional-operation flag
by Johan Hovold
· 10 years ago
710067e
greybus: operation: add incoming-operation flag
by Johan Hovold
· 10 years ago
73f9d73
greybus: operation: fix cancellation use-after-free
by Johan Hovold
· 10 years ago
abb722e
greybus: operation: make response helper static
by Johan Hovold
· 10 years ago
a52c435
greybus: operation: allow atomic request submissions
by Johan Hovold
· 10 years ago
e420721
greybus: operation: allow atomic operation allocations
by Johan Hovold
· 10 years ago
3e136cc
greybus: operation/esx: fix message-cancellation lifetime bugs
by Johan Hovold
· 10 years ago
f35ab90
greybus: endo: define endo_init() and endo_exit()
by Alex Elder
· 10 years ago
47ed2c9
greybus: tag core init and exit functions
by Alex Elder
· 10 years ago
4cfabf0
greybus: operation: Remove unused variable 'buffer'
by Viresh Kumar
· 10 years ago
1d771fe
greybus: operation: add support for incoming unidirectional operations
by Johan Hovold
· 10 years ago
d52b35f
greybus: operation: add helper to retrieve max payload size
by Johan Hovold
· 10 years ago
d933667
greybus: fix host-device buffer constraints
by Johan Hovold
· 10 years ago
6d65337
greybus: eliminate extra response flag definitions
by Alex Elder
· 10 years ago
24ef485
greybus: drop host-driver buffer headroom
by Johan Hovold
· 10 years ago
1e5613b
greybus: operation: fix potential message corruption
by Johan Hovold
· 10 years ago
7cf7bca
greybus: pass messages to host drivers
by Johan Hovold
· 10 years ago
ac67acd
greybus: operation: move message-header definition to header file
by Johan Hovold
· 10 years ago
564c72b
greybus: operation: fix unaligned memory accesses in receive path
by Johan Hovold
· 10 years ago
973ccfd
greybus: operation: refactor response handling
by Johan Hovold
· 10 years ago
0150bd7
greybus: operation: make incomplete-message errors more informative
by Johan Hovold
· 10 years ago
e1baa3f
greybus: operation: replace pr_err with dev_err
by Johan Hovold
· 10 years ago
cfa7969
greybus: operation: fix incoming request payload size
by Johan Hovold
· 10 years ago
94896676
greybus: operation: fix null-deref on operation destroy
by Johan Hovold
· 10 years ago
772f3e9
greybus: operation: fix null-deref on operation cancel
by Johan Hovold
· 10 years ago
ff65be7
greybus: operation: fix use-after-free and infinite loop on unhandled requests
by Johan Hovold
· 10 years ago
ea2c2ee
greybus: operation: fix memory leak in request_send error path
by Johan Hovold
· 10 years ago
0fb5acc
greybus: operation: fix use-after-free when sending responses
by Johan Hovold
· 10 years ago
3775403
greybus: operation: fix callback handling and documentation
by Johan Hovold
· 10 years ago
d506283
greybus: operation: fix typo in comment
by Johan Hovold
· 10 years ago
Next »