index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
atmel
/
atmel-isc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-21
media: atmel: atmel-isc: split driver into driver base and isc
Eugen Hristev
1
-2631
/
+0
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
1
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 448
Thomas Gleixner
1
-4
/
+1
2019-05-21
media: atmel: atmel-isc: make try_fmt error less verbose
Eugen Hristev
1
-1
/
+2
2019-05-21
media: atmel: atmel-isc: add support for DO_WHITE_BALANCE
Eugen Hristev
1
-7
/
+59
2019-05-21
media: atmel: atmel-isc: reworked white balance feature
Eugen Hristev
1
-23
/
+177
2019-05-08
media: atmel: atmel-isc: fix asd memory allocation
Eugen Hristev
1
-2
/
+6
2019-05-08
media: atmel: atmel-isc: fix INIT_WORK misplacement
Eugen Hristev
1
-2
/
+2
2019-05-08
media: atmel: atmel-isc: limit incoming pixels per frame
Eugen Hristev
1
-0
/
+34
2019-04-22
media: atmel: atmel-isc: removed ARGB32 added ABGR32 and XBGR32
Eugen Hristev
1
-4
/
+10
2019-04-22
media: atmel: atmel-isc: reworked driver and formats
Eugen Hristev
1
-417
/
+480
2019-03-19
media: atmel-isc: Add support for BT656 with CRC decoding
Ken Sloat
1
-1
/
+6
2018-10-04
media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zero
Sakari Ailus
1
-1
/
+2
2018-10-04
media: platform: Switch to v4l2_async_notifier_add_subdev
Steve Longerbeam
1
-3
/
+12
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
1
-3
/
+3
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-1
/
+1
2018-02-26
media: atmel-isc: Make local symbol fmt_configs_list static
Wei Yongjun
1
-1
/
+1
2018-02-22
media: convert g/s_parm to g/s_frame_interval in subdevs
Hans Verkuil
1
-8
/
+2
2017-12-29
media: v4l2-async: simplify v4l2_async_subdev structure
Mauro Carvalho Chehab
1
-1
/
+1
2017-12-11
media: atmel-isc: avoid returning a random value at isc_parse_dt()
Mauro Carvalho Chehab
1
-2
/
+2
2017-10-31
media: v4l: async: Move async subdev notifier operations to a separate structure
Laurent Pinchart
1
-3
/
+7
2017-10-31
media: atmel-isc: Fix clock ID for clk_prepare/unprepare
Wenyou Yang
1
-4
/
+4
2017-10-31
media: atmel-isc: get rid of an unused var
Mauro Carvalho Chehab
1
-3
/
+0
2017-10-27
media: atmel-isc: Rework the format list
Wenyou Yang
1
-119
/
+411
2017-10-27
media: atmel-isc: Remove unnecessary member
Wenyou Yang
1
-8
/
+2
2017-10-27
media: atmel-isc: Enable the clocks during probe
Wenyou Yang
1
-4
/
+30
2017-10-27
media: atmel-isc: Add prepare and unprepare ops
Wenyou Yang
1
-0
/
+40
2017-10-27
media: atmel-isc: Add spin lock for clock enable ops
Wenyou Yang
1
-1
/
+14
2017-09-23
media: drivers: Adjust checks for null pointers
Markus Elfring
1
-3
/
+3
2017-09-23
media: drivers: improve a size determination
Markus Elfring
1
-1
/
+1
2017-09-23
media: drivers: delete error messages for failed memory allocation
Markus Elfring
1
-3
/
+1
2017-08-20
media: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-07-19
media: atmel-isc: constify vb2_ops structure
Gustavo A. R. Silva
1
-1
/
+1
2017-06-06
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
1
-5
/
+8
2017-06-06
[media] atmel-isc: Set the default DMA memory burst size
Songjun Wu
1
-11
/
+12
2017-04-19
[media] atmel-isc: Fix the static checker warning
Songjun Wu
1
-0
/
+1
2017-04-05
[media] atmel-isc: fix off-by-one comparison and out of bounds read issue
Colin Ian King
1
-1
/
+1
2017-03-03
[media] atmel-isc: add the isc pipeline function
Songjun Wu
1
-106
/
+521
2016-11-22
[media] atmel-isc: fix error return code in atmel_isc_probe()
Wei Yongjun
1
-0
/
+1
2016-10-24
[media] atmel-isc: start dma in some scenario
Songjun Wu
1
-1
/
+7
2016-09-19
[media] atmel-isc: mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2016-09-19
[media] atmel-isc: set the format on the first open
Songjun Wu
1
-12
/
+18
2016-09-06
[media] atmel-isc: remove the warning
Songjun Wu
1
-1
/
+1
2016-08-22
[media] atmel-isc: add the Image Sensor Controller code
Songjun Wu
1
-0
/
+1514