index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
omap3isp
/
isp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-10
[media] media: omap3isp: remove unused clkdev
Russell King
1
-24
/
+0
2015-04-02
[media] omap3isp: Deprecate platform data support
Sakari Ailus
1
-0
/
+2
2015-04-02
[media] omap3isp: Add support for the Device Tree
Sakari Ailus
1
-12
/
+206
2015-04-02
[media] omap3isp: Replace many MMIO regions by two
Sakari Ailus
1
-55
/
+58
2015-04-02
[media] omap3isp: Move the syscon register out of the ISP register maps
Sakari Ailus
1
-4
/
+16
2015-04-02
[media] omap3isp: Replace mmio_base_phys array with the histogram block base
Sakari Ailus
1
-1
/
+2
2015-04-02
[media] omap3isp: Rename regulators to better suit the Device Tree
Sakari Ailus
1
-2
/
+2
2015-04-02
[media] omap3isp: Refactor device configuration structs for Device Tree
Sakari Ailus
1
-44
/
+42
2015-04-02
[media] omap3isp: Platform data could be NULL
Sakari Ailus
1
-6
/
+4
2015-04-02
[media] omap3isp: DT support for clocks
Laurent Pinchart
1
-0
/
+25
2015-04-02
[media] omap3isp: Separate external link creation from platform data parsing
Sakari Ailus
1
-71
/
+72
2015-04-02
[media] omap3isp: Avoid a BUG_ON() in media_entity_create_link()
Sakari Ailus
1
-0
/
+13
2015-04-02
[media] omap3isp: Fix error handling in probe
Sakari Ailus
1
-1
/
+1
2014-12-23
[media] omap3isp: Fix division by 0
Laurent Pinchart
1
-0
/
+3
2014-10-20
media: platform: omap3isp: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-21
[media] omap3isp: Remove boilerplate disclaimer and FSF address
Laurent Pinchart
1
-10
/
+0
2014-08-21
[media] omap3isp: Don't ignore subdev streamoff failures
Laurent Pinchart
1
-6
/
+4
2014-05-25
[media] omap3isp: Move queue irqlock to isp_video structure
Laurent Pinchart
1
-3
/
+3
2014-05-25
[media] omap3isp: Use the ARM DMA IOMMU-aware operations
Laurent Pinchart
1
-26
/
+76
2014-03-05
[media] omap3isp: Fix kerneldoc for _module_sync_is_stopping and isp_isr()
Peter Meerwald
1
-4
/
+1
2014-03-05
[media] omap3isp: Fix typos
Lad, Prabhakar
1
-1
/
+1
2014-01-07
[media] omap3isp: Refactor modules stop failure handling
Laurent Pinchart
1
-14
/
+22
2014-01-07
[media] omap3isp: Cancel streaming when a fatal error occurs
Laurent Pinchart
1
-0
/
+17
2013-12-18
[media] omap3isp: Use devm_ioremap_resource()
Laurent Pinchart
1
-20
/
+5
2013-12-18
[media] omap3isp: Modify clocks registration to avoid circular references
Sylwester Nawrocki
1
-6
/
+16
2013-11-29
[media] media_tree: Fix spelling errors
Jonathan McCrohan
1
-1
/
+1
2013-10-31
DMA-API: media: omap3isp: use dma_coerce_mask_and_coherent()
Russell King
1
-3
/
+3
2013-06-12
[media] media: Change media device link_notify behaviour
Sylwester Nawrocki
1
-16
/
+25
2013-06-12
[media] omap3isp: Defer probe when the IOMMU is not available
Laurent Pinchart
1
-0
/
+2
2013-06-12
[media] omap3isp: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-06-08
[media] media: Rename media_entity_remote_source to media_entity_remote_pad
Andrzej Hajda
1
-3
/
+3
2013-04-14
[media] omap3isp: Use the common clock framework
Laurent Pinchart
1
-75
/
+202
2013-02-28
Merge tag 'late-omap' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
1
-16
/
+2
2013-02-05
[media] omap3isp: Use devm_* managed functions
Laurent Pinchart
1
-62
/
+12
2013-01-23
omap3isp: Set cam_mclk rate directly
Laurent Pinchart
1
-16
/
+2
2013-01-03
Drivers: media: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-12-17
ARM: OMAP2+: Drop plat/cpu.h for omap2plus
Tony Lindgren
1
-2
/
+0
2012-12-13
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-30
/
+53
2012-11-28
[media] omap3isp: Replace cpu_is_omap3630() with ISP revision check
Laurent Pinchart
1
-9
/
+16
2012-11-28
[media] omap3isp: Prepare/unprepare clocks before/after enable/disable
Laurent Pinchart
1
-12
/
+13
2012-11-28
[media] omap3isp: Replace printk with dev_*
Laurent Pinchart
1
-6
/
+6
2012-11-28
[media] omap3isp: Find source pad from external entity
Sakari Ailus
1
-1
/
+14
2012-11-28
[media] omap3isp: Add CSI configuration registers from control block to ISP r...
Sakari Ailus
1
-2
/
+4
2012-11-20
ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h
Tony Lindgren
1
-0
/
+1
2012-10-07
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2245
2012-09-27
[media] omap3isp: Fix error return code in probe function
Peter Senna Tschudin
1
-1
/
+3
2012-08-15
[media] rename drivers/media/video as .../platform
Mauro Carvalho Chehab
1
-0
/
+2241