index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
m5mols
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] convert drivers/media/* to use module_i2c_driver()
Axel Lin
2012-03-08
1
-12
/
+1
*
[media] m5mols: Make subdev name independent of the I2C slave address
Sylwester Nawrocki
2012-03-08
1
-1
/
+1
*
[media] m5mols: Enable v4l subdev device node
Sylwester Nawrocki
2011-12-30
1
-0
/
+1
*
[media] m5mols: Change auto exposure control default value to AUTO
Sylwester Nawrocki
2011-12-30
1
-1
/
+1
*
[media] m5mols: Do not reset the configured pixel format when unexpected
Sylwester Nawrocki
2011-12-30
1
-7
/
+2
*
[media] m5mols: Move the control handler initialization to probe()
Sylwester Nawrocki
2011-12-30
1
-15
/
+46
*
[media] m5mols: Don't ignore v4l2_ctrl_handler_setup() return value
Sylwester Nawrocki
2011-12-30
3
-23
/
+23
*
[media] m5mols: Change the end of frame v4l2_subdev notification id
Sylwester Nawrocki
2011-12-30
1
-2
/
+11
*
[media] m5mols: Optimize the capture set up sequence
HeungJun Kim
2011-12-30
2
-25
/
+12
*
[media] m5mols: Add support for the system initialization interrupt
HeungJun Kim
2011-12-30
3
-38
/
+55
*
[media] m5mols: Remove mode_save field from struct m5mols_info
Sylwester Nawrocki
2011-12-30
2
-9
/
+6
*
[media] m5mols: Improve the interrupt handling routines
HeungJun Kim
2011-12-30
3
-74
/
+25
*
[media] m5mols: Extend the busy wait helper
HeungJun Kim
2011-12-30
2
-15
/
+42
*
[media] m5mols: Simplify the I2C registers definition
Sylwester Nawrocki
2011-12-30
3
-153
/
+102
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-12-20
2
-15
/
+9
|
\
|
*
[media] m5mols: Fix logic in sanity check
Thomas Jarosch
2011-12-11
1
-1
/
+1
|
*
[media] m5mols: Fix set_fmt to return proper pixel format code
Sylwester Nawrocki
2011-11-24
2
-14
/
+8
*
|
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
drivers/media: Add module.h to all files using it implicitly
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
[media] m5mols: Remove superfluous irq field from the platform data struct
Sylwester Nawrocki
2011-09-24
1
-3
/
+3
|
/
*
[media] Stop using linux/version.h on the remaining video drivers
Mauro Carvalho Chehab
2011-07-27
2
-3
/
+0
*
[media] m5mols: Use proper email address format
HeungJun, Kim
2011-06-11
5
-10
/
+10
*
[media] m5mols: remove union in the m5mols_get_version(), and VERSION_SIZE
HeungJun, Kim
2011-06-11
3
-27
/
+37
*
[media] m5mols: add m5mols_read_u8/u16/u32() according to I2C byte width
HeungJun, Kim
2011-06-11
4
-64
/
+104
*
[media] m5mols: Fix capture image size register definition
HeungJun, Kim
2011-06-11
1
-2
/
+2
*
[media] Add support for M-5MOLS 8 Mega Pixel camera ISP
HeungJun, Kim
2011-05-25
7
-0
/
+2197