aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/camera.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17greybus: camera: Implement the capabilities operationLaurent Pinchart1-1/+59
2016-03-04greybus: camera: disable E2EFC on CSI connectionFabien Parent1-3/+1
2016-03-04greybus: connection: generalise CPortFlags handlingJohan Hovold1-1/+5
2016-02-23greybus: camera: Rename clock_mode to flagsJacopo Mondi1-2/+3
2016-02-23greybus: camera: Add CSI configuration parametersJacopo Mondi1-1/+10
2016-02-15greybus: camera: Don't configure CSI TX in test only modeLaurent Pinchart1-11/+6
2016-02-15greybus: camera: Set power mode after configuring streamsLaurent Pinchart1-27/+16
2016-02-15greybus: camera: Clean up when AP link power mode configuration failedLaurent Pinchart1-0/+1
2016-02-15greybus: camera: Factorize link power mode configuration code into a functionLaurent Pinchart1-64/+52
2016-02-05greybus: camera: Add missing return valueJacopo Mondi1-2/+1
2016-02-05greybus: camera: Reset link speed on failed configJacopo Mondi1-6/+11
2016-01-25greybus: camera: Stream config change unipro speedJacopo Mondi1-22/+88
2016-01-22greybus: camera: add semiplanar and planar formatsGjorgji Rosikopulos1-2/+10
2016-01-17greybus: camera: Update configure stream based on new interfaceGjorgji Rosikopulos1-8/+22
2016-01-15greybus: Revert "camera: Fix backword compatibility in configure streams"Greg Kroah-Hartman1-2/+0
2016-01-15greybus: camera: Fix backword compatibility in configure streamsGjorgji Rosikopulos1-0/+2
2016-01-14greybus: camera: Return the result flags from the configure_streams responseLaurent Pinchart1-8/+12
2016-01-13greybus: camera: HACK: Register gb camera to the HOST cameraGjorgji Rosikopulos1-0/+121
2016-01-12greybus: APBridge: move APBridge request protocol to a common .h fileGreg Kroah-Hartman1-7/+4
2016-01-12greybus: host: provide "generic" apbridge output callsGreg Kroah-Hartman1-10/+21
2016-01-08greybus: camera: Add support for flags to stream_configureJacopo Mondi1-7/+17
2016-01-08greybus: svc: Replace link config hack with standard operationLaurent Pinchart1-4/+12
2016-01-06greybus: camera: Raise the CSI-2 bandwidthLaurent Pinchart1-2/+2
2015-12-30greybus: camera: destroy data connection on link-config errorsJohan Hovold1-2/+2
2015-12-30greybus: camera: fix memory leak in capture-request handlerJohan Hovold1-1/+6
2015-12-30greybus: camera: fix memory leak in configure-streams error pathJohan Hovold1-1/+1
2015-12-21greybus: camera: Fix remaining endian conversion issuesLaurent Pinchart1-4/+4
2015-12-21greybus: camera: Set link power mode to HS-G2 with 2 lanesLaurent Pinchart1-2/+2
2015-12-21greybus: camera: Configure the bridge CSI transmitterLaurent Pinchart1-0/+23
2015-12-21greybus: camera: Configure link speed for the data connectionLaurent Pinchart1-0/+10
2015-12-21greybus: camera: Fix endian conversion issuesLaurent Pinchart1-10/+10
2015-12-14greybus: Camera: remove f_dentry usageGreg Kroah-Hartman1-1/+1
2015-12-14greybus: Add driver for the camera class protocolLaurent Pinchart1-0/+611