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
2022-03-18
media: platform: rename omap3isp/ to ti/omap3isp/
Mauro Carvalho Chehab
1
-2487
/
+0
2021-11-29
media: omap3isp: mark isp_isr_dbg as __maybe_unused
Mauro Carvalho Chehab
1
-1
/
+2
2021-09-30
media: v4l: async: Rename async nf functions, clean up long lines
Sakari Ailus
1
-9
/
+12
2021-08-04
media: omap3isp: Fix missing unlock in isp_subdev_notifier_complete()
Wei Yongjun
1
-1
/
+3
2021-04-06
media: omap3isp: Acquire graph mutex for graph traversal
Sakari Ailus
1
-2
/
+14
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
1
-11
/
+6
2021-02-06
media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
1
-46
/
+33
2020-09-10
media: omap3isp: Fix memleak in isp_probe
Dinghao Liu
1
-2
/
+4
2020-09-01
media: omap: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-06-26
media: omap3isp: remove cacheflush.h
Nathan Chancellor
1
-2
/
+0
2020-01-03
media: omap3isp: Ignore failure of stopping streaming on external subdev
Sakari Ailus
1
-4
/
+4
2019-08-15
media: omap3isp: Don't set streaming state on random subdevs
Sakari Ailus
1
-0
/
+8
2019-08-07
media: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-07-25
media: omap3isp: Rework OF endpoint parsing
Sakari Ailus
1
-134
/
+197
2019-07-09
Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-6
/
+12
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-29
media: omap3isp: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2019-05-29
media: omap3isp: Don't rely on devm for memory resource management
Sakari Ailus
1
-5
/
+11
2019-03-01
media: platform: fix several typos
Mauro Carvalho Chehab
1
-1
/
+1
2018-11-06
media: omap3isp: Unregister media device as first
Sakari Ailus
1
-1
/
+2
2018-10-04
media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHY
Sakari Ailus
1
-1
/
+1
2018-10-04
media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdev
Steve Longerbeam
1
-0
/
+1
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-08-08
media: isp: fix a warning about a wrong struct initializer
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-28
media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial data
Javier Martinez Canillas
1
-1
/
+1
2018-06-28
media: omap3isp: fix warning for !CONFIG_PM
Arnd Bergmann
1
-2
/
+2
2018-04-20
media: omap3isp: Allow it to build with COMPILE_TEST
Arnd Bergmann
1
-0
/
+8
2018-04-20
media: omap3isp: fix unbalanced dma_iommu_mapping
Suman Anna
1
-3
/
+4
2018-04-17
media: omap3isp/isp: remove an unused static var
Mauro Carvalho Chehab
1
-7
/
+0
2018-01-04
media: fix usage of whitespaces and on indentation
Mauro Carvalho Chehab
1
-1
/
+1
2017-10-31
media: v4l: async: Move async subdev notifier operations to a separate structure
Laurent Pinchart
1
-1
/
+5
2017-10-31
media: omap3isp: Print the name of the entity where no source pads could be f...
Sakari Ailus
1
-2
/
+2
2017-10-31
media: omap3isp: Fix check for our own sub-devices
Sakari Ailus
1
-1
/
+1
2017-10-31
media: omap3isp: Use generic parser for parsing fwnode endpoints
Sakari Ailus
1
-82
/
+39
2017-08-26
media: omap3isp: fix uninitialized variable use
Arnd Bergmann
1
-1
/
+1
2017-08-20
media: Convert to using %pOF instead of full_name
Rob Herring
1
-4
/
+4
2017-08-20
media: omap3isp: Quit using struct v4l2_subdev.host_priv field
Sakari Ailus
1
-22
/
+7
2017-08-20
media: omap3isp: Parse CSI1 configuration from the device tree
Pavel Machek
1
-27
/
+78
2017-07-26
media: v4l: omap3isp: Get the parallel bus type from DT
Laurent Pinchart
1
-0
/
+1
2017-07-19
media: omap3isp: Ignore endpoints with invalid configuration
Sakari Ailus
1
-3
/
+5
2017-07-19
media: omap3isp: Return -EPROBE_DEFER if the required regulators can't be obt...
Pavel Machek
1
-1
/
+2
2017-07-19
media: omap3isp: Explicitly set the number of CSI-2 lanes used in lane cfg
Sakari Ailus
1
-1
/
+4
2017-07-19
media: omap3isp: Destroy CSI-2 phy mutexes in error and module removal
Sakari Ailus
1
-2
/
+4
2017-07-19
media: omap3isp: Check for valid port in endpoints
Sakari Ailus
1
-1
/
+1
2017-06-06
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
1
-23
/
+26
2017-04-20
omap3isp: Remove iommu_group related code
Suman Anna
1
-17
/
+0
2016-11-16
[media] v4l: omap3isp: Fix OF node double put when parsing OF graph
Laurent Pinchart
1
-10
/
+9
2016-10-21
[media] omap3isp: don't break long lines
Mauro Carvalho Chehab
1
-2
/
+2
2016-09-09
[media] media: Move media_device link_notify operation to an ops structure
Laurent Pinchart
1
-1
/
+5
2016-03-03
[media] v4l: omap3isp: Use V4L2 graph PM operations
Sakari Ailus
1
-211
/
+2
[next]