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-10-15
greybus: light : use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-10
/
+8
2015-10-15
greybus: pwm: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-2
/
+3
2015-10-15
greybus: i2c: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-2
/
+2
2015-10-15
greybus: gpio: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-5
/
+6
2015-10-15
greybus: firmware: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-6
/
+7
2015-10-15
greybus: audio: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-5
/
+6
2015-10-15
greybus: hid: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-4
/
+5
2015-10-15
greybus: spi: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-5
/
+5
2015-10-15
greybus: uart: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-5
/
+5
2015-10-15
greybus: vibrator: use the bundle struct device instead of the connector
Greg Kroah-Hartman
1
-2
/
+2
2015-10-14
greybus: loopback: add reserved fields to track firmware latencies
Bryan O'Donoghue
1
-0
/
+2
2015-10-14
greybus: gpio: handle set_irq_flags api change
Johan Hovold
1
-7
/
+0
2015-10-14
greybus: build: add pwm to config options to enable
Johan Hovold
1
-1
/
+1
2015-10-14
greybus: connection: remove duplicate protocol lookup error message
Johan Hovold
1
-4
/
+0
2015-10-14
greybus: protocol: make protocol-lookup error message more informative
Johan Hovold
2
-4
/
+6
2015-10-14
greybus: vibrator: add missing protocol-register error handling
Johan Hovold
1
-1
/
+10
2015-10-14
greybus: protocol: make version debug message more informative
Johan Hovold
1
-4
/
+7
2015-10-14
greybus: protocol: warn on protocol put errors
Johan Hovold
1
-12
/
+6
2015-10-14
greybus: protocol: warn on bad deregistration
Johan Hovold
2
-21
/
+9
2015-10-14
greybus: operation: clean up error messages
Johan Hovold
1
-8
/
+11
2015-10-14
greybus: operation: drop OOM-response FIXME
Johan Hovold
1
-1
/
+1
2015-10-14
greybus: connection: replace pr_err with dev_err
Johan Hovold
1
-3
/
+3
2015-10-14
greybus: es1/es2: clean up error messages
Johan Hovold
2
-14
/
+12
2015-10-14
greybus: connection: destroy connection on failing to bind it
Fabien Parent
1
-1
/
+8
2015-10-14
greybus: es2: implement cport reset control request
Fabien Parent
1
-0
/
+37
2015-10-09
greybus: sdio: clarify operator precedence
Rui Miguel Silva
1
-21
/
+21
2015-10-09
greybus: sdio: convert greybus ocr values to mmc ones
Rui Miguel Silva
1
-1
/
+25
2015-10-09
greybus: sdio: fix card removable detection
Rui Miguel Silva
1
-2
/
+2
2015-10-09
greybus: sdio: add field to get_caps response
Rui Miguel Silva
2
-0
/
+6
2015-10-09
greybus: svc: skip setting flags for boot over unipro
Viresh Kumar
5
-5
/
+40
2015-10-06
greybus: build: android: fix strip module build step
Michael Scott
1
-1
/
+1
2015-10-03
greybus: build: android: replace Linaro build specific logic with AOSP equivalents
Michael Scott
1
-9
/
+5
2015-10-01
greybus: gpio: fix generic_handle_irq_desc api change
Rui Miguel Silva
1
-1
/
+1
2015-09-30
greybus: gpio: handle api change in generic_handle_irq_desc()
Greg Kroah-Hartman
1
-0
/
+4
2015-09-29
greybus: operation: remove gb_operation_destroy
Johan Hovold
6
-9
/
+10
2015-09-29
greybus: es1/2: fix use-after-free in completion callback
Johan Hovold
2
-8
/
+8
2015-09-24
greybus: firmware: Don't send control-disconnected event for firmware protocol
Viresh Kumar
1
-0
/
+1
2015-09-24
greybus: firmware: drop 'stage' from ready-to-boot request
Viresh Kumar
2
-3
/
+1
2015-09-24
greybus: interface: gb_interface_create() isn't called for existing interfaces
Viresh Kumar
1
-7
/
+0
2015-09-24
greybus: interface: Pass interface pointer to gb_interface_remove()
Viresh Kumar
3
-23
/
+12
2015-09-24
greybus: svc: Read and clear module's boot status
Viresh Kumar
2
-0
/
+44
2015-09-24
greybus: svc: Allow consecutive hotplug events for the same module
Viresh Kumar
1
-11
/
+41
2015-09-24
greybus: svc: Use 'dev' instead '&op->connection->dev'
Viresh Kumar
1
-2
/
+1
2015-09-23
greybus: loopback: remove module specific identifier from debugfs name
Bryan O'Donoghue
1
-3
/
+2
2015-09-23
greybus: loopback: drop redundant endo0 string from debugfs entry name
Bryan O'Donoghue
1
-1
/
+1
2015-09-23
greybus: loopback: masked out threads should sleep
Bryan O'Donoghue
1
-1
/
+3
2015-09-23
greybus: loopback: move sysfs entries to /sys/bus/greybus/devices/endo0
Bryan O'Donoghue
1
-2
/
+2
2015-09-23
greybus: es1, es2: hook tracepoints to hardware send/recv operations
Bryan O'Donoghue
2
-4
/
+12
2015-09-23
greybus: tracepoints: add tracepoints for host_device tx/rx
Bryan O'Donoghue
2
-0
/
+53
2015-09-23
greybus: loopback: drop dependency on internal timestamps
Bryan O'Donoghue
5
-63
/
+0
[prev]
[next]