aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/camera.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentGravatar Cristian Sicilia 1-6/+6
2018-11-09staging: greybus: remove unmatched right bracketGravatar Ioannis Valasakis 1-1/+0
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-2/+3
2018-06-01staging: greybus: camera: no need to check debugfs return valuesGravatar Greg Kroah-Hartman 1-14/+3
2018-01-09Staging: greybus: camera: cleanup multiple checks for null pointersGravatar Sumit Pundir 1-8/+8
2017-11-11staging: greybus: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGravatar Greg Kroah-Hartman 1-0/+1
2017-01-16Staging: greybus: style fix, permissions as octalGravatar Derek Robson 1-5/+5
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-2/+2
2016-10-16staging: greybus: camera: Use kcalloc for array's memory allocation.Gravatar Elise Lennion 1-2/+2
2016-10-16staging: greybus: camera: Replace blank spaces with tabstops.Gravatar Elise Lennion 1-1/+1
2016-10-16staging: greybus: camera: Add blank lines after variable declarations.Gravatar Elise Lennion 1-0/+1
2016-09-22staging: greybus: camera: simplify NULL testGravatar Eva Rachel Retuya 1-1/+1
2016-09-19staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGravatar Greg Kroah-Hartman 1-1/+1
2016-08-12greybus: camera: Remove support for legacy modulesGravatar Jacopo Mondi 1-112/+9
2016-08-10greybus: camera: Remove reference to ara subdeviceGravatar Jacopo Mondi 1-1/+1
2016-07-27greybus: camera: Rename debug and metadata mbus formatsGravatar Gjorgji Rosikopulos 1-2/+2
2016-07-17greybus: camera: Configure APB-A with new paramsGravatar Jacopo Mondi 1-35/+91
2016-07-17greybus: camera: Update Configure Streams ResponseGravatar Jacopo Mondi 1-24/+162
2016-07-17greybus: camera: Hardcode the APB-A CSI-2 TX parametersGravatar Laurent Pinchart 1-5/+11
2016-07-17greybus: camera: Add wrapper for sync operation with flagsGravatar Jacopo Mondi 1-19/+41
2016-07-17greybus: camera: Add bpp to Greybus Format descriptionGravatar Jacopo Mondi 1-10/+27
2016-07-14greybus: camera: add runtime pm supportGravatar David Lin 1-0/+81
2016-07-05greybus: camera: Fix size of configure_streams(0)Gravatar Jacopo Mondi 1-1/+2
2016-07-05greybus: camera: Fix number of configured streamsGravatar Jacopo Mondi 1-1/+1
2016-07-05greybus: camera: Early update num_streams and flagsGravatar Jacopo Mondi 1-7/+6
2016-06-24greybus: camera: Add RAW data formatGravatar Evgeniy Borisov 1-0/+32
2016-06-15greybus: camera: Create and destroy data connection on demandGravatar Laurent Pinchart 1-22/+38
2016-06-15greybus: camera: Fix data connection setupGravatar Laurent Pinchart 1-5/+19
2016-06-15greybus: camera: Clean up on stream configuration failureGravatar Laurent Pinchart 1-50/+91
2016-06-13greybus: camera: Initialize mutex before using itGravatar Viresh Kumar 1-2/+1
2016-06-09greybus: update UniPro Set Interface Power Mode operation to match specGravatar Eli Sennesh 1-2/+8
2016-06-09greybus: camera: Add debug data formatGravatar Gjorgji Rosikopulos 1-1/+5
2016-06-03greybus: camera-gb: Implement camera module reference counting as subject.Gravatar Evgeniy Borisov 1-25/+72
2016-05-27greybus: eliminate unneeded null checkGravatar Alex Elder 1-2/+1
2016-05-27greybus: report right error valueGravatar Alex Elder 1-1/+1
2016-05-25greybus: Revert "update UniPro Set Interface Power Mode operation to match spec"Gravatar Jeffrey Carlyle 1-8/+2
2016-05-24greybus: update UniPro Set Interface Power Mode operation to match specGravatar Eli Sennesh 1-2/+8
2016-05-20greybus: camera: Convert to bundle driverGravatar Laurent Pinchart 1-39/+84
2016-05-13greybus: camera: fix data-connection handlingGravatar Johan Hovold 1-16/+18
2016-05-04greybus: svc: reconfig APBridgeA-Switch link to handle required loadGravatar Mitchell Tasman 1-2/+2
2016-04-21greybus: camera-gb: Remove hardcode for CSI TX number of lanesGravatar Evgeniy Borisov 1-1/+1
2016-04-11greybus: camera-gb: Extend the configure streams interfaceGravatar Evgeniy Borisov 1-4/+13
2016-04-04greybus: camera: Add metadata formatGravatar Gjorgji Rosikopulos 1-0/+4
2016-03-31greybus: camera: Use pointer for gb camera module opsGravatar Gjorgji Rosikopulos 1-7/+14
2016-03-22greybus: convert drivers to use connection->private set/getGravatar Greg Kroah-Hartman 1-3/+3
2016-03-17greybus: camera: Improve module registration mechanismGravatar Gjorgji Rosikopulos 1-8/+17
2016-03-17greybus: camera: Register capabilities operationGravatar Jacopo Mondi 1-0/+14
2016-03-17greybus: camera: Implement the capabilities operationGravatar Laurent Pinchart 1-1/+59