[libcamera-devel] Pull request from https://github.com/naushir/libcamera.git
Naushir Patuck
naush at raspberrypi.com
Wed Mar 8 09:37:42 CET 2023
Hi all,
On Wed, 8 Mar 2023 at 08:24, Laurent Pinchart <
laurent.pinchart at ideasonboard.com> wrote:
> On Tue, Mar 07, 2023 at 10:24:28PM +0000, Kieran Bingham wrote:
> > Hi Naush,
> >
> > Quoting Laurent Pinchart (2023-03-07 17:10:22)
> > > Hi Naush,
> > >
> > > Thanks for the pull request.
> > >
> > > In the future, could you try to follow the kernel convention for the
> > > subject line ? It should start with a [GIT PULL] tag, and then have a
> > > short one-line description of the pull request. This one could be, for
> > > instance
> > >
> > > [GIT PULL] Raspberry Pi timeout handling improvements & other misc
> changes
> >
> > Thank you for trying this as new way to handle your integrations!
> >
> > Running through the integration scripts on my side failed:
> >
> > Missing committer Signed-off-by in commit
> f194529f9ba35421b66fee5e5bfcb2b8a148bbbf
> > Missing committer Signed-off-by in commit
> 95e7b5415aadccf1a8d706c3460e114553a49e06
> > Found 2 errors in refs/heads/master, not pushing
> >
> > Which was due to our pre-merge validation scripts noting that the
> > patches you cherry-picked from David were not Signed-off by the
> > 'committer' (now you).
> >
> > To be able to merge these, I've run git rebase --signoff, which has
> > recommitted these with my Sign-off. I figured I could have asked you to
> > resubmit a new pull request with your SoB - but it didn't seem worth the
> > extra cycle at this time.
>
> Just to make it clear, Naush, could you make sure, in future pull
> request, that all commits that list you as the committer have your SoB ?
> This includes all commits that you cherry-pick, apply from an mbox file,
> or rebase. You can see the committer with `git log --pretty=fuller`.
>
> You can also use the pre-push hook from utils/hooks/ (just copy it to
> .git/hooks/) to perform validity checks when pushing a branch. By
> default the script only checks branches named `master` or
> `integration/*`, but it's easy to modify it to accommodate your
> workflow.
>
Sure, I'll make sure to do that going forward. This git request-pull stuff
is
all new to me.
>
> > With that, they passed my integration tests, and are now merged.
>
Excellent, thanks!!
Naush
> >
> > > On Tue, Mar 07, 2023 at 03:58:20PM +0000, Naushir Patuck via
> libcamera-devel wrote:
> > > > The following changes since commit
> cde9293cf9899b0fc4ce9cf89dd29f26be77f35c:
> > > >
> > > > ipa: rkisp1: lsc: Fix integer division error (2023-03-06 18:12:10
> +0100)
> > > >
> > > > are available in the Git repository at:
> > > >
> > > > https://github.com/naushir/libcamera.git
> > > >
> > > > for you to fetch changes up to
> f194529f9ba35421b66fee5e5bfcb2b8a148bbbf:
> > > >
> > > > ipa: raspberrypi: imx296: Minor tuning updates (2023-03-07
> 15:43:08 +0000)
> > > >
> > > > ----------------------------------------------------------------
> > > > David Plowman (2):
> > > > ipa: raspberrypi: agc: Fix overflow in Y value calculation
> > > > ipa: raspberrypi: imx296: Minor tuning updates
> > > >
> > > > Naushir Patuck (4):
> > > > pipeline: ipa: raspberrypi: Change Unicam timeout handling
> > > > ipa: raspberrypi: Better heuristics for calculating Unicam
> timeout
> > > > pipeline: raspberrypi: Add a Unicam timeout override config
> options
> > > > pipeline: raspberrypi: Iterate over all Unicam instances in
> match()
> > > >
> > > > include/libcamera/ipa/raspberrypi.mojom | 2 +-
> > > > src/ipa/raspberrypi/controller/rpi/agc.cpp | 2 +-
> > > > src/ipa/raspberrypi/data/imx296.json | 180
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
> > > > src/ipa/raspberrypi/data/imx296_mono.json | 12
> ++++++++--
> > > > src/ipa/raspberrypi/raspberrypi.cpp | 45
> +++++++++++++++++++++++++++++++++++---
> > > > src/libcamera/pipeline/raspberrypi/data/example.yaml | 11
> +++++++++-
> > > > src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 105
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
> > > > 7 files changed, 282 insertions(+), 75 deletions(-)
>
> --
> Regards,
>
> Laurent Pinchart
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20230308/5841a02d/attachment.htm>
More information about the libcamera-devel
mailing list