summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-02-241-1/+1
|\
| * [media] omap3isp: Fix crash caused by subdevs now having a pointer to devnodesLaurent Pinchart2012-02-091-1/+1
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-01-1513-115/+88Star
|\|
| * [media] convert drivers/media/* to use module_platform_driver()Axel Lin2012-01-111-18/+1Star
| * Merge tag 'v3.2-rc7' into staging/for_v3.3Mauro Carvalho Chehab2011-12-302-1/+2
| |\
| * | [media] omap3isp: Mark next captured frame as faulty when an SBL overflow occursLaurent Pinchart2011-12-2013-82/+73Star
| * | [media] omap3isp: video: Don't WARN() on unknown pixel formatsLaurent Pinchart2011-12-201-4/+4
| * | [media] omap3isp: ccdc: Fix crash in HS/VS interrupt handlerLaurent Pinchart2011-12-201-2/+1Star
| * | [media] omap3isp: preview: Rename max output sizes definesLaurent Pinchart2011-12-201-8/+8
| | |
| \ \
*-. | | Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel2012-01-095-42/+20Star
|\ \| | | |_|/ |/| |
| * | iommu/omap: eliminate the public omap_find_iommu_device() methodOhad Ben-Cohen2011-12-055-42/+20Star
| |/
* | [media] omap3isp: Fix crash caused by subdevs now having a pointer to devnodesLaurent Pinchart2011-12-192-2/+2
* | [media] omap3isp: fix compilation of ispvideo.cDmitry Artamonow2011-11-251-0/+1
|/
* [media] omap3isp: preview: Add crop support on the sink padLaurent Pinchart2011-11-032-66/+198
* [media] omap3isp: preview: Rename min/max input/output sizes definesLaurent Pinchart2011-11-032-19/+17Star
* [media] omap3isp: preview: Remove horizontal averager supportLaurent Pinchart2011-11-032-23/+2Star
* [media] omap3isp: Report the ISP revision through the media controller APILaurent Pinchart2011-11-031-0/+1
* [media] omap3isp: ccdc: remove redundant operationGuennadi Liakhovetski2011-11-031-1/+1
* [media] omap3isp: Fix memory leaks in initialization error pathsLaurent Pinchart2011-11-036-47/+74
* [media] omap3isp: Add missing mutex_destroy() callsLaurent Pinchart2011-11-034-0/+7
* [media] omap3isp: Move *_init_entities() functions to the init/cleanup sectionLaurent Pinchart2011-11-036-239/+239
* [media] omap3isp: Move media_entity_cleanup() from unregister() to cleanup()Laurent Pinchart2011-11-0312-20/+34
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-10-317-98/+38Star
|\
| * [media] omap3isp: video: Avoid crashes when pipeline set stream operation failsLaurent Pinchart2011-09-211-0/+8
| * [media] omap3isp: Don't fail streamon when the sensor doesn't implement s_streamLaurent Pinchart2011-09-211-3/+3
| * [media] omap3isp: Move platform data definitions from isp.h to media/omap3isp.hLaurent Pinchart2011-09-112-86/+3Star
| * [media] omap3isp: queue: fail QBUF if user buffer is too smallMichael Jones2011-09-111-0/+4
| * [media] omap3isp: Don't accept pipelines with no video source as validLaurent Pinchart2011-09-111-4/+10
| * [media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe2011-09-031-3/+1Star
| * [media] omap3isp: ccdc: Use generic frame sync event instead of private HS_VS...Sakari Ailus2011-08-291-2/+9
| |
| \
| \
| \
*---. \ Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-215-29/+61
|\ \ \ \ | | |_|/ | |/| |
| | | * iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel2011-10-211-1/+1
| | |/
| | * omap: iommu: omapify 'struct iommu' and exposed APIOhad Ben-Cohen2011-08-265-21/+23
| | * omap: iommu: migrate to the generic IOMMU APIOhad Ben-Cohen2011-08-265-20/+50
| |/
* / [media] omap3isp: Fix build error in ispccdc.cJoerg Roedel2011-09-221-0/+1
|/
* [media] omap3isp: Support configurable HS/VS polaritiesLaurent Pinchart2011-07-272-2/+8
* [media] OMAP3: ISP: Add regulator control for omap34xxKalle Jokiniemi2011-07-272-2/+26
* [media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of j...Hans Verkuil2011-07-272-4/+2Star
* [media] Stop using linux/version.h on the remaining video driversMauro Carvalho Chehab2011-07-273-3/+2Star
* [media] media: omap3isp: fix a potential NULL derefOhad Ben-Cohen2011-07-011-1/+1
* [media] omap3isp: fix compiler warningSanjeev Premi2011-06-011-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-289-58/+225
|\
| * [media] omap3isp: queue: Don't corrupt buf->npages when get_user_pages() failsLaurent Pinchart2011-04-191-1/+1
| * [media] omap3isp: Don't increment node entity use count when poweron failsLaurent Pinchart2011-04-191-0/+2
| * [media] omap3isp: lane shifter supportMichael Jones2011-04-195-30/+120
| * [media] omap3isp: ccdc: support Y10/12, 8-bit bayer fmtsMichael Jones2011-04-192-0/+18
| * [media] omap3isp: Use isp xclk definesStanimir Varbanov2011-04-172-8/+9
| * [media] omap3isp: isp: Reset the ISP when the pipeline can't be stoppedLaurent Pinchart2011-04-172-2/+13
| * [media] omap3isp: stat: update struct ispstat_generic_config's commentsDavid Cohen2011-04-171-3/+3
| * [media] omap3isp: Fix trivial typosMichael Jones2011-04-174-7/+7