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
2016-05-13
greybus: connection: add no-flow-control connection flag
Johan Hovold
2
-3
/
+11
2016-05-13
greybus: Fix probing of gpbridge devices
Viresh Kumar
1
-23
/
+6
2016-05-13
greybus: core: Rename greybus_module_match()
Viresh Kumar
1
-2
/
+2
2016-05-13
greybus: gpbridge: Expose protocol_id in sysfs
Viresh Kumar
1
-1
/
+17
2016-05-13
greybus: interface: remove unused interface-version quirk
Johan Hovold
2
-7
/
+3
2016-05-13
greybus: interface: fix type in enable error message
Johan Hovold
1
-1
/
+1
2016-05-12
greybus: svc: support status in svc_intf_activate response
Jeffrey Carlyle
2
-0
/
+24
2016-05-09
greybus: operation: fix an inconsistent indent
David Lin
1
-1
/
+1
2016-05-09
greybus: fw-download: Replace timer with delayed-work
Viresh Kumar
1
-14
/
+12
2016-05-09
greybus: bootrom: Implement timeouts to detect Module failures
Viresh Kumar
1
-19
/
+103
2016-05-09
greybus: svc: implement svc_intf_activate
Jeffrey Carlyle
1
-3
/
+16
2016-05-09
greybus: svc: implement svc_intf_{vsys,refclk,unipro}_{enable,disable} operations
Jeffrey Carlyle
2
-3
/
+94
2016-05-06
greybus: Revert "bootrom: Implement timeouts to detect Module failures"
Jeffrey Carlyle
1
-105
/
+19
2016-05-05
greybus: fw-download: Introduce timeouts for firmware downloads
Viresh Kumar
1
-13
/
+145
2016-05-05
greybus: fw-download: Manage firmware requests with kref
Viresh Kumar
1
-11
/
+46
2016-05-05
greybus: arche-platform: Rework platform/wd-line state transition logic
Bryan O'Donoghue
1
-25
/
+48
2016-05-05
greybus: arche-platform: Export fn to allow timesync driver to change the state
Vaibhav Hiremath
2
-8
/
+119
2016-05-05
greybus: arche-platform: Rename spinlock variable lock => wake_detect_lock
Vaibhav Hiremath
1
-12
/
+14
2016-05-05
greybus: greybus_protocols.h Add SVC_TIMESYNC_PING
Bryan O'Donoghue
1
-0
/
+6
2016-05-05
greybus: greybus_protocols.h Add SVC_TIMESYNC_WAKE_PINS_ACQUIRE/RELEASE
Bryan O'Donoghue
1
-1
/
+11
2016-05-05
greybus: greybus_trace.h: Fix dodgy indentation
Bryan O'Donoghue
1
-3
/
+3
2016-05-05
greybus: uart: Kill reference_count hack
Viresh Kumar
1
-25
/
+26
2016-05-05
greybus: Documentation: Add sysfs information about bridged-phy device
Vaibhav Hiremath
1
-0
/
+8
2016-05-05
greybus: USB: convert to a gpbridge driver
Greg Kroah-Hartman
4
-29
/
+55
2016-05-05
greybus: SPI: convert to a gpbridge driver
Greg Kroah-Hartman
4
-29
/
+62
2016-05-05
greybus: SDIO: convert to a gpbridge driver
Greg Kroah-Hartman
4
-33
/
+64
2016-05-05
greybus: GPIO: convert to a gpbridge driver
Greg Kroah-Hartman
4
-41
/
+73
2016-05-05
greybus: I2C: convert to a gpbridge driver
Greg Kroah-Hartman
4
-28
/
+57
2016-05-05
greybus: PWM: convert to a gpbridge driver
Greg Kroah-Hartman
4
-27
/
+53
2016-05-05
greybus: UART: convert to a gpbridge driver
Greg Kroah-Hartman
4
-48
/
+80
2016-05-05
greybus: connection: export gb_connection_disable_rx() fn
Vaibhav Hiremath
1
-0
/
+1
2016-05-05
greybus: gpbridge: Add gpbridge driver init/exit helper macros
Vaibhav Hiremath
1
-0
/
+10
2016-05-05
greybus: gpbridge: implement gpbridge "bus" logic
Greg Kroah-Hartman
2
-12
/
+313
2016-05-05
greybus: Revert "interface: Fetch and expose version of interface's firmware"
Viresh Kumar
6
-62
/
+1
2016-05-05
greybus: audio: Fix incorrect counting of 'ida'
Dinko Mironov
1
-0
/
+1
2016-05-04
greybus: svc: reconfig APBridgeA-Switch link to handle required load
Mitchell Tasman
2
-3
/
+37
2016-05-04
greybus: core: add MODULE uevent var for all control devices
Sandeep Patil
1
-0
/
+1
2016-05-04
greybus: bootrom: Implement timeouts to detect Module failures
Viresh Kumar
1
-19
/
+105
2016-05-04
greybus: audio: Use standard API to set connections' private data
Vaibhav Agarwal
1
-2
/
+2
2016-05-04
greybus: audio: Reduce codec->lock granularity
Vaibhav Agarwal
1
-5
/
+4
2016-05-04
greybus: audio: Reorganize sequence in GB audio bundle & codec driver
Vaibhav Agarwal
2
-29
/
+26
2016-05-04
greybus: audio: Remove redundant lock protection & is_connected field
Vaibhav Agarwal
3
-67
/
+0
2016-05-04
greybus: audio: Cleanup GB Audio bundle driver.
Vaibhav Agarwal
1
-12
/
+1
2016-05-04
greybus: audio:gb_manager: Use proper locking around kobject_xxx
Vaibhav Agarwal
1
-22
/
+15
2016-05-03
greybus: fw-download: Create a macro for length of firmware file's name
Viresh Kumar
1
-1
/
+4
2016-04-29
greybus: firmware: Add firmware-download protocol driver
Viresh Kumar
5
-3
/
+392
2016-04-29
greybus: operation: fix definition of the invalid type
Johan Hovold
3
-13
/
+9
2016-04-29
greybus: svc: define the version request
Johan Hovold
2
-8
/
+14
2016-04-29
greybus: loopback: remove unsupported version request
Johan Hovold
1
-3
/
+0
2016-04-29
greybus: control: implement mode-switch operation
Johan Hovold
3
-0
/
+9
[prev]
[next]