[PATCH v3] media: vimc: fla: Add virtual flash subdevice

2019-10-07 Thread Lucas A . M . Magalhães
=0 max=255 step=1 default=0 value=0 faults 0x009c090a (bitmask): max=0x0002 default=0x value=0x Co-authored-by: Eduardo Barretto Signed-off-by: Eduardo Barretto Signed-off-by: Lucas A. M. Magalhães --- Hi, I've copied some values from an

[PATCH v2] media: vimc: fla: Add virtual flash subdevice

2019-09-15 Thread Lucas A . M . Magalhães
value=255 faults 0x009c090a (bitmask): max=0x0002 default=0x value=0x Co-authored-by: Eduardo Barretto Signed-off-by: Eduardo Barretto Signed-off-by: Lucas A. M. Magalhães --- Hi, This patch depends on the patch series "Collapse vimc

[PATCH] media: vimc: fla: Add virtual flash subdevice

2019-09-01 Thread Lucas A . M . Magalhães
value=255 faults 0x009c090a (bitmask): max=0x0002 default=0x value=0x Co-authored-by: Eduardo Barretto Signed-off-by: Eduardo Barretto Signed-off-by: Lucas A. M. Magalhães --- Hi, This patch depends on the patch series "Collapse vimc

[PATCH v2 1/2] media: Revert "media: vimc: Remove or modify stream checks"

2019-08-08 Thread Lucas A . M . Magalhães
From: Helen Koike This reverts commit 3c1b9ac753e99005d7ee0a883d6e5b577ba32aa9. Required to Revert "media: vimc: propagate pixel format in the stream" which introduced the stream object in the vimc_ent_device struct. Signed-off-by: Helen Koike Signed-off-by: Lucas A. M. Magalhaes --- I'm jus

[PATCH v2 2/2] Revert "media: vimc: propagate pixel format in the stream"

2019-08-08 Thread Lucas A . M . Magalhães
From: Helen Koike This reverts commit b6c61a6c37317efd7327199bfe24770af3d7e799. The requested pixelformat is being propagated from the capture to the tpg in the sensor. This was a bad design choice, as we start having the following issues: * We set a pixelformat in the capture; * We set matchi

[Lkcamp][PATCH] media: vimc: Add vimc-streamer for stream control

2018-12-15 Thread Lucas A . M . Magalhães
t the same time. * There is no entity streaming frames to two source pads at the same time. * There is no entity receiving frames from two sink pads at the same time. Signed-off-by: Lucas A. M. Magalhães --- Hi, This patch introduces a streamer controller library for the vimc driver. It