aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/camera.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-6/+6
2018-11-09staging: greybus: remove unmatched right bracketIoannis Valasakis1-1/+0
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-06-01staging: greybus: camera: no need to check debugfs return valuesGreg Kroah-Hartman1-14/+3
2018-01-09Staging: greybus: camera: cleanup multiple checks for null pointersSumit Pundir1-8/+8
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-01-16Staging: greybus: style fix, permissions as octalDerek Robson1-5/+5
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-12-04don't open-code file_inode()Al Viro1-2/+2
2016-10-16staging: greybus: camera: Use kcalloc for array's memory allocation.Elise Lennion1-2/+2
2016-10-16staging: greybus: camera: Replace blank spaces with tabstops.Elise Lennion1-1/+1
2016-10-16staging: greybus: camera: Add blank lines after variable declarations.Elise Lennion1-0/+1
2016-09-22staging: greybus: camera: simplify NULL testEva Rachel Retuya1-1/+1
2016-09-19staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGreg Kroah-Hartman1-1/+1
2016-08-12greybus: camera: Remove support for legacy modulesJacopo Mondi1-112/+9
2016-08-10greybus: camera: Remove reference to ara subdeviceJacopo Mondi1-1/+1
2016-07-27greybus: camera: Rename debug and metadata mbus formatsGjorgji Rosikopulos1-2/+2
2016-07-17greybus: camera: Configure APB-A with new paramsJacopo Mondi1-35/+91
2016-07-17greybus: camera: Update Configure Streams ResponseJacopo Mondi1-24/+162
2016-07-17greybus: camera: Hardcode the APB-A CSI-2 TX parametersLaurent Pinchart1-5/+11
2016-07-17greybus: camera: Add wrapper for sync operation with flagsJacopo Mondi1-19/+41
2016-07-17greybus: camera: Add bpp to Greybus Format descriptionJacopo Mondi1-10/+27
2016-07-14greybus: camera: add runtime pm supportDavid Lin1-0/+81
2016-07-05greybus: camera: Fix size of configure_streams(0)Jacopo Mondi1-1/+2
2016-07-05greybus: camera: Fix number of configured streamsJacopo Mondi1-1/+1
2016-07-05greybus: camera: Early update num_streams and flagsJacopo Mondi1-7/+6
2016-06-24greybus: camera: Add RAW data formatEvgeniy Borisov1-0/+32
2016-06-15greybus: camera: Create and destroy data connection on demandLaurent Pinchart1-22/+38
2016-06-15greybus: camera: Fix data connection setupLaurent Pinchart1-5/+19
2016-06-15greybus: camera: Clean up on stream configuration failureLaurent Pinchart1-50/+91
2016-06-13greybus: camera: Initialize mutex before using itViresh Kumar1-2/+1
2016-06-09greybus: update UniPro Set Interface Power Mode operation to match specEli Sennesh1-2/+8
2016-06-09greybus: camera: Add debug data formatGjorgji Rosikopulos1-1/+5
2016-06-03greybus: camera-gb: Implement camera module reference counting as subject.Evgeniy Borisov1-25/+72
2016-05-27greybus: eliminate unneeded null checkAlex Elder1-2/+1
2016-05-27greybus: report right error valueAlex Elder1-1/+1
2016-05-25greybus: Revert "update UniPro Set Interface Power Mode operation to match spec"Jeffrey Carlyle1-8/+2
2016-05-24greybus: update UniPro Set Interface Power Mode operation to match specEli Sennesh1-2/+8
2016-05-20greybus: camera: Convert to bundle driverLaurent Pinchart1-39/+84
2016-05-13greybus: camera: fix data-connection handlingJohan Hovold1-16/+18
2016-05-04greybus: svc: reconfig APBridgeA-Switch link to handle required loadMitchell Tasman1-2/+2
2016-04-21greybus: camera-gb: Remove hardcode for CSI TX number of lanesEvgeniy Borisov1-1/+1
2016-04-11greybus: camera-gb: Extend the configure streams interfaceEvgeniy Borisov1-4/+13
2016-04-04greybus: camera: Add metadata formatGjorgji Rosikopulos1-0/+4
2016-03-31greybus: camera: Use pointer for gb camera module opsGjorgji Rosikopulos1-7/+14
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-3/+3
2016-03-17greybus: camera: Improve module registration mechanismGjorgji Rosikopulos1-8/+17
2016-03-17greybus: camera: Register capabilities operationJacopo Mondi1-0/+14
2016-03-17greybus: camera: Implement the capabilities operationLaurent Pinchart1-1/+59