summaryrefslogtreecommitdiff
path: root/staging/mops_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+154
>6space:mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2016-07-15 11:03:43 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-17 10:31:21 +0900
commit24f9a6e4942d7a8b15a1bac9a96a605a433b9478 (patch)
tree251863bdcf34e96217c19665c84384c6ffa61f7b /drivers/staging/greybus
parentfdf73c00c8872f6f59730955d54b2cdc963e2485 (diff)
greybus: camera: Hardcode the APB-A CSI-2 TX parameters
Camera modules will stop reporting the number of lines per second, hardcode the parameter in the driver until the APB-A CSI-2 TX configuration protocol gets updated as well to use a more appropriate form of bandwidth information. The number of data lanes is also hardcoded as it should not depend on the module's CSI-2 bus configuration. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/camera.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c