summaryrefslogtreecommitdiff
path: root/proto_arp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-13lookup: Move UDP/TCP port and Ethernet type lookup into own moduleTobias Klauser1-0/+1
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser1-1/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+163
po Mondi <jacopo.mondi@linaro.org>2016-07-15 11:03:41 +0200 committerGreg Kroah-Hartman <gregkh@google.com>2016-07-17 10:31:21 +0900 commit6cc270483c550f1d3f7098bb7fb0de20537947a2 (patch) treeb5e2eb435f4653d8ae2ef859308db6c8e799fc64 /drivers parenta0de502ed39663d47b568de27f46971e41f0abdf (diff)
greybus: camera: Add bpp to Greybus Format description
Add the bytes per pixel value to the structure describing a Greybus Protocol Image Format. The bpp information will be used to compute the length in bytes of a line of pixel data Signed-off-by: Jacopo Mondi <jacopo.mondi@linaro.org> Reviewed-by: Gjorgji Rosikopulos <grosikopulos@mm-sol.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/camera.c37
1 files changed, 27 insertions, 10 deletions
diff --git a/drivers/staging/greybus/camera.c b/drivers/staging/greybus/camera.c