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
/
gpu
/
drm
/
exynos
/
exynos_drm_dsi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-25
drm/exynos/dsi: propagate info about command mode from panel
Andrzej Hajda
1
-0
/
+2
2017-08-25
drm/exynos/dsi: refactor panel detection logic
Andrzej Hajda
1
-101
/
+102
2017-08-25
drm/exynos: use helper to set possible crtcs
Andrzej Hajda
1
-9
/
+4
2017-08-15
Backmerge tag 'v4.13-rc5' into drm-next
Dave Airlie
1
-5
/
+5
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
1
-1
/
+0
2017-07-27
drm/exynos/dsi: Remove error handling for bridge_node DT parsing
Hoegeun Kwon
1
-2
/
+0
2017-07-27
drm/exynos: dsi: do not try to find bridge
Inki Dae
1
-3
/
+5
2017-07-26
drm: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+1
2017-06-01
drm/exynos/dsi: fix bridge_node DT parsing
Andrzej Hajda
1
-1
/
+1
2017-05-29
drm/exynos: dsi: Remove bridge node reference in removal
Hoegeun Kwon
1
-0
/
+4
2017-05-29
drm/exynos: dsi: Fix the parse_dt function
Hoegeun Kwon
1
-17
/
+5
2017-04-06
drm: convert drivers to use of_graph_get_remote_node
Rob Herring
1
-10
/
+3
2017-03-28
Backmerge tag 'v4.11-rc4' into drm-next
Dave Airlie
1
-17
/
+7
2017-03-21
drm/exynos/dsi: make te-gpios optional
Andrzej Hajda
1
-1
/
+4
2017-03-21
drm/exynos: Print kernel pointers in a restricted form
Krzysztof Kozlowski
1
-2
/
+2
2017-03-21
drm/exynos: Remove support for Exynos4415 (SoC not supported anymore)
Krzysztof Kozlowski
1
-14
/
+1
2017-02-17
drm: exynos: Perform initialization/cleanup at probe/remove time
Laurent Pinchart
1
-1
/
+0
2016-12-18
drm: bridge: Link encoder and bridge in core code
Laurent Pinchart
1
-4
/
+2
2016-06-10
drm: exynos: Rely on the default ->best_encoder() behavior
Boris Brezillon
1
-9
/
+0
2016-05-10
drm/exynos/dsi: use of_graph_get_endpoint_by_regs helper
Philipp Zabel
1
-54
/
+3
2016-04-30
drm/exynos: dsi: use generic of_device_get_match_data helper
Marek Szyprowski
1
-18
/
+9
2016-03-02
drm/exynos/dsi: use core helper to create DSI packet
Andrzej Hajda
1
-46
/
+23
2016-03-01
drm/exynos/dsi: constify read only structures
Andrzej Hajda
1
-15
/
+15
2016-03-01
drm/exynos/dsi: replace registry access macros with functions
Andrzej Hajda
1
-51
/
+57
2016-03-01
drm/exynos: support exynos5422 mipi-dsi
Chanho Park
1
-0
/
+31
2016-03-01
drm/exynos: dsi: restore support for drm bridge
Marek Szyprowski
1
-0
/
+1
2016-02-16
drm/exynos: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-01
drm: exynos: make PM functions as __maybe_unused
Arnd Bergmann
1
-4
/
+2
2015-12-15
drm/exynos: Constify function pointer structs
Ville Syrjälä
1
-4
/
+4
2015-12-15
Merge branch 'exynos-drm-next' of git://git.kernel.org:/pub/scm/linux/kernel/...
Dave Airlie
1
-68
/
+83
2015-12-13
drm/exynos: dsi: modify a error type when getting a node failed
Inki Dae
1
-2
/
+2
2015-12-13
drm/exynos: dsi: add runtime pm support
Inki Dae
1
-66
/
+81
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-1
/
+1
2015-08-16
drm/exynos: remove struct exynos_drm_encoder layer
Gustavo Padovan
1
-36
/
+52
2015-08-16
drm/exynos: remove exynos_drm_create_enc_conn()
Gustavo Padovan
1
-7
/
+13
2015-08-16
drm/exynos: remove struct exynos_drm_display
Gustavo Padovan
1
-29
/
+29
2015-08-16
drm/exynos: split display's .dpms() into .enable() and .disable()
Gustavo Padovan
1
-31
/
+13
2015-06-22
drm/exynos: dsi: do not set TE GPIO direction by input
Hyungwon Hwang
1
-2
/
+2
2015-06-22
drm/exynos: dsi: add support for MIC driver as a bridge
Hyungwon Hwang
1
-0
/
+24
2015-06-22
drm/exynos: dsi: add support for Exynos5433
Hyungwon Hwang
1
-15
/
+85
2015-06-22
drm/exynos: dsi: make use of array for clock access
Hyungwon Hwang
1
-35
/
+33
2015-06-22
drm/exynos: dsi: make use of driver data for static values
Hyungwon Hwang
1
-51
/
+145
2015-06-22
drm/exynos: dsi: add macros for register access
Hyungwon Hwang
1
-47
/
+51
2015-06-22
drm/exynos: dsi: rename pll_clk to sclk_clk
Hyungwon Hwang
1
-20
/
+16
2015-06-20
drm/exynos: dsi: check whether dsi is enabled before sending data
Hyungwon Hwang
1
-4
/
+14
2015-06-20
drm/exynos: fix broken component binding in case of multiple pipelines
Andrzej Hajda
1
-27
/
+8
2015-06-20
drm/exynos: atomic dpms support
Gustavo Padovan
1
-1
/
+1
2015-06-20
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
Gustavo Padovan
1
-0
/
+4
2015-04-13
drm/exynos: dsi: remove the empty mode_valid callback
Hyungwon Hwang
1
-7
/
+0
2014-11-24
drm/exynos: dsi: set TE GPIO IRQ status as IRQ_NOAUTOEN
YoungJun Cho
1
-8
/
+5
[next]