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-11-14
greybus: add pwm protocol driver
Matt Porter
5
-0
/
+540
2014-11-06
greybus: kill gbuf->complete
Alex Elder
3
-13
/
+4
2014-11-06
greybus: move gb_operation_gbuf_complete()
Alex Elder
1
-43
/
+43
2014-11-06
greybus: get rid of greybus_gbuf_finished()
Alex Elder
3
-10
/
+4
2014-11-06
greybus: remove gbuf->context
Alex Elder
3
-8
/
+4
2014-11-06
greybus: record gbuf->operation
Alex Elder
4
-15
/
+17
2014-11-06
greybus: get rid of gbuf->actual_length
Alex Elder
2
-7
/
+0
2014-11-06
greybus: kill old cport handler code
Alex Elder
2
-36
/
+0
2014-11-06
greybus: kill test_sink.c
Alex Elder
2
-39
/
+0
2014-11-05
greybus: add an incoming request receive method
Alex Elder
7
-33
/
+21
2014-11-05
greybus: move methods into protocol
Alex Elder
8
-71
/
+24
2014-11-05
greybus: register preallocated protocols
Alex Elder
9
-18
/
+166
2014-11-05
greybus: order the protocols list
Alex Elder
1
-12
/
+54
2014-11-05
greybus: count rather than list protocol users
Alex Elder
4
-63
/
+47
2014-11-05
greybus: identify protocol by id *and* version
Alex Elder
3
-17
/
+38
2014-11-05
greybus: improve some error messages
Alex Elder
4
-1
/
+8
2014-11-05
greybus: control printing message
Alex Elder
1
-1
/
+1
2014-11-05
greybus: make _gb_protocol_find() static
Alex Elder
1
-1
/
+1
2014-11-05
greybus: drop a redundant assignment
Alex Elder
1
-1
/
+0
2014-11-05
greybus: fix a bug in gb_operation_gbuf_complete()
Alex Elder
1
-2
/
+2
2014-10-30
greybus: build: Add -fno-pic for 32bit arm as well
John Stultz
1
-0
/
+1
2014-10-29
greybus: connection: fix up error patch logic in gb_connection_create()
Greg Kroah-Hartman
1
-4
/
+2
2014-10-29
greybus: introduce protocol abstraction
Alex Elder
7
-6
/
+167
2014-10-29
greybus: use protocol_id for numeric values
Alex Elder
5
-22
/
+23
2014-10-29
greybus: drop the cport id on error
Alex Elder
1
-0
/
+2
2014-10-29
greybus: connection: call connection_init hook after setting the handler
Matt Porter
1
-0
/
+2
2014-10-29
greybus: module: set device_id when initializing an interface
Matt Porter
1
-0
/
+1
2014-10-28
greybus: es1-ap-usb: document the lack of callback for the outgoing bulk urbs
Greg Kroah-Hartman
1
-0
/
+25
2014-10-28
greybus: Remove id_table usages
Greg Kroah-Hartman
4
-20
/
+0
2014-10-28
greybus: #if 0 cleanups
Greg Kroah-Hartman
2
-12
/
+0
2014-10-28
greybus: Merge branch 'master' into driver_model_rework
Greg Kroah-Hartman
13
-155
/
+118
2014-10-28
greybus: sdio-gb: convert to the connection interface.
Greg Kroah-Hartman
2
-20
/
+13
2014-10-28
greybus: battery-gb: remove some #if 0 code
Greg Kroah-Hartman
1
-27
/
+0
2014-10-28
greybus: uart-gb: mark some functions static
Greg Kroah-Hartman
1
-2
/
+2
2014-10-28
greybus: begin abstracting connection operations
Alex Elder
7
-43
/
+52
2014-10-28
greybus: kernel_ver.h: add ATTRIBUTE_GROUPS() macro for older kernels
Greg Kroah-Hartman
1
-0
/
+15
2014-10-27
greybus: module: remove unneeded XXX comment about module id values
Greg Kroah-Hartman
1
-1
/
+1
2014-10-27
greybus: FIXME/XXX removals: We have proper reference counting now
Greg Kroah-Hartman
4
-4
/
+4
2014-10-27
greybus: uart-gb: remove global init functions
Greg Kroah-Hartman
3
-35
/
+19
2014-10-27
greybus: uart-gb: convert over to the connection interface
Greg Kroah-Hartman
3
-21
/
+19
2014-10-27
greybus: embed the i2c adapter struct
Alex Elder
1
-13
/
+5
2014-10-27
greybus: gpio: kill gpio_controller->gpio
Alex Elder
1
-1
/
+0
2014-10-27
greybus: operation: make the timeout a per-operation thing, not per-connection
Greg Kroah-Hartman
4
-25
/
+30
2014-10-27
greybus: core: make greybus_kill_gbuf not return a value
Greg Kroah-Hartman
5
-21
/
+13
2014-10-27
greybus: core: check for valid hcd callbacks
Greg Kroah-Hartman
1
-0
/
+13
2014-10-27
greybus: gbuf: implement gbuf_kill_gbuf()
Greg Kroah-Hartman
3
-2
/
+23
2014-10-27
greybus: gpio-gb: fix some endian sparse warnings that were real.
Greg Kroah-Hartman
1
-5
/
+5
2014-10-27
greybus: operation: fix some sparse warnings
Greg Kroah-Hartman
1
-4
/
+11
2014-10-24
greybus: module: don't create duplicate module ids
Greg Kroah-Hartman
1
-0
/
+7
2014-10-24
greybus: i2c: point to the proper parent device
Greg Kroah-Hartman
1
-2
/
+1
[prev]
[next]