From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750879AbdAaWey (ORCPT ); Tue, 31 Jan 2017 17:34:54 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36215 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750758AbdAaWew (ORCPT ); Tue, 31 Jan 2017 17:34:52 -0500 Subject: Re: [PATCH v3 20/24] media: imx: Add Camera Interface subdev driver To: Russell King - ARM Linux References: <1483755102-24785-1-git-send-email-steve_longerbeam@mentor.com> <1483755102-24785-21-git-send-email-steve_longerbeam@mentor.com> <20170131134252.GX27312@n2100.armlinux.org.uk> <20170131203340.GC27312@n2100.armlinux.org.uk> <2297c62c-ae9b-3942-4700-ce268a61a6d5@gmail.com> <20170131220452.GE27312@n2100.armlinux.org.uk> Cc: Steve Longerbeam , Hans Verkuil , robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org, kernel@pengutronix.de, fabio.estevam@nxp.com, mchehab@kernel.org, nick@shmanahar.org, markus.heiser@darmarIT.de, p.zabel@pengutronix.de, laurent.pinchart+renesas@ideasonboard.com, bparrot@ti.com, geert@linux-m68k.org, arnd@arndb.de, sudipm.mukherjee@gmail.com, minghsiu.tsai@mediatek.com, tiffany.lin@mediatek.com, jean-christophe.trotin@st.com, horms+renesas@verge.net.au, niklas.soderlund+renesas@ragnatech.se, robert.jarzmik@free.fr, songjun.wu@microchip.com, andrew-ct.chen@mediatek.com, gregkh@linuxfoundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, devel@driverdev.osuosl.org, Steve Longerbeam From: Ian Arkver Message-ID: <93e5a426-03f3-c4f1-c27f-75b8b78c0a02@gmail.com> Date: Tue, 31 Jan 2017 22:33:40 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170131220452.GE27312@n2100.armlinux.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 31/01/17 22:04, Russell King - ARM Linux wrote: > On Tue, Jan 31, 2017 at 09:55:29PM +0000, Ian Arkver wrote: >> On 31/01/17 20:33, Russell King - ARM Linux wrote: >>> On Tue, Jan 31, 2017 at 10:21:26AM -0800, Steve Longerbeam wrote: >>>> On 01/31/2017 05:42 AM, Russell King - ARM Linux wrote: >>>>> On Fri, Jan 20, 2017 at 03:38:28PM +0100, Hans Verkuil wrote: >>>>>> Should be set to something like 'platform:imx-media-camif'. v4l2-compliance >>>>>> should complain about this. >>>>> ... and more. >>>> >>>> Right, in version 3 that you are working with, no v4l2-compliance fixes were >>>> in yet. A lot of the compliance errors are fixed, please look in latest >>>> branch >>>> imx-media-staging-md-wip at git@github.com:slongerbeam/mediatree.git. >>> >>> Sorry, I'm not prepared to pull random trees from github as there's >>> no easy way to see what's in the branch. >>> >>> I've always disliked github because its web interface makes it soo >>> difficult to navigate around git trees hosted there. You can see >>> a commit, you can see a diff of the commit. You can get a list of >>> branches. But there seems to be no way to get a list of commits >>> similar to "git log" or even a one-line summary of each commit on >>> a branch. If there is, it's completely non-obvious (which I think is >>> much of the problem with github, it's web interface is horrendous.) >>> >>> Or you can clone/pull the tree without knowing what you're fetching >>> (eg, what the tree is based upon.) >>> >>> Or you can waste time clicking repeatedly on the "parent" commit link >>> on each patch working your way back through the history... >>> >>> Well, it looks like it's bsaed on 4.10-rc1 with who-knows-what work >> >from the linux-media tree (I didn't try and go back any further.) >>> As I don't want to take a whole pile of other changes into my tree, >>> I'm certainly not going to pull from your github tree. Sorry. >>> >> >> https://github.com/slongerbeam/mediatree/compare/master...imx-media-staging-md-wip >> >> It's under the "Compare" button from the main view. It would be nice though >> if the first commit's parent was some clearly tagged start point. > > I don't want master though, I want v4.10-rc1, and if I ask for that > it tells me it knows nothing about v4.10-rc1, despite the fact that's > a tag in the mainline kernel repository which was merged into the > linux-media tree that this tree is based upon. > Yeah, that's what I meant about the first parent's commit not being a clearly tagged branch point. At least you get the series on one page. Maybe it's time for a rebase or a v4 series Steve? Personally, I use a bare repo with multiple remotes and fetch branches from various trees. Then gitk --all --since(etc) is pretty good at giving the overview picture. You don't need to pull the commits over into any of your working branches if you don't want to. Regards, Ian