index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-21
greybus: manifest: check for duplicate CPort descriptors when parsing
Johan Hovold
1
-3
/
+14
2016-01-21
greybus: core: defer connection creation to driver probe
Johan Hovold
6
-42
/
+77
2016-01-21
greybus: add bundle class to the bundle uevent
Greg Kroah-Hartman
1
-0
/
+2
2016-01-21
greybus: svc: add ping command
Greg Kroah-Hartman
3
-0
/
+9
2016-01-21
greybus: firmware: log the name of the firmware being requested
Greg Kroah-Hartman
1
-2
/
+11
2016-01-20
greybus: svc: add key event handling
Rui Miguel Silva
3
-6
/
+121
2016-01-20
greybus: audio_codec: Don't be tricky with the driver model
Greg Kroah-Hartman
1
-15
/
+0
2016-01-19
greybus: legacy: add private driver data
Johan Hovold
1
-2
/
+23
2016-01-19
greybus: connection: make cport lookup thread-safe
Johan Hovold
1
-12
/
+6
2016-01-19
greybus: connection: serialise connection creation
Johan Hovold
1
-1
/
+16
2016-01-19
greybus: connection: fix lookup race
Johan Hovold
1
-2
/
+21
2016-01-19
greybus: connection: drop the connection_mutex
Johan Hovold
1
-5
/
+1
2016-01-19
greybus: connection: destroy workqueue at unregister
Johan Hovold
1
-4
/
+4
2016-01-19
greybus: connection: remove WARN_ON from destroy
Johan Hovold
1
-1
/
+1
2016-01-19
greybus: control: add bundle-version operation
Johan Hovold
5
-0
/
+72
2016-01-19
greybus: connection: remove broken protocol-version handling
Johan Hovold
3
-9
/
+13
2016-01-19
greybus: svc: store protocol version
Johan Hovold
2
-4
/
+7
2016-01-19
greybus: core: disable bundle connections on hot-unplug
Johan Hovold
1
-2
/
+6
2016-01-19
greybus: legacy: use protocol pointer to determine state
Johan Hovold
1
-1
/
+1
2016-01-19
greybus: connection: move legacy-protocol handling to legacy driver
Johan Hovold
4
-113
/
+105
2016-01-19
greybus: svc: drop legacy-protocol dependency
Johan Hovold
4
-50
/
+5
2016-01-19
greybus: control: drop legacy-protocol dependency
Johan Hovold
4
-35
/
+62
2016-01-19
greybus: greybus_protocols: remove control-protocol version
Johan Hovold
2
-4
/
+5
2016-01-19
greybus: connection: remove skip-connected legacy protocol flags
Johan Hovold
4
-13
/
+11
2016-01-19
greybus: firmware: remove skip-disconnected flag
Johan Hovold
1
-1
/
+0
2016-01-19
greybus: core: add defensive connection disable post disconnect
Johan Hovold
1
-0
/
+7
2016-01-19
greybus: core: disable incoming operations pre disconnect
Johan Hovold
1
-0
/
+4
2016-01-19
greybus: connection: add helper to disable incoming operations
Johan Hovold
2
-0
/
+55
2016-01-19
greybus: connection: add unidirectional enabled state
Johan Hovold
3
-4
/
+29
2016-01-19
greybus: connection: make connection enable/disable thread safe
Johan Hovold
2
-2
/
+19
2016-01-19
greybus: connection: disable operations on enable errors
Johan Hovold
1
-0
/
+1
2016-01-19
greybus: connection: clean up operation cancellation on disable
Johan Hovold
1
-31
/
+28
2016-01-19
greybus: connection: always cancel operations on connection disable
Johan Hovold
2
-10
/
+8
2016-01-19
greybus: connection: add per-connection request handlers
Johan Hovold
3
-9
/
+27
2016-01-19
greybus: connection: remove disable from destructor
Johan Hovold
1
-2
/
+0
2016-01-19
greybus: connection: rename legacy init and exit functions
Johan Hovold
5
-14
/
+17
2016-01-19
greybus: legacy: add legacy-protocol bundle driver
Johan Hovold
7
-21
/
+125
2016-01-17
greybus: camera: Update configure stream based on new interface
Gjorgji Rosikopulos
1
-8
/
+22
2016-01-17
greybus: camera: Add support for configure streams flag in gb interface
Gjorgji Rosikopulos
1
-2
/
+7
2016-01-15
greybus: firmware: replace colons with underscore in firmware file request
Michael Scott
1
-1
/
+1
2016-01-15
greybus: Revert "camera: Fix backword compatibility in configure streams"
Greg Kroah-Hartman
1
-2
/
+0
2016-01-15
greybus: camera: Fix backword compatibility in configure streams
Gjorgji Rosikopulos
1
-0
/
+2
2016-01-14
greybus: camera: Return the result flags from the configure_streams response
Laurent Pinchart
1
-8
/
+12
2016-01-13
greybus: audio: Enable codec module detection on different slots
Vaibhav Agarwal
1
-5
/
+9
2016-01-13
greybus: audio: Cleanup GB protocol connections in case of abrupt codec removal
Vaibhav Agarwal
2
-0
/
+61
2016-01-13
greybus: audio: cleanup unnecessary dev_err messages
Vaibhav Agarwal
1
-5
/
+5
2016-01-13
greybus: audio: Report uevent on GB codec module insertion/removal
Vaibhav Agarwal
2
-0
/
+53
2016-01-13
greybus: audio: Add GB Audio class protocol functionality in GB codec DAI ops
Vaibhav Agarwal
1
-3
/
+302
2016-01-13
greybus: audio: Add topology parser for GB codec
Vaibhav Agarwal
4
-210
/
+1191
2016-01-13
greybus: audio: Use greybus connection device for codec registration
Vaibhav Agarwal
2
-35
/
+432
[next]