index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
media: atomisp: Remove a bunch of sensor related custom IOCTLs
Hans de Goede
6
-504
/
+0
2023-06-09
media: atomisp: ov2680: Implement selection support
Hans de Goede
2
-8
/
+128
2023-06-09
media: atomisp: ov2680: Add init_cfg pad-op
Hans de Goede
1
-0
/
+16
2023-06-09
media: atomisp: ov2680: Add missing ov2680_calc_mode() call to probe()
Hans de Goede
1
-2
/
+5
2023-06-09
media: atomisp: ov2680: s/input_lock/lock/
Hans de Goede
2
-9
/
+10
2023-06-09
media: atomisp: ov2680: s/ov2680_device/ov2680_dev/
Hans de Goede
2
-23
/
+23
2023-06-09
media: atomisp: Update TODO
Hans de Goede
1
-182
/
+52
2023-06-09
media: atomisp: Fix buffer overrun in gmin_get_var_int()
Hans de Goede
1
-2
/
+2
2023-06-09
media: atomisp: gmin_platform: fix out_len in gmin_get_config_dsm_var()
Dan Carpenter
1
-1
/
+1
2023-06-09
media: atomisp: Drop v4l2_get_acpi_sensor_info() function
Hans de Goede
1
-240
/
+0
2023-06-09
media: atomisp: gc0310: Turn into standard v4l2 sensor driver
Hans de Goede
2
-11
/
+20
2023-06-09
media: atomisp: ov2680: Turn into standard v4l2 sensor driver
Hans de Goede
3
-25
/
+18
2023-06-09
media: atomisp: Add support for v4l2-async sensor registration
Hans de Goede
7
-22
/
+923
2023-06-09
media: atomisp: move up sanity checks
Hans Verkuil
1
-7
/
+8
2023-06-09
media: atomisp: initialize settings to 0
Hans Verkuil
1
-1
/
+1
2023-06-09
media: atomisp: Switch i2c drivers back to use .probe()
Uwe Kleine-König
7
-7
/
+7
2023-06-09
media: atomisp: Allow camera_mipi_info to be NULL
Hans de Goede
2
-20
/
+19
2023-06-09
media: atomisp: Move pad linking to atomisp_register_device_nodes()
Hans de Goede
3
-37
/
+15
2023-06-09
media: atomisp: Delay mapping sensors to inputs till atomisp_register_device_...
Hans de Goede
2
-39
/
+45
2023-06-09
media: atomisp: Store number of sensor lanes per port in struct atomisp_device
Hans de Goede
4
-44
/
+20
2023-06-09
media: atomisp: Rename __get_mipi_port() to atomisp_port_to_mipi_port()
Hans de Goede
2
-8
/
+6
2023-06-09
media: atomisp: Remove atomisp_video_init() parametrization
Hans de Goede
5
-24
/
+9
2023-06-09
media: atomisp: Remove unused fields from struct atomisp_input_subdev
Hans de Goede
3
-11
/
+1
2023-06-09
media: atomisp: Drop MRFLD_PORT_NUM define
Hans de Goede
2
-5
/
+4
2023-06-09
media: atomisp: gc0310: Remove gc0310.h
Hans de Goede
2
-310
/
+241
2023-06-09
media: atomisp: gc0310: Remove gc0310_s_config() function
Hans de Goede
1
-15
/
+5
2023-06-09
media: atomisp: gc0310: Cleanup includes
Hans de Goede
1
-14
/
+7
2023-06-09
media: atomisp: gc0310: Fix double free in gc0310_remove()
Hans de Goede
1
-1
/
+1
2023-06-09
media: atomisp: gc0310: Drop XXGC0310 ACPI hardware-id
Hans de Goede
1
-1
/
+0
2023-06-09
media: atomisp: Set asd.subdev.devnode once from isp_subdev_init_entities()
Hans de Goede
2
-4
/
+1
2023-06-09
media: atomisp: Remove in_reset argument from atomisp_css_start()
Hans de Goede
4
-13
/
+10
2023-06-09
media: atomisp: Remove unused atomisp_get_css_pipe_id() function
Hans de Goede
2
-31
/
+0
2023-06-09
media: atomisp: Remove unused css_pipe_id argument from atomisp_css_[start|st...
Hans de Goede
4
-20
/
+8
2023-06-09
media: atomisp: Remove atomisp_[sub]dev_users()
Hans de Goede
2
-13
/
+0
2023-06-09
media: atomisp: Allow system suspend to continue with open /dev/video# nodes
Hans de Goede
2
-8
/
+16
2023-06-09
media: atomisp: Rename atomisp_destroy_pipes_stream_force() to atomisp_destro...
Hans de Goede
3
-7
/
+7
2023-06-09
media: atomisp: Simplify atomisp_isr() and recovery_work()
Hans de Goede
1
-78
/
+50
2023-06-09
media: atomisp: Remove atomisp_streaming_count()
Hans de Goede
4
-11
/
+4
2023-06-09
media: atomisp: Remove no longer used atomisp_css_flush()
Hans de Goede
2
-21
/
+6
2023-06-09
media: atomisp: Turn asd->streaming state tracker into a bool
Hans de Goede
7
-26
/
+17
2023-06-09
media: atomisp: Simplify atomisp_pipe_check()
Hans de Goede
1
-16
/
+0
2023-06-09
media: atomisp: Simplify atomisp_open() and atomisp_release()
Hans de Goede
1
-26
/
+0
2023-06-09
media: atomisp: Simplify atomisp_css_[start|stop]()
Hans de Goede
1
-48
/
+20
2023-06-09
media: atomisp: Simplify atomisp_[start|stop]_streaming()
Hans de Goede
1
-71
/
+16
2023-06-09
media: atomisp: Remove atomisp_sensor_start_stream()
Hans de Goede
1
-36
/
+0
2023-06-09
media: atomisp: Remove isp_timeout flag
Hans de Goede
3
-13
/
+4
2023-06-09
media: atomisp: Remove unused mipi_frame_size field from atomisp_[sub_]device
Hans de Goede
3
-5
/
+0
2023-06-09
media: atomisp: Remove a bunch of unused atomisp_css_*() functions
Hans de Goede
2
-128
/
+0
2023-06-09
media: atomisp: Remove atomisp_subdev_register_video_nodes() helper
Hans de Goede
3
-21
/
+3
2023-06-09
media: atomisp: Remove 1 line atomisp_flush_bufs_and_wakeup() helper
Hans de Goede
2
-8
/
+1
[next]