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-22
greybus: es2: comment out unused functions
Greg Kroah-Hartman
1
-0
/
+3
2015-09-18
greybus: operation, core: hook tracepoints into message opertions
Bryan O'Donoghue
3
-0
/
+12
2015-09-18
greybus: tracepoints: add tracepoint definitions
Bryan O'Donoghue
1
-0
/
+120
2015-09-17
greybus: Documentation: Update sysfs-bus-greybus
Viresh Kumar
1
-39
/
+78
2015-09-17
greybus: hd: remove connection-create/destroy callbacks
Johan Hovold
2
-8
/
+0
2015-09-17
greybus: hd: add optional cport enable and disable callbacks
Johan Hovold
2
-1
/
+38
2015-09-17
greybus: connection: add protocol-version helper
Johan Hovold
1
-14
/
+25
2015-09-17
greybus: connection: add control-connected helper
Johan Hovold
1
-12
/
+26
2015-09-17
greybus: connection: clean up control-disconnected helper
Johan Hovold
1
-8
/
+11
2015-09-17
greybus: connection: clean up init error paths
Johan Hovold
1
-6
/
+8
2015-09-17
greybus: connection: clean up svc-connection creation
Johan Hovold
1
-19
/
+34
2015-09-17
greybus: es{1,2}: remove obselete define
Fabien Parent
2
-6
/
+0
2015-09-15
greybus: svc: fix endianness for svc message
Rui Miguel Silva
2
-16
/
+16
2015-09-15
greybus: greybus_protocols: add missing version-request definition
Johan Hovold
3
-23
/
+30
2015-09-15
greybus: svc: fix version response
Johan Hovold
1
-2
/
+3
2015-09-15
greybus: svc: fix ida memory leak
Johan Hovold
1
-5
/
+6
2015-09-14
greybus: es2: add some documentation about endpoints mapping
Alexandre Bailon
1
-0
/
+10
2015-09-14
greybus: es2: change (un)map methods to static
Alexandre Bailon
1
-2
/
+2
2015-09-14
greybus: es2: rename misnamed variables and methods
Alexandre Bailon
1
-12
/
+12
2015-09-14
greybus: sdio: fix work-queue leak and use-after-free
Johan Hovold
1
-7
/
+12
2015-09-14
greybus: sdio: fix tear-down use-after-free
Johan Hovold
1
-1
/
+1
2015-09-14
greybus: vibrator: fix tear-down race
Johan Hovold
1
-1
/
+1
2015-09-14
greybus: firmware: Send AP-ready operation
Viresh Kumar
2
-0
/
+16
2015-09-14
greybus: firmware: firmware image name has .tftf instead of .fw
Viresh Kumar
1
-2
/
+2
2015-09-14
greybus: firmware: Fix incorrect firmware file's name
Viresh Kumar
1
-2
/
+2
2015-09-14
greybus: firmware: firmware's file name is 32 characters long
Viresh Kumar
1
-1
/
+1
2015-09-14
greybus: svc: Implement DME peer get/set attributes helpers
Viresh Kumar
3
-0
/
+100
2015-09-14
greybus: loopback: use dev_name to populate sysfsname
Bryan O'Donoghue
1
-5
/
+2
2015-09-14
greybus: loopback: add gb_loopback_operation_sync
Bryan O'Donoghue
1
-45
/
+51
2015-09-14
greybus: loopback: sort list of connections for masking purposes
Bryan O'Donoghue
1
-2
/
+46
2015-09-14
greybus: loopback: add response len to loopback protocol
Bryan O'Donoghue
2
-0
/
+2
2015-09-14
greybus: loopback: convert pr_info to dev_err
Bryan O'Donoghue
1
-1
/
+1
2015-09-14
greybus: loopback: ensure sysfs entries are cleaned up on exit
Bryan O'Donoghue
1
-1
/
+1
2015-09-14
greybus: loopback: ensure debugfs entires are cleaned up on exit
Bryan O'Donoghue
1
-5
/
+10
2015-09-14
greybus: loopback: exit kfree after mutex release
Bryan O'Donoghue
1
-1
/
+1
2015-09-14
greybus: loopback: hold a coarse lock while init/exit run
Bryan O'Donoghue
1
-7
/
+4
2015-09-14
greybus: loopback: ensure count decrement happens before sysfs_remove_groups
Bryan O'Donoghue
1
-2
/
+1
2015-09-14
greybus: connection: Add sysfs 'ap_cport_id' file for connections
Viresh Kumar
2
-0
/
+17
2015-09-14
greybus: svc: destroy the route on module hot-unplug
Viresh Kumar
2
-2
/
+36
2015-09-14
greybus: svc: No need of per-direction route-create requests
Viresh Kumar
1
-8
/
+1
2015-09-14
greybus: Add flags to struct gb_protocol
Viresh Kumar
4
-18
/
+25
2015-09-14
greybus: connection: Call connection_destroy() from gb_connection_svc_connection_destroy()
Viresh Kumar
1
-3
/
+3
2015-09-14
greybus: connection: destroy svc connection on connection exit or errors
Viresh Kumar
1
-1
/
+18
2015-09-14
greybus: connection: call gb_svc_connection_create() from gb_connection_init()
Viresh Kumar
1
-8
/
+21
2015-09-14
greybus: manifest: release cport descriptors to avoid 'excess descriptors' warning
Viresh Kumar
1
-0
/
+13
2015-09-14
greybus: manifest: don't reject the interface on failing to initialize a cport
Viresh Kumar
1
-8
/
+35
2015-09-04
greybus: loopback: make sure to list_del on connection_exit
Bryan O'Donoghue
1
-2
/
+7
2015-09-04
greybus: es2: update the bulk_ep_set value accepted by map_to_cpor_ep()
Alexandre Bailon
1
-1
/
+1
2015-09-04
greybus: Greybus driver: add a new callbacks to driver
Alexandre Bailon
2
-0
/
+7
2015-09-04
greybus: spi: Allow spi-core to allocate bus numbers dynamically
Viresh Kumar
1
-1
/
+1
[prev]
[next]