summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/isp.c
AgeCommit message (Expand)AuthorLines
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus-23/+26
2017-04-20omap3isp: Remove iommu_group related codeSuman Anna-17/+0
2016-11-16[media] v4l: omap3isp: Fix OF node double put when parsing OF graphLaurent Pinchart-10/+9
2016-10-21[media] omap3isp: don't break long linesMauro Carvalho Chehab-2/+2
2016-09-09[media] media: Move media_device link_notify operation to an ops structureLaurent Pinchart-1/+5
2016-03-03[media] v4l: omap3isp: Use V4L2 graph PM operationsSakari Ailus-211/+2
2016-02-01[media] omap3isp: Check v4l2_of_parse_endpoint() return valueJavier Martinez Canillas-1/+4
2016-01-25[media] v4l: omap3isp: Fix data lane shift configurationLaurent Pinchart-1/+1
2016-01-25[media] v4l: omap3isp: Fix handling platform_get_irq resultAndrzej Hajda-2/+3
2016-01-25[media] v4l: omap3isp: Fix module autoloadingJavier Martinez Canillas-0/+1
2016-01-11[media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus-8/+13
2016-01-11[media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus-24/+39
2016-01-11[media] media-device: split media initialization and registrationJavier Martinez Canillas-7/+7
2016-01-11[media] omap3isp: consistently use v4l2_dev var in complete notifierJavier Martinez Canillas-1/+1
2016-01-11[media] omap3isp: remove pads prefix from isp_create_pads_links()Javier Martinez Canillas-4/+8
2016-01-11[media] omap3isp: remove per ISP module link creation functionsJavier Martinez Canillas-21/+35
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab-8/+6
2016-01-11[media] omap3isp: create links after all subdevs have been boundJavier Martinez Canillas-8/+15
2016-01-11[media] omap3isp: separate links creation from entities initJavier Martinez Canillas-54/+98
2016-01-11[media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas-2/+2
2016-01-11[media] media: rename the function that create pad linksMauro Carvalho Chehab-9/+9
2016-01-11[media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas-2/+5
2015-08-16[media] v4l: omap3isp: Drop platform data supportLaurent Pinchart-113/+20
2015-07-06[media] v4l: omap3isp: Fix sub-device power management codeSakari Ailus-2/+2
2015-07-06[media] v4l: omap3isp: Fix async notifier registration orderSakari Ailus-10/+13
2015-04-10[media] media: omap3isp: remove unused clkdevRussell King-24/+0
2015-04-02[media] omap3isp: Deprecate platform data supportSakari Ailus-0/+2
2015-04-02[media] omap3isp: Add support for the Device TreeSakari Ailus-12/+206
2015-04-02[media] omap3isp: Replace many MMIO regions by twoSakari Ailus-55/+58
2015-04-02[media] omap3isp: Move the syscon register out of the ISP register mapsSakari Ailus-4/+16
2015-04-02[media] omap3isp: Replace mmio_base_phys array with the histogram block baseSakari Ailus-1/+2
2015-04-02[media] omap3isp: Rename regulators to better suit the Device TreeSakari Ailus-2/+2
2015-04-02[media] omap3isp: Refactor device configuration structs for Device TreeSakari Ailus-44/+42
2015-04-02[media] omap3isp: Platform data could be NULLSakari Ailus-6/+4
2015-04-02[media] omap3isp: DT support for clocksLaurent Pinchart-0/+25
2015-04-02[media] omap3isp: Separate external link creation from platform data parsingSakari Ailus-71/+72
2015-04-02[media] omap3isp: Avoid a BUG_ON() in media_entity_create_link()Sakari Ailus-0/+13
2015-04-02[media] omap3isp: Fix error handling in probeSakari Ailus-1/+1
2014-12-23[media] omap3isp: Fix division by 0Laurent Pinchart-0/+3
2014-10-20media: platform: omap3isp: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-08-21[media] omap3isp: Remove boilerplate disclaimer and FSF addressLaurent Pinchart-10/+0
2014-08-21[media] omap3isp: Don't ignore subdev streamoff failuresLaurent Pinchart-6/+4
2014-05-25[media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart-3/+3
2014-05-25[media] omap3isp: Use the ARM DMA IOMMU-aware operationsLaurent Pinchart-26/+76
2014-03-05[media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()Peter Meerwald-4/+1
2014-03-05[media] omap3isp: Fix typosLad, Prabhakar-1/+1
2014-01-07[media] omap3isp: Refactor modules stop failure handlingLaurent Pinchart-14/+22
2014-01-07[media] omap3isp: Cancel streaming when a fatal error occursLaurent Pinchart-0/+17
2013-12-18[media] omap3isp: Use devm_ioremap_resource()Laurent Pinchart-20/+5
2013-12-18[media] omap3isp: Modify clocks registration to avoid circular referencesSylwester Nawrocki-6/+16