index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
/
svc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
greybus: svc: fix timeout indentation
Johan Hovold
2016-08-26
1
-1
/
+1
*
greybus: svc: drop unnecessary symbol exports
Johan Hovold
2016-08-19
1
-11
/
+0
*
greybus: Revert "svc: drop all symbol exports"
Greg Kroah-Hartman
2016-08-18
1
-0
/
+12
*
greybus: svc: drop all symbol exports
Johan Hovold
2016-08-18
1
-12
/
+0
*
greybus: greybus-driver: Add intf_oops operation
Georgi Dobrev
2016-08-10
1
-0
/
+50
*
greybus: svc_watchdog: Add sysfs file to change the behavior of bite
David Lin
2016-07-26
1
-0
/
+31
*
greybus: connection: drop the svc quiescing operation
Johan Hovold
2016-07-19
1
-31
/
+0
*
greybus: svc: add power mode call for link hibernation
David Lin
2016-07-08
1
-0
/
+35
*
greybus: svc: add interface resume operation
David Lin
2016-07-08
1
-0
/
+29
*
greybus: svc: remove input device handling in SVC protocol
Sandeep Patil
2016-06-28
1
-102
/
+2
*
greybus: svc: Pass the correct pointer to input_free_device()
Vaibhav Hiremath
2016-06-15
1
-1
/
+1
*
greybus: svc: disable connection after all its users are gone
Viresh Kumar
2016-06-14
1
-1
/
+3
*
greybus: Remove extra blank lines
Viresh Kumar
2016-06-10
1
-1
/
+0
*
greybus: update UniPro Set Interface Power Mode operation to match spec
Eli Sennesh
2016-06-09
1
-3
/
+23
*
greybus: svc: pwrmon: validate svc protocol op status when getting rail names
David Lin
2016-06-08
1
-1
/
+9
*
greybus: svc: implement connection_quiescing call
Jeffrey Carlyle
2016-06-07
1
-1
/
+22
*
greybus: timesync: Bind TimeSync into Greybus
Bryan O'Donoghue
2016-06-06
1
-3
/
+15
*
greybus: svc: remove deprecated hotplug operations
Johan Hovold
2016-05-27
1
-122
/
+0
*
greybus: interface: implement generic mode-switch functionality
Johan Hovold
2016-05-27
1
-51
/
+4
*
greybus: svc: add stub connection-quiescing operation
Johan Hovold
2016-05-27
1
-0
/
+10
*
greybus: drop a bogus semicolon
Alex Elder
2016-05-27
1
-1
/
+1
*
greybus: Revert "update UniPro Set Interface Power Mode operation to match spec"
Jeffrey Carlyle
2016-05-25
1
-21
/
+3
*
greybus: update UniPro Set Interface Power Mode operation to match spec
Eli Sennesh
2016-05-24
1
-3
/
+21
*
greybus: svc: use EREMOTEIO for remote errors
Johan Hovold
2016-05-20
1
-4
/
+4
*
greybus: svc: fix another pwrmon return value
Johan Hovold
2016-05-20
1
-1
/
+1
*
greybus: svc: Add TimeSync SVC commands
Bryan O'Donoghue
2016-05-14
1
-0
/
+85
*
greybus: svc: support status in svc_intf_activate response
Jeffrey Carlyle
2016-05-12
1
-0
/
+5
*
greybus: svc: implement svc_intf_activate
Jeffrey Carlyle
2016-05-09
1
-3
/
+16
*
greybus: svc: implement svc_intf_{vsys,refclk,unipro}_{enable,disable} operat...
Jeffrey Carlyle
2016-05-09
1
-3
/
+51
*
greybus: svc: reconfig APBridgeA-Switch link to handle required load
Mitchell Tasman
2016-05-04
1
-1
/
+35
*
greybus: svc: define the version request
Johan Hovold
2016-04-29
1
-4
/
+4
*
greybus: svc: free pwrmon_rails memory upon exit
David Lin
2016-04-25
1
-0
/
+2
*
greybus: svc: clean up gb_svc struct for pwrmon
David Lin
2016-04-25
1
-13
/
+14
*
greybus: svc: implement interface mailbox event
Johan Hovold
2016-04-25
1
-0
/
+96
*
greybus: svc: implement module inserted and removed operations
Johan Hovold
2016-04-25
1
-0
/
+124
*
greybus: svc: add stub interface-activate function
Johan Hovold
2016-04-25
1
-0
/
+9
*
greybus: svc: add stub functions for v_sys, refclk and unipro
Johan Hovold
2016-04-25
1
-0
/
+21
*
greybus: module: implement controlled module removal
Johan Hovold
2016-04-25
1
-0
/
+4
*
greybus: core: add module abstraction
Johan Hovold
2016-04-25
1
-43
/
+40
*
greybus: svc: refactor interface re-enable
Johan Hovold
2016-04-25
1
-7
/
+19
*
greybus: svc: use a common prefix for debugfs functions
Johan Hovold
2016-04-25
1
-6
/
+6
*
greybus: svc: fix function-parameter indentation
Johan Hovold
2016-04-21
1
-2
/
+2
*
greybus: svc: fix pwrmon return value
Johan Hovold
2016-04-21
1
-1
/
+1
*
greybus: svc: keep error messages uniform
Johan Hovold
2016-04-21
1
-10
/
+10
*
greybus: svc: add AP power measurements debugfs support
David Lin
2016-04-21
1
-0
/
+231
*
greybus: svc: remove interface-remove helper
Johan Hovold
2016-04-21
1
-10
/
+6
*
greybus: svc: keep interfaces registered during mode switch
Johan Hovold
2016-04-21
1
-41
/
+14
*
greybus: svc: make sure to deactivate all interfaces on disconnect
Johan Hovold
2016-04-21
1
-0
/
+1
*
greybus: interface: disable interface on registration failures
Johan Hovold
2016-04-21
1
-1
/
+6
*
greybus: svc: add Interface power measurements support
David Lin
2016-04-07
1
-0
/
+38
[next]