Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ab3cf8dc7db6755d216173b04043b0e0cd24415b
/
drivers
ab3cf8d
greybus: enforce max representable message size
by Alex Elder
· 10 years ago
94b15d7
greybus: use outgoing flag when creating operation
by Alex Elder
· 10 years ago
615772a
greybus: usb-gb: import a "buildable" version of the usb-gb.c driver
by Greg Kroah-Hartman
· 10 years ago
43cdae5
greybus: protect cookie with a mutex
by Alex Elder
· 10 years ago
f34541d
greybus: ignore a null cookie when canceling buffer
by Alex Elder
· 10 years ago
894cbc3
greybus: update operation result atomically
by Alex Elder
· 10 years ago
aa3a4d1
greybus: enforce receive buffer size
by Alex Elder
· 10 years ago
1a36515
greybus: fix some error codes
by Alex Elder
· 10 years ago
3deb37d
greybus: use special operation result valus
by Alex Elder
· 10 years ago
abe9a30
greybus: first operation error prevails
by Alex Elder
· 10 years ago
ba986b5
greybus: encapsulate operation result access
by Alex Elder
· 10 years ago
9f240f2
greybus: uart-gb: clean up send_line_coding
by Greg Kroah-Hartman
· 10 years ago
ecc25a7
greybus: es1-ap-usb: don't use 'es1' after it is freed
by Viresh Kumar
· 10 years ago
bf2329f
greybus: pwm-gb: convert to use gb_operation_sync
by Greg Kroah-Hartman
· 10 years ago
5a8b831
greybus: i2c-gb: convert to use gb_operation_sync
by Greg Kroah-Hartman
· 10 years ago
7d5bbb1
greybus: gpio-gb: convert to use gb_operation_sync
by Greg Kroah-Hartman
· 10 years ago
e51f1d1
greybus: uart-gb: convert to use gb_operation_sync
by Greg Kroah-Hartman
· 10 years ago
ac3d249
greybus: vibrator-gb: convert to use gb_operation_sync
by Greg Kroah-Hartman
· 10 years ago
d5671a6
greybus: battery-gb: convert to use gb_operation_sync
by Greg Kroah-Hartman
· 10 years ago
10aa801
greybus: operation: create gb_operation_sync for sending "simple" messages
by Greg Kroah-Hartman
· 10 years ago
10c6939
greybus: rework synchronous operation completion
by Alex Elder
· 10 years ago
2cf72a2
greybus: kill gb_operation_wait()
by Alex Elder
· 10 years ago
7035833
greybus: cancel whole operation on interrupt
by Alex Elder
· 10 years ago
f68c05c
greybus: cancel operation on timeout
by Alex Elder
· 10 years ago
0e3d0e8
greybus: minor tweak in gb_connection_recv_response()
by Alex Elder
· 10 years ago
deb4b9e
greybus: add a reference to pending operations
by Alex Elder
· 10 years ago
583c311
greybus: handle data send errors in workqueue
by Alex Elder
· 10 years ago
ee637a9
greybus: abandon incoming requests for now
by Alex Elder
· 10 years ago
23383de
greybus: use errno for operation result
by Alex Elder
· 10 years ago
696e0cc
greybus: Random spell fixes
by Viresh Kumar
· 10 years ago
de3557d
greybus: rename greybus_cport_in()
by Alex Elder
· 10 years ago
d98b52b
greybus: define greybus_data_sent()
by Alex Elder
· 10 years ago
87d208f
greybus: embed message buffer into message structure
by Alex Elder
· 10 years ago
c08b1dd
greybus: dynamically allocate requests and responses
by Alex Elder
· 10 years ago
0a4e14a
greybus: rename message buffer fields
by Alex Elder
· 10 years ago
8b33730
greybus: have greybus allocate its own buffers
by Alex Elder
· 10 years ago
8d55f4c
greybus: complete overflow responses
by Alex Elder
· 10 years ago
e8b48d1
greybus: fix a timeout race
by Alex Elder
· 10 years ago
5e68995
greybus: drop a now-empty structure
by Alex Elder
· 10 years ago
7486dfd
greybus: add -Wall to the build flags
by Greg Kroah-Hartman
· 10 years ago
4589f06
greybus: pwm-gb.c: fix up missing { } for else
by Greg Kroah-Hartman
· 10 years ago
9ffb4b8
greybus: uart-gb: fix up typo from previous patch moving the status variable around.
by Greg Kroah-Hartman
· 10 years ago
25d0f81
greybus: remove status from all responses
by Alex Elder
· 10 years ago
bc717fc
greybus: define gb_operation_status_map()
by Alex Elder
· 10 years ago
d30df42
greybus: send operation result in response message header
by Alex Elder
· 10 years ago
30a2964
greybus: distinguish incoming from outgoing requests
by Alex Elder
· 10 years ago
dcec19f
greybus: get rid of uart request_operation()
by Alex Elder
· 10 years ago
980c7c5
greybus: uart-gb: handle throttle/unthrottle properly
by Greg Kroah-Hartman
· 10 years ago
d122382
greybus: fix vibrator request_operation()
by Alex Elder
· 10 years ago
bc09135
greybus: fix uart request_operation()
by Alex Elder
· 10 years ago
0bbfe04
greybus: fix battery_operation()
by Alex Elder
· 10 years ago
8abf414
greybus: operation: don't complete operation twice
by Viresh Kumar
· 10 years ago
d37b1db
greybus: refactor gb_connection_recv()
by Alex Elder
· 10 years ago
8fc71a7
greybus: use "operation_id" for certain values
by Alex Elder
· 10 years ago
6014718
greybus: get rid of message status
by Alex Elder
· 10 years ago
c41f165
greybus: tidy up svc_in_callback() and cport_in_callback()
by Alex Elder
· 10 years ago
2292bac
greybus: explicitly mark cookies as opaque
by Alex Elder
· 10 years ago
c002b0e
greybus: ap: function_id is already set by svc_msg_alloc()
by Viresh Kumar
· 10 years ago
64e6929
greybus: Pass '*ptr' to sizeof() wherever possible
by Viresh Kumar
· 10 years ago
a4040ab
greybus: ap: keep all svc function routines together
by Viresh Kumar
· 10 years ago
e2dabb7
greybus: ap: remove extra parameter to convert_ap_message()
by Viresh Kumar
· 10 years ago
42a9466
greybus: vibrator-gb.c: fix up incorrect comment
by Greg Kroah-Hartman
· 10 years ago
c3278f9
greybus: Merge branch 'master' into vibrator-gb
by Greg Kroah-Hartman
· 10 years ago
de80073
greybus: pass gfp_flags for message allocation
by Alex Elder
· 10 years ago
1f764af
greybus: stop storing dest_cport_id in message
by Alex Elder
· 10 years ago
3ed67ab
greybus: stop storing hd in message
by Alex Elder
· 10 years ago
e238e64
greybus: kill the last gbuf remnants
by Alex Elder
· 10 years ago
61089e8
greybus: rework receve handling
by Alex Elder
· 10 years ago
35b1342
greybus: cancel messages, not gbufs
by Alex Elder
· 10 years ago
002fe66
greybus: send messages, not gbufs
by Alex Elder
· 10 years ago
6a70736
greybus: rework message initialization
by Alex Elder
· 10 years ago
58a5bdc
greybus: send buffers without gbufs
by Alex Elder
· 10 years ago
fa23ffe
greybus: stash hd as context for all URBs
by Alex Elder
· 10 years ago
a9163b2
greybus: cancel buffers via magic cookie
by Alex Elder
· 10 years ago
9ec5411
greybus: free space without gbufs
by Alex Elder
· 10 years ago
d2a259f
greybus: allocate space without gbufs
by Alex Elder
· 10 years ago
0f4c808
greybus: fill in destination data at send time
by Alex Elder
· 10 years ago
06a4a06
greybus: improve data buffer alignment
by Alex Elder
· 10 years ago
5259ef1
greybus: prepend cport byte for all gbufs
by Alex Elder
· 10 years ago
4f83b8d
greybus: fix an allocation flag bug
by Alex Elder
· 10 years ago
4b99201
greybus: vibrator-gb: fix up api changes
by Greg Kroah-Hartman
· 10 years ago
025742c
greybus: Merge branch 'master' into vibrator-gb
by Greg Kroah-Hartman
· 10 years ago
374e6a2
greybus: kill off the last of gbuf.c
by Alex Elder
· 10 years ago
4e5007e
greybus: kill the gbuf slab cache
by Alex Elder
· 10 years ago
bc46fab
greybus: embed gbufs into operation message structure
by Alex Elder
· 10 years ago
f7935e3
greybus: use null gbuf->transfer_buffer
by Alex Elder
· 10 years ago
bb88896
greybus: move gbuf initialization to caller
by Alex Elder
· 10 years ago
c7f82d5
greybus: start using struct gb_message
by Alex Elder
· 10 years ago
3690a82
greybus: define struct gb_message
by Alex Elder
· 10 years ago
3c3cef4
greybus: move the definition of struct gbuf
by Alex Elder
· 10 years ago
2f528c8
greybus: kill gbuf->kref
by Alex Elder
· 10 years ago
6e5dd0b
greybus: kill greybus_{get,put}_gbuf()
by Alex Elder
· 10 years ago
396671b
greybus: vibrator-gb: proper allocate minor numbers
by Greg Kroah-Hartman
· 10 years ago
4efe606
greybus: vibrator-gb: fixes based on Marti's review comments.
by Greg Kroah-Hartman
· 10 years ago
ac4029f
greybus: vibrator-gb: add vibrator driver
by Greg Kroah-Hartman
· 10 years ago
6819067
greybus: greybus_manifest.h: update with full list of protocols
by Greg Kroah-Hartman
· 10 years ago
ed7538e
greybus: uart: handle NULL size requests in request_operation()
by Greg Kroah-Hartman
· 10 years ago
1e776f3
greybus: get rid of cport_id_map_lock
by Alex Elder
· 10 years ago
2c43ce4
greybus: use a simple list of hd connections
by Alex Elder
· 10 years ago
ba99346
greybus: record the host device in a gbuf
by Alex Elder
· 10 years ago
Next »