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-12-19
greybus: greybus_host_device: rename modules -> interfaces
Greg Kroah-Hartman
4
-6
/
+6
2014-12-19
greybus: interface: we really are creating/destroying interfaces not modules.
Greg Kroah-Hartman
5
-18
/
+17
2014-12-19
greybus: greybus_id.h: minor typo fixes
Greg Kroah-Hartman
1
-2
/
+2
2014-12-19
greybus: interface.h: remove unused #defines
Greg Kroah-Hartman
1
-5
/
+0
2014-12-19
greybus: interface: rename greybus_interface_block_id to greybus_interface_id
Greg Kroah-Hartman
5
-11
/
+11
2014-12-19
greybus: interface: s/gb_interface_block/gb_interface/g
Greg Kroah-Hartman
12
-167
/
+165
2014-12-19
greybus: rename interface_block.[c|h] -> interface.[c|h]
Greg Kroah-Hartman
4
-5
/
+5
2014-12-19
greybus: interface_block.c: rename the "interfaces" list "bundles"
Greg Kroah-Hartman
3
-5
/
+5
2014-12-13
greybus: bundle: s/gb_interface/gb_bundle/g
Greg Kroah-Hartman
12
-150
/
+144
2014-12-13
greybus: es1-ap-usb: don't protest when getting -EPROTO USB errors
Greg Kroah-Hartman
1
-2
/
+2
2014-12-13
greybus: bundle: rename interface.[c|h] to bundle.[c|h]
Greg Kroah-Hartman
4
-2
/
+2
2014-12-12
greybus: add Linaro copyrights
Alex Elder
27
-0
/
+27
2014-12-11
greybus: driver matching: Greybus drivers bind to interface blocks, not modules
Greg Kroah-Hartman
5
-19
/
+21
2014-12-11
greybus: interface: document sysfs files
Greg Kroah-Hartman
1
-0
/
+7
2014-12-11
greybus: connection: document the sysfs files
Greg Kroah-Hartman
1
-0
/
+20
2014-12-11
greybus: interface_block: move sysfs files into the interface_block.c file
Greg Kroah-Hartman
4
-60
/
+30
2014-12-11
greybus: sysfs documentation: Document the greybus interface block sysfs files.
Greg Kroah-Hartman
1
-0
/
+35
2014-12-11
greybus: interface_block: rename the sysfs files to not have 'module' in them
Greg Kroah-Hartman
3
-20
/
+20
2014-12-11
greybus: interface_block: s/gb_module/gb_interface_block/
Greg Kroah-Hartman
12
-146
/
+149
2014-12-11
greybus: interface_block: rename module.[c|h] to interface_block.[c|h]
Greg Kroah-Hartman
4
-2
/
+2
2014-12-11
greybus: module: remove obsolete gb_tty pointer
Greg Kroah-Hartman
2
-4
/
+0
2014-12-11
greybus: module versions: remove them
Greg Kroah-Hartman
3
-4
/
+0
2014-12-11
greybus: uart-gb.c: don't include module.h
Greg Kroah-Hartman
1
-1
/
+0
2014-12-11
greybus: switch cport id used for sends
Alex Elder
2
-10
/
+8
2014-12-10
greybus: ENODEV can be an expected error too
Alex Elder
1
-1
/
+9
2014-12-10
greybus: define GB_OP_NONEXISTENT
Alex Elder
2
-0
/
+5
2014-12-09
greybus: greybus_manifest.h: add FIXME for version
Greg Kroah-Hartman
1
-1
/
+1
2014-12-08
greybus: battery-gb.c: add new functions from Greybus spec document.
Greg Kroah-Hartman
1
-4
/
+8
2014-12-03
greybus: record type in operation structure
Alex Elder
2
-37
/
+33
2014-12-03
greybus: use null pointer for empty payload
Alex Elder
1
-1
/
+1
2014-12-03
greybus: only record message payload size
Alex Elder
2
-20
/
+27
2014-12-03
greybus: don't let i2c code assume non-null payload pointer
Alex Elder
1
-8
/
+11
2014-12-03
greybus: set up connection->private properly
Alex Elder
6
-6
/
+6
2014-12-03
greybus: fix an error message
Alex Elder
1
-1
/
+1
2014-12-03
greybus: introduce gb_operation_request_send_sync()
Alex Elder
4
-12
/
+26
2014-12-03
greybus: make op_cycle atomic (again)
Alex Elder
3
-4
/
+5
2014-12-03
greybus: get rid of pending operations list
Alex Elder
4
-39
/
+17
2014-12-03
greybus: don't use 0 as an operation id
Alex Elder
1
-2
/
+3
2014-12-02
greybus: define the invalid operation type symbolically
Alex Elder
2
-11
/
+28
2014-12-02
greybus: fix a bug in gb_operation_sync()
Alex Elder
1
-1
/
+1
2014-12-02
greybus: use little-endian in PWM requests
Alex Elder
1
-4
/
+4
2014-12-02
greybus: send operation response messages
Alex Elder
2
-11
/
+52
2014-12-02
greybus: introduce gb_operation_errno_map()
Alex Elder
2
-3
/
+35
2014-12-02
greybus: activate incoming request handling
Alex Elder
1
-16
/
+43
2014-12-02
greybus: set result in gb_operation_response_send()
Alex Elder
2
-2
/
+7
2014-12-02
greybus: create a slab cache for simple messages
Alex Elder
1
-11
/
+49
2014-12-02
greybus: enforce a buffer headroom maximum size
Alex Elder
2
-0
/
+9
2014-12-02
greybus: introduce gb_operation_message_init()
Alex Elder
1
-27
/
+39
2014-12-02
greybus: use operation type 0 to signal incoming data
Alex Elder
1
-33
/
+55
2014-12-02
greybus: enforce non-zero operation type requirement
Alex Elder
1
-0
/
+13
[prev]
[next]