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
/
marvell-ccic
/
mmp-driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-18
media: platform: rename marvell-ccic/ to marvell/
Mauro Carvalho Chehab
1
-380
/
+0
2022-01-28
media: marvell-ccic: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-5
/
+3
2021-09-30
media: v4l: async: Rename async nf functions, clean up long lines
Sakari Ailus
1
-3
/
+3
2021-02-06
media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() API
Laurent Pinchart
1
-2
/
+2
2021-02-06
media: marvell-ccic: Use v4l2_async_notifier_add_*_subdev
Ezequiel Garcia
1
-3
/
+8
2020-11-16
media: marvell-ccic: Fix -Wunused-function warnings
YueHaibing
1
-2
/
+2
2020-09-26
media: marvell-ccic: mmp: mark PM functions as __maybe_unused
Wei Yongjun
1
-2
/
+2
2020-08-29
media: marvell-ccic: add support for runtime PM
Lubomir Rintel
1
-3
/
+40
2020-08-29
media: marvell-ccic: mmp: use generic dev_pm_ops
Lubomir Rintel
1
-12
/
+6
2020-08-29
media: marvell-ccic: mmp: get rid of mmpcam_devices list
Lubomir Rintel
1
-70
/
+8
2019-07-25
media: marvell-ccic: mmp: add MODULE_DEVICE_TABLE
Lubomir Rintel
1
-0
/
+1
2019-06-24
media: marvell-ccic: mmp: don't chicken out w/o pdata
Lubomir Rintel
1
-3
/
+0
2019-06-24
media: marvell-ccic: provide a clock for the sensor
Lubomir Rintel
1
-136
/
+16
2019-06-24
media: marvell-ccic: use async notifier to get the sensor
Lubomir Rintel
1
-11
/
+16
2019-06-24
media: marvell-ccic/mmp: add devicetree support
Lubomir Rintel
1
-9
/
+27
2019-06-24
media: marvell-ccic: rename the clocks
Lubomir Rintel
1
-1
/
+1
2019-06-24
media: marvell-ccic/mmp: enable clock before accessing registers
Lubomir Rintel
1
-2
/
+1
2019-06-24
media: marvell-ccic: drop unused stuff
Lubomir Rintel
1
-2
/
+0
2019-06-24
media: Revert "[media] marvell-ccic: reset ccic phy when stop streaming for s...
Lubomir Rintel
1
-25
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 172
Thomas Gleixner
1
-3
/
+1
2019-03-01
media: platform: fix several typos
Mauro Carvalho Chehab
1
-2
/
+2
2018-10-04
media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHY
Sakari Ailus
1
-1
/
+1
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2018-05-17
i2c: gpio: move header to platform_data
Wolfram Sang
1
-1
/
+1
2018-04-17
media: mmp-driver: add needed __iomem marks to power_regs
Mauro Carvalho Chehab
1
-1
/
+1
2018-04-17
media: mmp-driver: make two functions static
Mauro Carvalho Chehab
1
-2
/
+2
2015-11-17
[media] include/media: move platform_data to linux/platform_data/media
Mauro Carvalho Chehab
1
-1
/
+1
2015-05-01
[media] marvell-ccic: fill in bus_info
Hans Verkuil
1
-0
/
+1
2014-10-20
media: platform: marvell-ccic: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2013-12-09
[media] media: marvell-ccic: use devm to release clk
Libin Yang
1
-31
/
+8
2013-11-29
[media] marvell-ccic: drop resource free in driver remove
Libin Yang
1
-7
/
+0
2013-10-17
[media] marvell-ccic: drop free_irq for devm_request_irq allocated irq
Wei Yongjun
1
-1
/
+0
2013-08-22
[media] marvell-ccic/mmp-driver.c: simplify use of devm_ioremap_resource
Julia Lawall
1
-8
/
+0
2013-07-26
[media] marvell-ccic: switch to resource managed allocation and request
Libin Yang
1
-38
/
+22
2013-07-26
[media] marvell-ccic: reset ccic phy when stop streaming for stability
Libin Yang
1
-0
/
+25
2013-07-26
[media] marvell-ccic: add clock tree support for marvell-ccic driver
Libin Yang
1
-0
/
+61
2013-07-26
[media] marvell-ccic: add MIPI support for marvell-ccic driver
Libin Yang
1
-5
/
+131
2013-06-17
[media] marvell-ccic: check register address
Hans Verkuil
1
-0
/
+1
2013-06-17
[media] marvell-ccic: remove g_chip_ident
Hans Verkuil
1
-2
/
+1
2012-08-15
[media] rename drivers/media/video as .../platform
Mauro Carvalho Chehab
1
-0
/
+380