Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7030f9246b55b7c186bd4bd8217162874fe29002
7030f924
greybus: camera: only build module against msm kernel
by Greg Kroah-Hartman
· 9 years ago
839ac5b
greybus: svc: double the ping delay timeout
by Greg Kroah-Hartman
· 9 years ago
d8b1633
greybus: arche-platform: Disable clock as part of driver remove
by Vaibhav Hiremath
· 9 years ago
4fbf69c
greybus: camera: Stream config change unipro speed
by Jacopo Mondi
· 9 years ago
539d6e1
greybus: svc: return proper error code on watchdog create error
by Greg Kroah-Hartman
· 9 years ago
ed7279a
greybus: svc: add a "watchdog" to check the network health
by Greg Kroah-Hartman
· 9 years ago
0f65fb1
greybus: lsgb: Minor tweaks
by Greg Kroah-Hartman
· 9 years ago
7c15471
greybus: camera: add semiplanar and planar formats
by Gjorgji Rosikopulos
· 9 years ago
f3e6c09
greybus: svc: Expose and retain VID/PID received from bootrom for ES2
by Viresh Kumar
· 9 years ago
fd7c28e
greybus: lsgb: add lsgb shell script
by Greg Kroah-Hartman
· 9 years ago
a547deb
greybus: audio_codec: update codec_name as per driver->name
by Vaibhav Agarwal
· 9 years ago
8eff510
greybus: firmware: abort if AP_READY fails
by Johan Hovold
· 9 years ago
e0deb07
greybus: vibrator: convert to bundle driver
by Johan Hovold
· 9 years ago
4324282d
greybus: hid: convert to bundle driver
by Johan Hovold
· 9 years ago
5dd8cc5
greybus: hid: clean up init error paths
by Johan Hovold
· 9 years ago
f7ee081
greybus: connection: set request handlers at creation
by Johan Hovold
· 9 years ago
2399032
greybus: legacy: look up protocol at connection creation
by Johan Hovold
· 9 years ago
63cf52f
greybus: connection: remove legacy protocol id from core
by Johan Hovold
· 9 years ago
8278fae
greybus: legacy: add initialized flag
by Johan Hovold
· 9 years ago
431b3eb
greybus: legacy: refactor legacy-connection handling
by Johan Hovold
· 9 years ago
24e094d
greybus: connection: return error-valued pointer on creation errors
by Johan Hovold
· 9 years ago
96c2af5
greybus: connection: rename connection-create interface
by Johan Hovold
· 9 years ago
8cff6c6
greybus: connection: simplify connection-creation interface
by Johan Hovold
· 9 years ago
e4c16f8
greybus: connection: drop the legacy protocol-id parameter
by Johan Hovold
· 9 years ago
59507e2
greybus: connection: add helper to create control connections
by Johan Hovold
· 9 years ago
bafe3f6
greybus: connection: drop protocol parameter from static interface
by Johan Hovold
· 9 years ago
d6fba3d
greybus: manifest: check for duplicate CPort descriptors when parsing
by Johan Hovold
· 9 years ago
98fdf5a
greybus: core: defer connection creation to driver probe
by Johan Hovold
· 9 years ago
6ce4cc2
greybus: add bundle class to the bundle uevent
by Greg Kroah-Hartman
· 9 years ago
55ec09e
greybus: svc: add ping command
by Greg Kroah-Hartman
· 9 years ago
eb8fafd
greybus: firmware: log the name of the firmware being requested
by Greg Kroah-Hartman
· 9 years ago
ebe99d6
greybus: svc: add key event handling
by Rui Miguel Silva
· 9 years ago
4b87413
greybus: audio_codec: Don't be tricky with the driver model
by Greg Kroah-Hartman
· 9 years ago
7d81baf
greybus: legacy: add private driver data
by Johan Hovold
· 9 years ago
b53e0c9
greybus: connection: make cport lookup thread-safe
by Johan Hovold
· 9 years ago
210b508
greybus: connection: serialise connection creation
by Johan Hovold
· 9 years ago
0e46fab
greybus: connection: fix lookup race
by Johan Hovold
· 9 years ago
c6d64a1
greybus: connection: drop the connection_mutex
by Johan Hovold
· 9 years ago
c3681f6
greybus: connection: destroy workqueue at unregister
by Johan Hovold
· 9 years ago
2edbf5f
greybus: connection: remove WARN_ON from destroy
by Johan Hovold
· 9 years ago
b807aa7
greybus: control: add bundle-version operation
by Johan Hovold
· 9 years ago
96a9b9b
greybus: connection: remove broken protocol-version handling
by Johan Hovold
· 9 years ago
357de00
greybus: svc: store protocol version
by Johan Hovold
· 9 years ago
47a2e67
greybus: core: disable bundle connections on hot-unplug
by Johan Hovold
· 9 years ago
0154777
greybus: legacy: use protocol pointer to determine state
by Johan Hovold
· 9 years ago
50dfb87
greybus: connection: move legacy-protocol handling to legacy driver
by Johan Hovold
· 9 years ago
8442794
greybus: svc: drop legacy-protocol dependency
by Johan Hovold
· 9 years ago
e217ae7
greybus: control: drop legacy-protocol dependency
by Johan Hovold
· 9 years ago
6bd6e14
greybus: greybus_protocols: remove control-protocol version
by Johan Hovold
· 9 years ago
bc3be17
greybus: connection: remove skip-connected legacy protocol flags
by Johan Hovold
· 9 years ago
3e1b8c7
greybus: firmware: remove skip-disconnected flag
by Johan Hovold
· 9 years ago
02a54dd
greybus: core: add defensive connection disable post disconnect
by Johan Hovold
· 9 years ago
fa8369c
greybus: core: disable incoming operations pre disconnect
by Johan Hovold
· 9 years ago
beb6b7f
greybus: connection: add helper to disable incoming operations
by Johan Hovold
· 9 years ago
570dfa7
greybus: connection: add unidirectional enabled state
by Johan Hovold
· 9 years ago
2326878
greybus: connection: make connection enable/disable thread safe
by Johan Hovold
· 9 years ago
192bee4
greybus: connection: disable operations on enable errors
by Johan Hovold
· 9 years ago
520c6ea
greybus: connection: clean up operation cancellation on disable
by Johan Hovold
· 9 years ago
81fba249
greybus: connection: always cancel operations on connection disable
by Johan Hovold
· 9 years ago
bfa9a5e
greybus: connection: add per-connection request handlers
by Johan Hovold
· 9 years ago
1cbfab3
greybus: connection: remove disable from destructor
by Johan Hovold
· 9 years ago
6d3d950
greybus: connection: rename legacy init and exit functions
by Johan Hovold
· 9 years ago
5dda7e5
greybus: legacy: add legacy-protocol bundle driver
by Johan Hovold
· 9 years ago
5b03271
greybus: camera: Update configure stream based on new interface
by Gjorgji Rosikopulos
· 9 years ago
24ac4fa
greybus: camera: Add support for configure streams flag in gb interface
by Gjorgji Rosikopulos
· 9 years ago
b29906a
greybus: firmware: replace colons with underscore in firmware file request
by Michael Scott
· 9 years ago
b55d943
greybus: Revert "camera: Fix backword compatibility in configure streams"
by Greg Kroah-Hartman
· 9 years ago
11ca550
greybus: camera: Fix backword compatibility in configure streams
by Gjorgji Rosikopulos
· 9 years ago
4068487
greybus: camera: Return the result flags from the configure_streams response
by Laurent Pinchart
· 9 years ago
83ec628
greybus: audio: Enable codec module detection on different slots
by Vaibhav Agarwal
· 9 years ago
25de349
greybus: audio: Cleanup GB protocol connections in case of abrupt codec removal
by Vaibhav Agarwal
· 9 years ago
538ecb5
greybus: audio: cleanup unnecessary dev_err messages
by Vaibhav Agarwal
· 9 years ago
17247da
greybus: audio: Report uevent on GB codec module insertion/removal
by Vaibhav Agarwal
· 9 years ago
b7f0088
greybus: audio: Add GB Audio class protocol functionality in GB codec DAI ops
by Vaibhav Agarwal
· 9 years ago
6339d23
greybus: audio: Add topology parser for GB codec
by Vaibhav Agarwal
· 9 years ago
2a70e49
greybus: audio: Use greybus connection device for codec registration
by Vaibhav Agarwal
· 9 years ago
86a685d
greybus: Makefile: fix up build test for gb-audio-codec.ko
by Greg Kroah-Hartman
· 9 years ago
7885342
greybus: audio: Build audio module conditionally
by Vaibhav Agarwal
· 9 years ago
8db0073
greybus: audio: Add Audio Manager
by Svetlin Ankov
· 9 years ago
4dbf505
greybus: audio: Add direct audio streaming control for APBridgeA
by Mark Greer
· 9 years ago
184992e
greybus: audio: Add Greybus Audio Device Class Protocol helper routines
by Mark Greer
· 9 years ago
ba4144a
greybus: audio: Add Audio Device Class Protocol definitions
by Mark Greer
· 9 years ago
fd8f9e1
greybus: audio: Use underscore in file name
by Mark Greer
· 9 years ago
aa187d3
greybus: arche-apb-ctrl: Enable the clocks after regulator enable
by Vaibhav Hiremath
· 9 years ago
3a8dba4
greybus: camera: HACK: Register gb camera to the HOST camera
by Gjorgji Rosikopulos
· 9 years ago
fc0ddf5
greybus: camera: HACK: Export GB camera interface
by Gjorgji Rosikopulos
· 9 years ago
9c06c6a
greybus: lights: remove sync operation and work queue
by Rui Miguel Silva
· 9 years ago
b827e11
greybus: kernel_ver: add handle for lights in 4.5
by Rui Miguel Silva
· 9 years ago
de14131
greybus: uevent: add GREYBUS_ID to uevent
by Greg Kroah-Hartman
· 9 years ago
14006ab
greybus: makefile: add requirement for CONFIG_INPUT
by Rui Miguel Silva
· 9 years ago
3ea6a81
greybus: connection: refactor connection enable and disable
by Johan Hovold
· 9 years ago
4d0bee1
greybus: connection: fix connection-state handling
by Johan Hovold
· 9 years ago
2c92bd5
greybus: svc: add intf_eject attribute
by Rui Miguel Silva
· 9 years ago
c5d55fb
greybus: svc: add interface eject operation
by Rui Miguel Silva
· 9 years ago
adb57cf
greybus: power_supply: fix check for configured supply
by Rui Miguel Silva
· 9 years ago
e527338
greybus: APBridge: move APBridge request protocol to a common .h file
by Greg Kroah-Hartman
· 9 years ago
ed4596e9
greybus: host: provide "generic" apbridge output calls
by Greg Kroah-Hartman
· 9 years ago
accad1b
greybus: power_supply: fix use after free of power supply
by Rui Miguel Silva
· 9 years ago
f921fb1
greybus: power_supply: fix leak getting string properties
by Rui Miguel Silva
· 9 years ago
d9eafd5
greybus: power_supply: fix error path at supplies setup
by Rui Miguel Silva
· 9 years ago
Next »