Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c41f1651c4962e56548a5b580e60f66a724357e7
/
drivers
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
6af2908
greybus: use gbuf's destination cport id
by Alex Elder
· 10 years ago
63921d8
greybus: record a gbuf's destination CPort id
by Alex Elder
· 10 years ago
c7d0f25
greybus: reference count operations
by Alex Elder
· 10 years ago
78496db
greybus: clean up gb_connection_operation_recv()
by Alex Elder
· 10 years ago
b37716f
greybus: kill gb_operation_gbuf_complete()
by Alex Elder
· 10 years ago
ea590d5
greybus: delete some lines in "greybus.h"
by Alex Elder
· 10 years ago
19363a2
greybus: move operation timeout teardown
by Alex Elder
· 10 years ago
b4be404
greybus: Greybus UART connection driver
by Greg Kroah-Hartman
· 10 years ago
0ac5a83
greybus: skeleton for future uevents.
by Greg Kroah-Hartman
· 10 years ago
86bf33a
greybus: Revert "manifest: remove extra loop for finding module descriptor"
by Greg Kroah-Hartman
· 10 years ago
b7be8d2
greybus: Revert "manifest: improve print message"
by Greg Kroah-Hartman
· 10 years ago
2206ea9
greybus: interface: move gb_module_interface_init() to interface.c
by Viresh Kumar
· 10 years ago
676daaf
greybus: module: move module specific code to module.c
by Viresh Kumar
· 10 years ago
9ca4d62
greybus: module: move gb_module_find() to a more logical location
by Viresh Kumar
· 10 years ago
577f5f9
greybus: core: re-use gb_module_find() in gb_remove_module()
by Viresh Kumar
· 10 years ago
ab34291
greybus: connection: fix duplicating naming in _gb_hd_connection_insert()
by Viresh Kumar
· 10 years ago
1dd90df
greybus: manifest: make sure manifest_descs list is empty before parsing manifest
by Viresh Kumar
· 10 years ago
38d61dd
greybus: connection: try cancelling operations only if list isn't empty
by Viresh Kumar
· 10 years ago
f66832da
greybus: nullify dangling pointers
by Viresh Kumar
· 10 years ago
837b3b7
greybus: operation: free resources in the reverse order of allocation
by Viresh Kumar
· 10 years ago
95bd99d
greybus: core: use 'drv' instead of dev->driver
by Viresh Kumar
· 10 years ago
3dc05f1
greybus: core: remove unnecessary braces
by Viresh Kumar
· 10 years ago
219871e
greybus: manifest: improve print message
by Viresh Kumar
· 10 years ago
85f3aee
greybus: manifest: remove extra loop for finding module descriptor
by Viresh Kumar
· 10 years ago
a68bd74
greybus: connection: free resources properly on failures
by Viresh Kumar
· 10 years ago
b97c46e
greybus: interface: free resources properly on failures
by Viresh Kumar
· 10 years ago
0a68a16
greybus: module: free resources properly on failures
by Viresh Kumar
· 10 years ago
132d03e
greybus: sysfs: generalize gb_module_attr() to capture more cases
by Viresh Kumar
· 10 years ago
37d8afc
greybus: debug: mark debug messages with pr_debug() instead of printk
by Viresh Kumar
· 10 years ago
669f5fa
greybus: don't set ->dev.driver to NULL when it is already NULL
by Viresh Kumar
· 10 years ago
35a52ca
greybus: Fix missing gb_protocol_exit() on gb_exit()
by Viresh Kumar
· 10 years ago
50fc08f
greybus: manifest: don't free unallocated resources
by Viresh Kumar
· 10 years ago
4ed16a8
greybus: manifest: initialize variable during definition
by Viresh Kumar
· 10 years ago
43d9431
greybus: manifest: no need to initialize 'result'
by Viresh Kumar
· 10 years ago
e2f345a
greybus: gitignore: few more additions
by Viresh Kumar
· 10 years ago
437caa8
greybus: remove unused gb_connection_handler externs
by Matt Porter
· 10 years ago
c3cf278
greybus: pass operation type on request receive
by Alex Elder
· 10 years ago
360a877
greybus: op_cycle doesn't need to be atomic
by Alex Elder
· 10 years ago
b8616da
greybus: simplify pending operations tracking
by Alex Elder
· 10 years ago
8350e7a
greybus: move timeout out of gb_operation_insert()
by Alex Elder
· 10 years ago
1052052
greybus: fix request timeout bug
by Alex Elder
· 10 years ago
3e9cb4a
greybus: don't assume PAGE_SIZE for URB size
by Alex Elder
· 10 years ago
34c6507
greybus: add pwm protocol driver
by Matt Porter
· 10 years ago
5d2207e
greybus: kill gbuf->complete
by Alex Elder
· 10 years ago
3a0e3c3
greybus: move gb_operation_gbuf_complete()
by Alex Elder
· 10 years ago
eecf6de
greybus: get rid of greybus_gbuf_finished()
by Alex Elder
· 10 years ago
a77b068
greybus: remove gbuf->context
by Alex Elder
· 10 years ago
ef45fa3
greybus: record gbuf->operation
by Alex Elder
· 10 years ago
c69a50f
greybus: get rid of gbuf->actual_length
by Alex Elder
· 10 years ago
7a0eed0
greybus: kill old cport handler code
by Alex Elder
· 10 years ago
8d59897
greybus: kill test_sink.c
by Alex Elder
· 10 years ago
f8fb05e
greybus: add an incoming request receive method
by Alex Elder
· 10 years ago
5d9fd7e
greybus: move methods into protocol
by Alex Elder
· 10 years ago
19d03de
greybus: register preallocated protocols
by Alex Elder
· 10 years ago
dbb8894
greybus: order the protocols list
by Alex Elder
· 10 years ago
Next »