index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
/
atomisp
Age
Commit message (
Expand
)
Author
Lines
2024-04-26
media: atomisp: Drop atomisp_pipe_check() from atomisp_link_setup()
Hans de Goede
-7
/
+1
2024-04-26
media: atomisp: Call media_pipeline_alloc_start() in stream start
Hans de Goede
-0
/
+16
2024-04-26
media: atomisp: Propagate v4l2_mbus_framefmt.field to CSI port sink pad
Hans de Goede
-0
/
+3
2024-04-26
media: atomisp: Propagate set_fmt on sensor results to CSI port
Hans de Goede
-14
/
+12
2024-04-26
media: atomisp: Ensure CSI-receiver[x] -> ISP links correctly reflect current...
Hans de Goede
-1
/
+46
2024-04-26
media: atomisp: Simplify atomisp_s_input() input argument checking
Hans de Goede
-12
/
+6
2024-04-26
media: atomisp: Add atomisp_select_input() helper
Hans de Goede
-18
/
+32
2024-04-26
media: atomisp: Turn on sensor power from atomisp_set_fmt()
Hans de Goede
-0
/
+11
2024-04-26
media: atomisp: Add atomisp_s_sensor_power() helper
Hans de Goede
-35
/
+26
2024-04-26
media: atomisp: Get rid of PCI device ID hack check
Andy Shevchenko
-22
/
+21
2024-04-26
media: atomisp: Replace open-coded i2c_find_device_by_fwnode()
Andy Shevchenko
-6
/
+2
2024-04-26
media: atomisp: Put PMIC device after getting its I²C address
Andy Shevchenko
-5
/
+8
2024-04-26
media: atomisp: Remove unsused macros
Andy Shevchenko
-60
/
+4
2024-04-26
media: staging: media: atomisp: Remove extra whitespace after opening parenth...
Jonathan Bergh
-2
/
+2
2024-04-26
media: staging: media: atomisp: Fix various multiline block comment formattin...
Jonathan Bergh
-16
/
+18
2024-04-26
media: staging: media: atomisp: Remove old commented code and fix multiple bl...
Jonathan Bergh
-39
/
+49
2024-04-26
media: staging: media: atomisp: Remove unneeded return statement from void fu...
Jonathan Bergh
-2
/
+0
2024-04-26
media: staging: media: atomisp: Remove unnecessary parentheses from condition...
Jonathan Bergh
-1
/
+1
2024-04-26
media: staging: media: atomisp: Ensure trailing statements are on a newline a...
Jonathan Bergh
-2
/
+4
2024-04-26
media: staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned ...
Jonathan Bergh
-1
/
+1
2024-04-26
media: staging: media: atomisp: Remove unnecessary braces from single line co...
Jonathan Bergh
-8
/
+7
2024-04-26
media: staging: media: atomisp: Fix formatting issues and minor code issue
Jonathan Bergh
-7
/
+7
2024-04-26
media: staging: media: atomisp: Fix various formatting issues and remove unne...
Jonathan Bergh
-7
/
+8
2024-04-26
media: atomisp: Initialize sequence counters to 0 instead of -1
Hans de Goede
-3
/
+3
2024-04-26
media: atomisp: Disable broken V4L2_PIX_FMT_RGBX32 output support
Hans de Goede
-6
/
+11
2024-04-26
media: atomisp: Replace V4L2_PIX_FMT_RGB32 with V4L2_PIX_FMT_RGBX32
Hans de Goede
-3
/
+3
2024-04-26
media: atomisp: Drop second V4L2_PIX_FMT_UYVY atomisp_output_fmts[] entry
Hans de Goede
-6
/
+0
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
-1
/
+1
2024-04-11
media: atomisp: Implement link_setup() op for ISP subdev MC entity
Hans de Goede
-0
/
+52
2024-04-11
media: atomisp: Make MC link from ISP to /dev/video# output node immutable
Hans de Goede
-1
/
+2
2024-04-11
media: atomisp: Change ISP subdev name to "ATOM ISP"
Hans de Goede
-1
/
+1
2024-04-11
media: atomisp: Add DMABUF support
Hans de Goede
-1
/
+2
2024-04-11
media: atomisp: Stop setting sd->devnode for the ATOMISP_SUBDEV v4l2-subdev
Hans de Goede
-1
/
+0
2024-04-11
media: atomisp: Remove ISP controls which get passed through to the camera
Hans de Goede
-269
/
+0
2024-04-11
media: atomisp: Remove custom VCM handling
Hans de Goede
-110
/
+3
2024-04-11
media: atomisp: Rename atomisp_set_crop_and_fmt()
Hans de Goede
-6
/
+6
2024-04-11
media: atomisp: Remove isp_subdev_propagate()
Hans de Goede
-31
/
+7
2024-04-11
media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
Zhipeng Lu
-0
/
+1
2024-04-11
media: atomisp: Fix double negation in unsupported revision error
Hans de Goede
-1
/
+1
2024-02-05
media: atomisp: don't use sizeof(NULL)
Hans Verkuil
-1
/
+1
2024-02-05
media: atomisp: make dbgopt static
Hans Verkuil
-1
/
+1
2024-02-01
media: atomisp: Update TODO
Hans de Goede
-10
/
+0
2024-02-01
media: atomisp: Remove unnecessary msleep(10) from atomisp_mrfld_power() erro...
Hans de Goede
-3
/
+0
2024-02-01
media: atomisp: Bind and do power-management without firmware
Hans de Goede
-8
/
+25
2024-02-01
media: atomisp: Move power-management [un]init into atomisp_pm_[un]init()
Hans de Goede
-31
/
+38
2024-02-01
media: atomisp: Replace atomisp_drvfs attr with using driver.dev_groups attr
Hans de Goede
-98
/
+60
2024-02-01
media: atomisp: Fix probe()/remove() power-management
Hans de Goede
-60
/
+36
2024-02-01
media: atomisp: Group cpu_latency_qos_add_request() call together with other ...
Hans de Goede
-3
/
+2
2024-02-01
media: atomisp: Fix atomisp_pci_remove()
Hans de Goede
-3
/
+4
2024-02-01
media: atomisp: Fix probe error-exit path
Hans de Goede
-20
/
+19
[prev]
[next]