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-11-04
greybus: endo: fix ida memory leak
Johan Hovold
1
-0
/
+1
2015-11-04
greybus: connection: kill gb_hd_connections_exit
Johan Hovold
3
-15
/
+0
2015-11-04
greybus: connection: fix potential null-deref when binding protocol
Johan Hovold
1
-1
/
+1
2015-11-04
greybus: connection: fix potential null-deref in connection create
Johan Hovold
1
-1
/
+1
2015-11-04
greybus: connection: fix potential null-deref in hd_cport_enable
Johan Hovold
1
-1
/
+1
2015-11-04
greybus: connection: use bundle device for bundle error messages
Johan Hovold
1
-1
/
+2
2015-11-04
greybus: remove unused connection device type
Johan Hovold
1
-1
/
+0
2015-11-04
greybus: remove unused host-device id
Johan Hovold
1
-1
/
+0
2015-11-02
greybus: es2: update obsolete bridge-device comments
Johan Hovold
1
-6
/
+5
2015-11-02
greybus: control: remove unused request handler
Johan Hovold
1
-35
/
+0
2015-11-02
greybus: connection: remove unused time-stamp defines
Johan Hovold
1
-4
/
+0
2015-11-02
greybus: audio-pcm: fix use of variable unitialized
Bryan O'Donoghue
1
-0
/
+1
2015-11-02
greybus: manifest: fix the placement of arguments to pr_err
Bryan O'Donoghue
1
-2
/
+2
2015-11-02
greybus: es2: don't assume just one AP bridge
Alex Elder
1
-37
/
+39
2015-11-02
greybus: es2: move logging dentries into es2 struct
Alex Elder
1
-6
/
+8
2015-11-02
greybus: es2: move logging fifo into es2 struct
Alex Elder
1
-3
/
+6
2015-11-02
greybus: es2: move APB log task into the es2_ap_dev struct
Alex Elder
1
-9
/
+13
2015-11-02
greybus: es2: rename es2 data structures
Alex Elder
1
-122
/
+124
2015-10-22
greybus: es2: use official USB vendor/device id
Greg Kroah-Hartman
1
-2
/
+2
2015-10-22
greybus: db3-platform: get rid of redundant gpio tests
Alex Elder
1
-10
/
+5
2015-10-22
greybus: db3-platform: Use dev_info for success messages
Viresh Kumar
1
-1
/
+1
2015-10-22
greybus: db3-platform: fix some typos
Alex Elder
1
-3
/
+3
2015-10-22
greybus: db3-platform: fix code that fetches reset GPIO
Alex Elder
1
-3
/
+3
2015-10-21
greybus: endo: move greybus_endo_setup() to endo.c
Viresh Kumar
4
-16
/
+16
2015-10-21
greybus: module: fix double freeing of module structure
Viresh Kumar
1
-1
/
+0
2015-10-21
greybus: interface: fix double freeing of interface structure
Viresh Kumar
1
-1
/
+0
2015-10-21
greybus: bundle: fix double freeing of bundle structure
Viresh Kumar
1
-1
/
+0
2015-10-21
greybus: endo: fix device-id allocation
Johan Hovold
1
-3
/
+6
2015-10-21
greybus: endo: fix use-after-free in error path
Johan Hovold
1
-2
/
+1
2015-10-21
greybus: platform: Add platform driver for DB3 AP bridge
Vaibhav Hiremath
2
-0
/
+380
2015-10-19
greybus: svc: don't trust any struct devices
Greg Kroah-Hartman
1
-61
/
+49
2015-10-19
greybus: core: remove uevent handling for gb_connection
Greg Kroah-Hartman
2
-16
/
+0
2015-10-19
greybus: bundle.h: add a private field to struct gb_bundle
Greg Kroah-Hartman
1
-0
/
+1
2015-10-19
greybus: protocol: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-7
/
+7
2015-10-19
greybus: greybus_trace: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-2
/
+2
2015-10-19
greybus: loopback: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-40
/
+38
2015-10-19
greybus: connection: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-15
/
+15
2015-10-19
greybus: connection: remove 'struct device' from 'struct gb_connection'
Greg Kroah-Hartman
3
-114
/
+9
2015-10-19
greybus: sdio: some cleanups in command function
Rui Miguel Silva
1
-2
/
+2
2015-10-19
greybus: sdio: send data block details at command request
Rui Miguel Silva
2
-1
/
+9
2015-10-15
greybus: loopback: capture and present firmware supplied latencies
Bryan O'Donoghue
1
-0
/
+44
2015-10-15
greybus: loopback: add tracker variables to hold firmware timestamps
Bryan O'Donoghue
1
-0
/
+2
2015-10-15
greybus: loopback: send command to APBridge to tag throughput
Bryan O'Donoghue
1
-0
/
+3
2015-10-15
greybus: connection: add latency tag enable/disable callbacks
Bryan O'Donoghue
2
-0
/
+35
2015-10-15
greybus: es1,es2: add USB vendor command to timestamp
Bryan O'Donoghue
3
-0
/
+111
2015-10-15
greybus: raw: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-2
/
+2
2015-10-15
greybus: control: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-2
/
+2
2015-10-15
greybus: operation: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-13
/
+14
2015-10-15
greybus: usb: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-4
/
+6
2015-10-15
greybus: sdio: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-3
/
+3
[prev]
[next]