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
2015-09-03
greybus: connection: protocol can be NULL in gb_connection_exit()
Viresh Kumar
1
-3
/
+1
2015-09-03
greybus: connection: fail to bind if connection init fails
Fabien Parent
2
-6
/
+15
2015-09-03
greybus: connection: call gb_connection_exit() from gb_connection_destroy()
Viresh Kumar
4
-38
/
+32
2015-09-03
greybus: connection: Propagate error properly
Viresh Kumar
1
-1
/
+1
2015-09-03
greybus: connection: no need to verify connection->protocol
Viresh Kumar
1
-5
/
+0
2015-09-03
greybus: connection: convert connected dev_warn() to dev_err()
Viresh Kumar
1
-3
/
+3
2015-09-03
greybus: connection: staticize gb_connection_init()
Viresh Kumar
2
-27
/
+26
2015-09-03
greybus: bundle: kill unnecessary forward declaration of routine
Viresh Kumar
1
-14
/
+12
2015-09-03
greybus: svc: unexport few internal functions
Viresh Kumar
2
-6
/
+3
2015-09-03
greybus: svc: Kill unnecessary wrapper functions
Viresh Kumar
1
-50
/
+16
2015-09-03
greybus: svc: No need to return errors from [gb_]svc_connection_destroy()
Viresh Kumar
2
-10
/
+16
2015-09-03
greybus: greybus_protocols: Pack all request/response structure
Viresh Kumar
1
-82
/
+82
2015-09-03
greybus: greybus_protocols: Pack structure as required by the module firmware
Viresh Kumar
1
-9
/
+9
2015-09-03
greybus: greybus_protocols: svc: Add missing comment
Viresh Kumar
1
-0
/
+1
2015-09-03
greybus: svc: reject invalid state requests
Viresh Kumar
1
-5
/
+52
2015-09-03
greybus: svc: Include system headers at the top
Viresh Kumar
1
-1
/
+2
2015-09-03
greybus: build: android: avoid building for targets that don't have kernel binary
Vishal Bhoj
1
-0
/
+2
2015-09-03
greybus: fix cport-id defines
Johan Hovold
1
-9
/
+3
2015-09-03
greybus: es1: fix build-time cport constraint
Johan Hovold
1
-1
/
+1
2015-09-03
greybus: core: fix hd-creation error path
Johan Hovold
1
-1
/
+1
2015-09-02
greybus: es{1,2}: remove control endpoint field
Fabien Parent
2
-19
/
+3
2015-09-02
greybus: es2: get cport count from apb1 usb device
Fabien Parent
1
-7
/
+46
2015-09-02
greybus: es2: dynamically allocate array for cport <-> ep mapping
Fabien Parent
1
-1
/
+9
2015-09-02
greybus: add num_cports field to greybus hd
Fabien Parent
6
-15
/
+31
2015-09-02
greybus: es2: rename misnamed CPORT_MAX into CPORT_COUNT
Fabien Parent
1
-5
/
+5
2015-09-02
greybus: svc: get hd directly from connection
Viresh Kumar
1
-2
/
+2
2015-09-02
greybus: pwm: replace pr_err with dev_err
Johan Hovold
1
-1
/
+1
2015-09-02
greybus: interface: fix potential attribute-buffer overflow
Johan Hovold
1
-1
/
+1
2015-09-02
greybus: svc: fix hot-plug-state allocation flag
Johan Hovold
1
-1
/
+1
2015-09-02
greybus: svc: fix device-id allocation flag
Johan Hovold
1
-1
/
+1
2015-09-02
greybus: endo: fix endo-id allocation flag
Johan Hovold
1
-1
/
+1
2015-09-01
greybus: sdio: fix command type defines
Rui Miguel Silva
1
-2
/
+2
2015-09-01
greybus: firmware: fix potential stack corruption
Johan Hovold
1
-3
/
+4
2015-09-01
greybus: es1/es2: set transfer flag to send a zero-length packet
Alexandre Bailon
2
-0
/
+2
2015-08-18
greybus: loopback: fix typo in comment
Bryan O'Donoghue
1
-1
/
+1
2015-08-18
greybus: loopback: add module level sys/debug fs data points
Bryan O'Donoghue
1
-89
/
+154
2015-08-18
greybus: loopback: remove checkpatch error causing macro
Bryan O'Donoghue
1
-9
/
+12
2015-08-18
greybus: loopback: initialized ms_wait negate warning
Bryan O'Donoghue
1
-1
/
+1
2015-08-18
greybus: loopback: add bitmask of connections to include in test
Bryan O'Donoghue
1
-2
/
+17
2015-08-18
greybus: loopback: graph round-trip time for all threads
Bryan O'Donoghue
1
-15
/
+140
2015-08-18
greybus: loopback: functionally decompose gb_loopback_calc_latency
Bryan O'Donoghue
1
-4
/
+10
2015-08-18
greybus: loopback: add gb_loopback_nsec_to_usec_latency
Bryan O'Donoghue
1
-3
/
+10
2015-08-18
greybus: loopback: support synchronized tests over multiple cports
Bryan O'Donoghue
1
-69
/
+195
2015-08-18
greybus: loopback: convert sample report interface to debugfs
Bryan O'Donoghue
1
-111
/
+66
2015-08-18
greybus: loopback: add ability to graph greybus latency
Bryan O'Donoghue
1
-7
/
+39
2015-08-18
greybus: interface: change typo replicable => replaceable
Bryan O'Donoghue
1
-1
/
+1
2015-08-18
greybus: greybus_protocol: remove unused lights macros
Rui Miguel Silva
1
-2
/
+0
2015-08-18
greybus: operation: Fix wrong order of arguments
Viresh Kumar
1
-1
/
+1
2015-08-18
greybus: makefile: use POSIX functions for kernel cmp
Rui Miguel Silva
1
-1
/
+1
2015-08-14
greybus: lights: add lights implementation
Rui Miguel Silva
4
-0
/
+1420
[prev]
[next]