On Sun, 25 May 2014, Mauro Carvalho Chehab wrote: > Hi Guennadi, > > Em Sat, 24 May 2014 13:31:37 +0200 (CEST) > Guennadi Liakhovetski <g.liakhovet...@gmx.de> escreveu: > > > Hi Mauro, > > > > I was waiting for DT patches for soc-camera, but they're not yet ready. > > So, here go 5 patches, including one driver removal, one error-path fix > > from myself, and a couple more clean up and enhancement patches. > > > > BTW, the "git request-pull" command issued a warning: > > > > warn: No match for commit 66635afdc4e26f89fd7bc631f452ada84d6e4f3f found at > > git://linuxtv.org/gliakhovetski/v4l-dvb.git > > warn: Are you sure you pushed 'HEAD' there? > > This is actually a fatal error... you forgot to do a git pull ;)
Uhm... never had to do it before... I still couldn't generate a pull request properly, I only managed to do it after I specified an end hash... So, here's a new version: The following changes since commit b5c8d48bf8f4273a9fe680bd834f991005c8ab59: Add linux-next specific files for 20140502 (2014-05-02 17:01:07 +1000) are available in the git repository at: git://linuxtv.org/gliakhovetski/v4l-dvb.git 66635afdc4e26f89fd7bc631f452ada84d6e4f3f for you to fetch changes up to 66635afdc4e26f89fd7bc631f452ada84d6e4f3f: media: mx2_camera: Change Kconfig dependency (2014-05-24 13:08:53 +0200) ---------------------------------------------------------------- Alexander Shiyan (2): media: mx1_camera: Remove driver media: mx2_camera: Change Kconfig dependency Ben Dooks (1): rcar_vin: copy flags from pdata Guennadi Liakhovetski (1): V4L: soc-camera: explicitly free allocated managed memory on error Jean Delvare (1): V4L2: soc_camera: add run-time dependencies to R-Car VIN driver drivers/media/platform/soc_camera/Kconfig | 16 +- drivers/media/platform/soc_camera/Makefile | 1 - drivers/media/platform/soc_camera/mx1_camera.c | 866 ------------------------- drivers/media/platform/soc_camera/rcar_vin.c | 12 +- drivers/media/platform/soc_camera/soc_camera.c | 12 +- 5 files changed, 16 insertions(+), 891 deletions(-) delete mode 100644 drivers/media/platform/soc_camera/mx1_camera.c -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html