index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
pxa_camera.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
media: platform: place Intel drivers on a separate dir
Mauro Carvalho Chehab
1
-2471
/
+0
2022-02-17
media: v4l2-mediabus: Use structures to describe bus configuration
Laurent Pinchart
1
-5
/
+7
2022-01-28
media: pxa_camera: Drop usage of .set_mbus_config()
Laurent Pinchart
1
-5
/
+4
2021-09-30
media: v4l: async: Rename async nf functions, clean up long lines
Sakari Ailus
1
-14
/
+12
2021-06-17
media: v4l2-subdev: add subdev-wide state struct
Tomi Valkeinen
1
-1
/
+4
2021-03-11
media: use getter/setter functions
Julia Lawall
1
-2
/
+2
2021-02-06
media: pxa_camera: Drop the v4l2-clk clock register
Ezequiel Garcia
1
-29
/
+1
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
1
-2
/
+2
2021-02-06
media: pxa-camera: Use v4l2_async_notifier_add_*_subdev
Ezequiel Garcia
1
-34
/
+23
2021-01-27
media: pxa_camera: declare variable when DEBUG is defined
Tom Rix
1
-0
/
+3
2020-11-16
media: pxa_camera: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-29
media: pxa_camera: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-18
media: pxa_camera: Use the new set_mbus_config op
Jacopo Mondi
1
-138
/
+51
2020-07-04
media: pxa_camera: remove an impossible condition
Dan Carpenter
1
-11
/
+8
2020-07-04
media: pxa_camera: update MODULE_DESCRIPTION
Hans Verkuil
1
-1
/
+1
2020-04-14
media: docs: move driver-specific info to driver-api
Mauro Carvalho Chehab
1
-2
/
+2
2020-02-24
media: media/platform: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
1
-1
/
+1
2020-02-24
media: pxa_camera: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-10
/
+10
2019-12-13
media: pxa_camera: add missed tasklet_kill
Chuhong Yuan
1
-0
/
+2
2019-08-26
media: don't do a 31 bit shift on a signed int
Mauro Carvalho Chehab
1
-2
/
+2
2019-07-22
media: pxa_camera: don't set caps in querycap
Hans Verkuil
1
-3
/
+0
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
1
-5
/
+1
2019-06-05
media: platform: Fix Warning of Unneeded Semicolon reported by coccicheck
Shobhit Kukreti
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-03-20
media: pxa-camera: Match with device node, not the port node
Sakari Ailus
1
-1
/
+1
2019-03-01
media: platform: fix several typos
Mauro Carvalho Chehab
1
-1
/
+1
2019-02-07
media: pxa_camera: fix smatch warning
Hans Verkuil
1
-3
/
+5
2018-10-04
media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zero
Sakari Ailus
1
-1
/
+1
2018-10-04
media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHY
Sakari Ailus
1
-1
/
+1
2018-10-04
media: platform: Switch to v4l2_async_notifier_add_subdev
Steve Longerbeam
1
-10
/
+15
2018-10-04
media: pxa_camera: Fix check for pdev->dev.of_node
Nathan Chancellor
1
-1
/
+1
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-4
/
+4
2018-06-18
media: pxa_camera: remove the dmaengine compat need
Robert Jarzmik
1
-19
/
+3
2018-06-16
docs: Fix some broken references
Mauro Carvalho Chehab
1
-2
/
+2
2018-06-05
media: pxa_camera: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_power
Akinobu Mita
1
-12
/
+23
2018-05-28
media: pxa_camera: avoid duplicate s_power calls
Akinobu Mita
1
-5
/
+12
2017-12-29
media: v4l2-async: simplify v4l2_async_subdev structure
Mauro Carvalho Chehab
1
-1
/
+1
2017-12-18
media: pxa_camera: disable and unprepare the clock source on error
Flavio Ceolin
1
-1
/
+3
2017-12-14
media: pxa_camera: rename the soc_camera_ prefix to pxa_camera_
Hans Verkuil
1
-14
/
+14
2017-12-13
media: drivers: media: remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-11-30
media: pxa_camera: get rid of kernel_doc warnings
Mauro Carvalho Chehab
1
-3
/
+6
2017-10-31
media: v4l: async: Move async subdev notifier operations to a separate structure
Laurent Pinchart
1
-2
/
+6
2017-08-20
media: Convert to using %pOF instead of full_name
Rob Herring
1
-1
/
+1
2017-08-20
media: pxa_camera: constify v4l2_clk_ops structure
Julia Lawall
1
-1
/
+1
2017-08-08
media: v4l: use WARN_ON(1) instead of __WARN()
Arnd Bergmann
1
-1
/
+1
2017-07-19
media: v4l: Add support for CSI-1 and CCP2 busses
Sakari Ailus
1
-0
/
+3
2017-07-19
media: pxa_camera: constify vb2_ops structure
Gustavo A. R. Silva
1
-1
/
+1
2017-06-06
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
1
-5
/
+6
2017-06-06
[media] pxa_camera: Fix a call with an uninitialized device pointer
Petr Cvek
1
-2
/
+2
2017-06-06
[media] pxa_camera: Add (un)subscribe_event ioctl
Petr Cvek
1
-0
/
+4
[next]