Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ea010e5188dab61b64c1ad0221adc271039e7775
/
drivers
/
video
/
exynos
71f777e
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
ba52b7d
video: exynos_mipi_dsim: Remove unused variable
by Olof Johansson
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
f0d55cc1
Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
by Linus Torvalds
· 11 years ago
8900346
video: exynos_mipi_dsi: Unlock the mutex before returning
by Sachin Kamat
· 11 years ago
cf6ac4ce
video: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
8114fab
video: exynos_dp: Use the generic PHY driver
by Jingoo Han
· 11 years ago
f9b1e01
video: exynos_dp: remove non-DT support for Exynos Display Port
by Jingoo Han
· 11 years ago
7e0be9f
video: exynos_mipi_dsim: Use the generic PHY driver
by Sylwester Nawrocki
· 11 years ago
05e2190
video: exynos: Ensure definitions match prototypes
by Mark Brown
· 11 years ago
5d434fc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
6637eca
drivers/video/exynos/exynos_mipi_dsi.c: convert to devm_ioremap_resource()
by Sachin Kamat
· 12 years ago
0156238
video/exynos: remove unnecessary header inclusions
by Arnd Bergmann
· 12 years ago
1051e9b
treewide: Fix typos in kernel messages
by Masanari Iida
· 12 years ago
7c2db36
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 12 years ago
9ea8b9a
video: exynos_dp: move disable_irq() to exynos_dp_suspend()
by Ajay Kumar
· 12 years ago
d3ed970
video: exynos_dp: add missing of_node_put()
by Jingoo Han
· 12 years ago
f18acde
drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIs
by Sachin Kamat
· 12 years ago
0c98082
drivers/video/exynos/exynos_mipi_dsi.c: fix an error check condition
by Sachin Kamat
· 12 years ago
a25fc87
drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.c
by Sachin Kamat
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
1eaec82
Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
76bf722
fb/exynos: include platform_device.h
by Arnd Bergmann
· 12 years ago
bc3bad1
video: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
48c68c4
Drivers: video: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
7d0315a
video/exynos: don't use [delayed_]work_pending()
by Tejun Heo
· 12 years ago
3fcb6eb
video: exynos_dp: remove redundant parameters
by Ajay Kumar
· 12 years ago
2f85f97
video: exynos_dp: Fix incorrect setting for INT_CTL
by Ajay Kumar
· 12 years ago
22ce19c
video: exynos_dp: Reset and initialize DP before requesting irq
by Ajay Kumar
· 12 years ago
c30ffb9
video: exynos_dp: Enable hotplug interrupts
by Sean Paul
· 12 years ago
784fa9a
video: exynos_dp: Move hotplug into a workqueue
by Sean Paul
· 12 years ago
2c95a81
video: exynos_dp: Remove sink control to D0
by Sean Paul
· 12 years ago
1cefc1d
video: exynos_dp: Fix bug when checking dp->irq
by Sean Paul
· 12 years ago
99f5415
video: exynos_dp: Improve EDID error handling
by Sean Paul
· 12 years ago
49ce41f
video: exynos_dp: Get pll lock before pattern set
by Sean Paul
· 12 years ago
fadec4b
video: exynos_dp: Clean up SW link training
by Sean Paul
· 12 years ago
ace2d7f
video: exynos_dp: Check DPCD return codes
by Sean Paul
· 12 years ago
c4e235c
video: exynos_dp: Add device tree support to DP driver
by Ajay Kumar
· 12 years ago
5f76945
Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6
by Linus Torvalds
· 12 years ago
37414fb
video: exynos_dp: use clk_prepare_enable and clk_disable_unprepare
by Jingoo Han
· 12 years ago
36141e5
drivers/video/exynos/exynos_mipi_dsi.c: fix error return code
by Peter Senna Tschudin
· 12 years ago
99dbb16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
ebe9f7b
video: exynos_mipi_dsi: Remove unnecessary NULL check
by Sachin Kamat
· 12 years ago
c520f9f
video: exynos_mipi_dsi: Remove unused code
by Sachin Kamat
· 12 years ago
5fdc62c
video: exynos_dp: increase AUX channel voltage level
by Jingoo Han
· 12 years ago
e3c0200
video: exynos_dp: add bit-masking for LINK_TRAINING_CTL register
by Jingoo Han
· 12 years ago
e75478b
video: exynos_dp: replace link_status with link_align to check channel equalization
by Jingoo Han
· 12 years ago
4907cb7
treewide: fix comment/printk/variable typos
by Anatol Pomozov
· 12 years ago
75435c7
video: exynos_dp: move setting analog parameter and interrupt to after sw reset
by Jingoo Han
· 12 years ago
1ec7be9
video: exynos_dp: change return type of exynos_dp_init_video to void
by Jingoo Han
· 12 years ago
09d00d1
video: exynos_dp: Fix get_pll_lock_status return value
by Sean Paul
· 12 years ago
8fefbb7
video: exynos_dp: Change aux transaction failures
by Sean Paul
· 12 years ago
bada553
video: exynos_dp: check time loop for RPLY_RECEIV
by Jingoo Han
· 12 years ago
4c4ceee
video: exynos-mipi-dsi: Add missing static storage class specifiers
by Sachin Kamat
· 12 years ago
d913f36
video: exynos_dp: use devm_clk_get function
by Damien Cassou
· 12 years ago
d5c0eed
video: exynos_dp: adjust voltage swing and pre-emphasis during Link Training
by Jingoo Han
· 12 years ago
d4fdc32
Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6
by Linus Torvalds
· 12 years ago
91d1cfa
video: exynos mipi dsi: Fix mipi dsi regulators handling issue
by Donghwa Lee
· 12 years ago
a2c81bc
video: exynos_dp: use usleep_range instead of delay
by Jingoo Han
· 12 years ago
1f61ce5
video: exynos_dp: check the only INTERLANE_ALIGN_DONE bit during Link Training
by Jingoo Han
· 12 years ago
123267a
video: exynos_dp: fix wrong DPCD address during Link Training
by Jingoo Han
· 12 years ago
d14b7a4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
ff0c264
video: Fix typo in drivers/video
by Masanari Iida
· 12 years ago
44edebc
video: backlight: remove unused header
by Paul Bolle
· 12 years ago
db131b1
video: exynos_dp: remove duplicated declarations from header file
by Jingoo Han
· 12 years ago
64c43df
video: exynos_dp: fix build warning due to uninitialized value
by Jingoo Han
· 12 years ago
ddbcb28
video: exynos_dp: reduce delay time when configuring video setting
by Jingoo Han
· 12 years ago
24db03a
video: exynos_dp: move sw reset prioir to enabling sw defined function
by Jingoo Han
· 12 years ago
4d10ecf8
video: exynos_dp: use devm_ functions
by Jingoo Han
· 12 years ago
24bb7a6e
video: exynos mipi dsi: support reverse panel type
by Donghwa Lee
· 13 years ago
82a5019
video: exynos mipi dsi: Properly interpret the interrupt source flags
by Sylwester Nawrocki
· 13 years ago
b89e139
video: exynos mipi dsi: Avoid races in probe()
by Sylwester Nawrocki
· 13 years ago
3bfc9b8
video: exynos mipi dsi: Do not use deprecated suspend/resume callbacks
by Sylwester Nawrocki
· 13 years ago
66685aa
video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11
by Donghwa Lee
· 13 years ago
35b37dc
video: exynos_dp: remove unnecessary header includes
by Jingoo Han
· 13 years ago
113b668
video: EXYNOS: enable interrupt again after sw reset
by Donghwa Lee
· 13 years ago
aac63a4
fb: exynos: Fix MIPI/DSI front/back porch settings
by Laurent Pinchart
· 13 years ago
8affaf5
video: exynos_dp: add analog and pll control setting
by Jingoo Han
· 13 years ago
8f802da
video: exynos_dp: replace char pointer with char array for adjust_request variable
by Jingoo Han
· 13 years ago
b5cfeed
video: exynos_dp: check DP PLL Lock status
by Jingoo Han
· 13 years ago
e9474be
video: support DP controller driver
by Jingoo Han
· 13 years ago
9befe40
video: backlight: support s6e8ax0 panel driver based on MIPI DSI
by Donghwa Lee
· 13 years ago
7258cc1
video: support MIPI-DSI controller driver
by Donghwa Lee
· 13 years ago