index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
imx219.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-11
media: i2c: imx219: Check return value of devm_gpiod_get_optional() in imx219...
Chen Ni
1
-0
/
+3
2026-01-16
media: i2c: imx219: Inline imx219_update_pad_format() in its caller
Laurent Pinchart
1
-16
/
+13
2025-11-13
media: i2c: imx219: Replace exposure magic value with named constant
Tarang Raval
1
-6
/
+7
2025-11-13
media: i2c: imx219: Propagate errors from control range updates
Tarang Raval
1
-21
/
+40
2025-10-29
media: i2c: imx219: Simplify imx219_get_binning() function
Jai Luthra
1
-13
/
+3
2025-10-29
media: i2c: imx219: Fix 1920x1080 mode to use 1:1 pixel aspect ratio
Dave Stevenson
1
-3
/
+6
2025-10-02
Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-1
/
+5
2025-08-25
media: i2c: imx: Add note to prevent buggy code re-use
Krzysztof Kozlowski
1
-0
/
+4
2025-08-18
media: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-2
/
+0
2025-08-13
media: i2c: imx219: Use the v4l2 helper for obtaining the clock
Mehdi Djait
1
-1
/
+1
2025-04-25
media: i2c: imx219: media: i2c: imx219: Enable runtime PM autosuspend
Tarang Raval
1
-2
/
+6
2025-04-25
media: i2c: imx219: switch to {enable,disable}_streams
Tarang Raval
1
-19
/
+11
2025-03-04
media: i2c: imx219: Only use higher LLP_MIN for binned resolutions
Jai Luthra
1
-9
/
+19
2025-03-04
media: i2c: imx219: Use subdev state to calculate binning and pixelrate
Jai Luthra
1
-8
/
+7
2025-03-04
media: i2c: imx219: Simplify binning mode
Jai Luthra
1
-30
/
+25
2025-03-04
media: i2c: imx219: remove context around case
Cosmin Tanislav
1
-2
/
+1
2025-02-15
media: i2c: imx219: Scale the pixel rate for analog binning
Jai Luthra
1
-45
/
+81
2025-02-15
media: i2c: imx219: Increase minimum LLP to fix blocky artefacts
Jai Luthra
1
-5
/
+5
2025-02-15
media: i2c: imx219: make HBLANK r/w to allow longer exposures
Dave Stevenson
1
-20
/
+28
2025-02-15
media: i2c: imx219: Rename VTS to FRM_LENGTH
Jai Luthra
1
-16
/
+15
2025-02-15
media: i2c: imx219: Correct the minimum vblanking value
David Plowman
1
-1
/
+1
2025-02-15
media: imx219: Adjust PLL settings based on the number of MIPI lanes
Dave Stevenson
1
-24
/
+69
2025-02-15
media: i2c: imx219: Rectify runtime PM handling in probe and remove
Sakari Ailus
1
-5
/
+8
2024-11-07
media: i2c: Drop HAS_EVENTS and event handlers
Tommaso Merciai
1
-9
/
+1
2024-06-15
media: i2c: imx219: fix msr access command sequence
Conor Dooley
1
-1
/
+1
2024-04-26
media: i2c: imx219: Use dev_err_probe on probe
Umang Jain
1
-42
/
+35
2023-12-04
media: v4l2-subdev: Rename .init_cfg() operation to .init_state()
Laurent Pinchart
1
-3
/
+6
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
1
-6
/
+6
2023-10-07
media: i2c: imx219: Move variables to inner scope
Laurent Pinchart
1
-1
/
+4
2023-10-07
media: i2c: imx219: Name all subdev state variables 'state'
Laurent Pinchart
1
-7
/
+7
2023-10-07
media: i2c: imx219: Calculate crop rectangle dynamically
Laurent Pinchart
1
-30
/
+15
2023-10-07
media: i2c: imx219: Separate horizontal and vertical binning
Laurent Pinchart
1
-12
/
+27
2023-10-07
media: i2c: imx219: Implement .init_cfg() using .set_fmt()
Laurent Pinchart
1
-22
/
+18
2023-10-07
media: i2c: imx219: Remove unneeded goto
Laurent Pinchart
1
-10
/
+2
2023-10-07
media: i2c: imx219: Group functions by purpose
Laurent Pinchart
1
-283
/
+298
2023-10-07
media: i2c: imx219: Drop IMX219_VTS_* macros
Laurent Pinchart
1
-8
/
+4
2023-10-07
media: i2c: imx219: Don't store the current mode in the imx219 structure
Laurent Pinchart
1
-13
/
+7
2023-10-07
media: i2c: imx219: Access height from active format in imx219_set_ctrl
Laurent Pinchart
1
-2
/
+7
2023-10-07
media: i2c: imx219: Infer binning settings from format and crop
Laurent Pinchart
1
-8
/
+1
2023-10-07
media: i2c: imx219: Use active crop rectangle to configure registers
Laurent Pinchart
1
-11
/
+11
2023-10-07
media: i2c: imx219: Initialize ycbcr_enc
Laurent Pinchart
1
-0
/
+1
2023-10-07
media: i2c: imx219: Merge format and binning setting functions
Laurent Pinchart
1
-33
/
+10
2023-10-07
media: i2c: imx219: Set mode registers programmatically
Laurent Pinchart
1
-98
/
+36
2023-10-07
media: i2c: imx219: Fix test pattern window for 640x480 mode
Laurent Pinchart
1
-2
/
+2
2023-10-07
media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common regs array
Laurent Pinchart
1
-1
/
+0
2023-10-07
media: i2c: imx219: Replace register addresses with macros
Laurent Pinchart
1
-88
/
+81
2023-10-07
media: i2c: imx219: Drop unused macros
Laurent Pinchart
1
-10
/
+0
2023-10-07
media: i2c: imx219: Convert to CCI register access helpers
Laurent Pinchart
1
-294
/
+219
2023-09-27
media: i2c: imx219: Drop system suspend and resume handlers
Laurent Pinchart
1
-41
/
+0
2023-09-27
media: i2c: imx219: Drop check for reentrant .s_stream()
Laurent Pinchart
1
-3
/
+0
[next]