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-06-08
greybus: svc: driver is basic to Greybus (not GP Bridge)
Alex Elder
1
-1
/
+1
2015-06-08
greybus: Prefix module-id with endo id
Viresh Kumar
1
-1
/
+1
2015-06-08
greybus: Generate greybus wide unique ids for endo devices
Viresh Kumar
3
-1
/
+43
2015-06-04
greybus: s/bundle_cport_id/intf_cport_id
Viresh Kumar
3
-4
/
+4
2015-06-04
greybus: operation: Remove unused variable 'buffer'
Viresh Kumar
1
-2
/
+0
2015-06-04
greybus: uart: Remove magic numbers make struct gb_tty variable names consistent
Bryan O'Donoghue
1
-6
/
+7
2015-06-04
greybus: uart: Add gb_uart_request_recv for receiving async UART data
Bryan O'Donoghue
1
-1
/
+42
2015-06-04
greybus: uart: kmalloc for send_data once only
Bryan O'Donoghue
1
-11
/
+22
2015-06-04
greybus: uart: send_data should return size or error
Bryan O'Donoghue
1
-5
/
+7
2015-06-04
greybus: uart: Update uart.c to register tty ports
Bryan O'Donoghue
1
-1
/
+7
2015-06-04
greybus: uart: Reduce UART count from 255 to 16
Bryan O'Donoghue
1
-1
/
+1
2015-06-04
greybus: uart: Tidy naming convention to more closely match spec
Bryan O'Donoghue
2
-32
/
+41
2015-06-04
greybus: uart: Move UART protocol structs/defines to greybus_protocols.h
Bryan O'Donoghue
2
-66
/
+69
2015-06-04
greybus: uart: Fix the memory leak in connection init
Phong Tran
1
-2
/
+4
2015-06-04
greybus: endo: Add missing '\n' sprintf() for sysfs files
Viresh Kumar
1
-4
/
+4
2015-05-28
greybus: gpio: add irq-type defines
Johan Hovold
2
-1
/
+20
2015-05-28
greybus: gpio: remove unused debounce define
Johan Hovold
1
-2
/
+0
2015-05-28
greybus: endo: delete "0xXXXX" portion in sysfs "endo" directory
Alex Elder
22
-9
/
+9
2015-05-28
greybus: endo: drop redundant prefixes from sysfs basenames
Alex Elder
7
-15
/
+14
2015-05-28
greybus: update sysfs documentation files
Alex Elder
1
-10
/
+10
2015-05-28
greybus: add documentation for Endo sysfs files
Alex Elder
3
-0
/
+19
2015-05-28
greybus: audio: Remove the MODULE_LICENSE()
Phong Tran
1
-3
/
+0
2015-05-28
greybus: audio: Fix typo for macro I2S data version minor
Phong Tran
1
-1
/
+1
2015-05-28
greybus: greybus_protocols: fix guard tag
Alex Elder
1
-3
/
+3
2015-05-28
greybus: gpio: update operation types
Johan Hovold
1
-3
/
+3
2015-05-28
greybus: Merge branch 'master' of github.com:gregkh/greybus
Greg Kroah-Hartman
3
-58
/
+98
2015-05-28
greybus: svc: use macro for init and exit protocol
Phong Tran
1
-9
/
+1
2015-05-28
greybus: svc: Fix endian of hotplug request data
Phong Tran
1
-4
/
+4
2015-05-26
greybus: gpio: fix interrupt protocol
Johan Hovold
2
-2
/
+2
2015-05-26
greybus: gpio: fix atomic sleep when using interrupts
Johan Hovold
1
-25
/
+90
2015-05-26
greybus: gpio: rename irq mask and unmask callbacks
Johan Hovold
1
-4
/
+4
2015-05-26
greybus: gpio: use irq-domain lookups
Johan Hovold
1
-3
/
+3
2015-05-26
greybus: gpio: don't call irq-flow handler directly
Johan Hovold
1
-2
/
+1
2015-05-26
greybus: gpio: remove unused irq-ack operation
Johan Hovold
2
-22
/
+0
2015-05-26
greybus: gpio: fix debugfs output
Johan Hovold
1
-6
/
+0
2015-05-26
greybus: operation: add support for incoming unidirectional operations
Johan Hovold
1
-0
/
+4
2015-05-26
greybus: Merge branch 'master' of github.com:gregkh/greybus
Greg Kroah-Hartman
21
-141
/
+681
2015-05-23
greybus: introduce SVC protocol
Alex Elder
6
-0
/
+339
2015-05-23
greybus: update copyrights
Alex Elder
6
-11
/
+12
2015-05-23
greybus: add copyright statements
Alex Elder
5
-0
/
+45
2015-05-23
greybus: core: don't set up endo until host device is initialized
Alex Elder
4
-9
/
+41
2015-05-23
greybus: endo: record AP interface id
Alex Elder
3
-5
/
+23
2015-05-23
greybus: endo: rework some attributes
Alex Elder
1
-9
/
+31
2015-05-23
greybus: endo: encapsulate computing the max interface id
Alex Elder
1
-10
/
+17
2015-05-23
greybus: rename "gpbridge.h"
Alex Elder
2
-1
/
+1
2015-05-23
greybus: include "gpbridge.h" from "greybus.h"
Alex Elder
10
-11
/
+7
2015-05-23
greybus: core: return error code when creating host device
Alex Elder
3
-7
/
+7
2015-05-23
greybus: core: return error code when creating endo
Alex Elder
2
-6
/
+12
2015-05-23
greybus: endo: pass endo_id to gb_endo_create()
Alex Elder
3
-4
/
+4
2015-05-23
greybus: endo: rename gb_svc
Alex Elder
2
-7
/
+7
[prev]
[next]