index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
i2c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-18
media: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
22
-71
/
+2
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
4
-4
/
+4
2025-07-10
media: adv748x: Remove g_pixelaspect implementation
Niklas Söderlund
2
-27
/
+0
2025-07-10
media: adv7180: Remove g_pixelaspect implementation
Niklas Söderlund
1
-16
/
+0
2025-07-10
media: i2c: imx290: Remove unneeded assignment of subdev device pointer
Niklas Söderlund
1
-1
/
+0
2025-07-10
media: ov2659: Fix memory leaks in ov2659_probe()
Zhang Shurong
1
-1
/
+2
2025-07-10
media: hi556: correct the test pattern configuration
Bingbu Cao
1
-12
/
+14
2025-07-10
media: i2c: Automatically select common options for lens drivers
Hans de Goede
1
-26
/
+12
2025-07-10
media: hi556: Support full range of power rails
Hans de Goede
1
-18
/
+22
2025-07-10
media: hi556: Fix reset GPIO timings
Hans de Goede
1
-1
/
+6
2025-07-08
media: i2c: adv7604/tc358743/tda1997x: HPD low for HZ / 7
Hans Verkuil
3
-6
/
+6
2025-06-30
media: i2c: max96714: Drop check on number of active routes
Laurent Pinchart
1
-7
/
+0
2025-06-30
media: i2c: ds90ub960: Drop check on number of active routes
Laurent Pinchart
1
-8
/
+0
2025-06-30
media: i2c: ds90ub953: Drop check on number of active routes
Laurent Pinchart
1
-8
/
+0
2025-06-30
media: i2c: ds90ub913: Drop check on number of active routes
Laurent Pinchart
1
-8
/
+0
2025-06-30
media: i2c: vd55g1: Use first index of mbus codes array as default
Benjamin Mugnier
1
-11
/
+10
2025-06-30
media: i2c: vd55g1: Setup sensor external clock before patching
Benjamin Mugnier
1
-2
/
+3
2025-06-30
media: i2c: vd55g1: Fix return code in vd55g1_enable_streams error path
Benjamin Mugnier
1
-1
/
+1
2025-06-30
media: i2c: vd55g1: Fix RATE macros not being expressed in bps
Benjamin Mugnier
1
-2
/
+2
2025-06-30
media: dw9714: add support for powerdown pin
Matthias Fend
2
-1
/
+15
2025-06-30
media: dw9714: move power sequences to dedicated functions
Matthias Fend
1
-15
/
+29
2025-06-30
media: dw9714: coding style fixes
Matthias Fend
1
-3
/
+3
2025-06-30
media: ov8865: Improve error logging when fwnode is not found
Hans de Goede
1
-1
/
+2
2025-06-30
media: ov7251: Improve error logging when fwnode is not found
Hans de Goede
1
-1
/
+6
2025-06-30
media: ov5693: Improve error logging when fwnode is not found
Hans de Goede
1
-1
/
+6
2025-06-30
media: ov2740: Remove shorthand variables
Sakari Ailus
1
-11
/
+7
2025-06-30
media: i2c: Defer ov5670_probe() if endpoint not found
Daniel Scally
1
-2
/
+7
2025-06-30
media: i2c: set lt6911uxe's reset_gpio to GPIOD_OUT_LOW
Dongcheng Yan
1
-1
/
+1
2025-06-30
media: mt9m114: Fix deadlock in get_frame_interval/set_frame_interval
Mathis Foerst
1
-8
/
+0
2025-06-30
media: mt9m114: Factor out mt9m114_configure_pa
Mathis Foerst
1
-42
/
+53
2025-06-30
media: mt9m114: Bypass PLL if required
Mathis Foerst
1
-18
/
+50
2025-06-30
media: i2c: imx214: Remove hard-coded external clock frequency
André Apitzsch
1
-6
/
+0
2025-06-30
media: i2c: imx214: Make use of CCS PLL calculator
André Apitzsch
2
-39
/
+175
2025-06-30
media: i2c: imx214: Prepare for variable clock frequency
André Apitzsch
1
-23
/
+31
2025-06-30
media: i2c: imx214: Reorder imx214_parse_fwnode call
André Apitzsch
1
-4
/
+4
2025-06-30
media: i2c: imx415: Request the sensor clock without a name
Matthias Fend
1
-1
/
+1
2025-06-30
media: i2c: max96717: Drop unused field assignment
Andy Shevchenko
2
-2
/
+1
2025-06-17
media: saa7115: Replace open-coded parity calculation with parity8()
Kuan-Wei Chiu
1
-10
/
+2
2025-06-17
media: tc358743: Return an appropriate colorspace from tc358743_set_fmt
Dave Stevenson
1
-27
/
+17
2025-06-17
media: tc358743: Check I2C succeeded during probe
Dave Stevenson
1
-4
/
+23
2025-06-17
media: tc358743: Increase FIFO trigger level to 374
Dave Stevenson
1
-2
/
+13
2025-06-17
media: tc358743: Add support for 972Mbit/s link freq
Dave Stevenson
1
-14
/
+34
2025-06-17
media: i2c: max9286: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-4
/
+4
2025-06-17
media: i2c: max96717: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-5
/
+5
2025-06-17
media: i2c: ds90ub913: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-3
/
+3
2025-06-17
media: i2c: ds90ub953: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-6
/
+5
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+2
2025-05-30
Merge tag 'i2c-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-26
/
+46
2025-05-28
Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
32
-2050
/
+8901
2025-05-23
Merge tag 'i2c-host-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
1
-1
/
+4
[next]