index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-17
greybus: add gb_operation_find()
Alex Elder
4
-4
/
+92
2014-10-17
greybus: add response buffer to an operation
Alex Elder
2
-36
/
+99
2014-10-17
greybus: stop init_subdevs stuff
Alex Elder
2
-90
/
+2
2014-10-17
greybus: drop hd arg from submit_gbuf method
Alex Elder
3
-5
/
+4
2014-10-17
greybus: zero all data buffers
Alex Elder
1
-1
/
+1
2014-10-17
greybus: don't restrict input buffer size
Alex Elder
1
-8
/
+3
2014-10-17
greybus: unlock hd mutex on free
Alex Elder
1
-0
/
+1
2014-10-17
greybus: unlock gbuf mutex on free
Alex Elder
1
-0
/
+1
2014-10-17
greybus: don't assume subdevs are valid
Alex Elder
4
-1
/
+9
2014-10-13
greybus: es1-ap-usb: handle -EPROTO in check_urb_status()
Matt Porter
1
-0
/
+1
2014-10-10
greybus: Changes required for integrating into the Android build
John Stultz
1
-0
/
+29
2014-10-06
greybus: greybus_manifest.h: add BSD license so that firmware can share it.
Greg Kroah-Hartman
1
-1
/
+1
2014-10-06
greybus: svc_msg.h: add bsd license to file so that firmware can use it.
Greg Kroah-Hartman
1
-1
/
+1
2014-10-06
greybus: greybus_id.h: checkpatch cleanup
Greg Kroah-Hartman
1
-2
/
+1
2014-10-06
greybus: greybus.h: remove transfer_flags
Greg Kroah-Hartman
1
-8
/
+3
2014-10-06
greybus: connection: properly lock idr
Greg Kroah-Hartman
3
-4
/
+7
2014-10-06
greybus: fix gb_manifest_parse() successful return path
Matt Porter
1
-1
/
+3
2014-10-06
greybus: gb_hd_connection_find(): fix "not found" case
Marti Bolivar
1
-1
/
+3
2014-10-06
greybus: fix manifest parsing problem with descriptor payload
Matt Porter
1
-6
/
+3
2014-10-06
greybus: get rid of gbuf->hdpriv
Alex Elder
2
-6
/
+1
2014-10-06
greybus: kill __alloc_gbuf()
Alex Elder
1
-24
/
+9
2014-10-06
greybus: use alloc_gbuf_data() for both directions
Alex Elder
4
-36
/
+32
2014-10-06
greybus: allocate gbufs using the connection
Alex Elder
4
-23
/
+18
2014-10-06
greybus: look up connection for recevied messages
Alex Elder
1
-0
/
+8
2014-10-06
greybus: add bg_hd_connection_find()
Alex Elder
4
-5
/
+58
2014-10-06
greybus: bury some dead code
Alex Elder
1
-9
/
+0
2014-10-06
greybus: fix two misnamed functions
Alex Elder
1
-4
/
+4
2014-10-04
greybus: manifest.c: minor sparse cleanup
Greg Kroah-Hartman
1
-1
/
+1
2014-10-03
greybus: define gb_connection_err()
Alex Elder
2
-0
/
+21
2014-10-03
greybus: add a connection->private field
Alex Elder
1
-0
/
+2
2014-10-03
greybus: specify type when creating an operation
Alex Elder
2
-3
/
+4
2014-10-03
greybus: gbuf: have caller set actual_length
Alex Elder
2
-1
/
+1
2014-10-03
greybus: fix module setup
Alex Elder
3
-39
/
+40
2014-10-03
greybus: use ida for cport id allocation
Alex Elder
3
-77
/
+40
2014-10-03
greybus: fix greybus_class_type symbol names
Alex Elder
1
-14
/
+14
2014-10-03
greybus: fix some hasty bugs
Alex Elder
5
-5
/
+17
2014-10-03
greybus: implement core module removal path
Matt Porter
1
-2
/
+15
2014-10-03
greybus: fix gb_add_module() by enabling the device_add()
Matt Porter
1
-2
/
+8
2014-10-02
greybus: manifest: some minor sparse warning fixups.
Greg Kroah-Hartman
1
-2
/
+2
2014-10-02
greybus: operation: fix endian issue in the operation message header size field.
Greg Kroah-Hartman
1
-1
/
+1
2014-10-02
greybus: record connection protocol
Alex Elder
3
-4
/
+6
2014-10-02
greybus: get rid of functions now...
Alex Elder
8
-99
/
+22
2014-10-02
greybus: allocate connection host cport id
Alex Elder
2
-3
/
+9
2014-10-02
greybus: create host device cport id map
Alex Elder
2
-0
/
+93
2014-10-02
greybus: October 1 updates
Alex Elder
10
-56
/
+79
2014-10-02
greybus: fix connection header declarations
Alex Elder
1
-4
/
+3
2014-10-02
greybus: kill off old manifest code
Alex Elder
1
-103
/
+9
2014-10-02
greybus: manifest cport descriptor parsing
Alex Elder
1
-0
/
+48
2014-10-02
greybus: manifest interface descriptor parsing
Alex Elder
1
-0
/
+46
2014-10-02
greybus: start improving manifest parsing
Alex Elder
8
-89
/
+364
[prev]
[next]