summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-18drm/exynos: Use unsigned long for possible_crtcsSean Paul5-5/+5
2014-11-18drm/exynos: Don't keep dpms state in encoderSean Paul1-17/+0
2014-11-18drm/exynos: Rename display_op power_on to dpmsSean Paul7-41/+10
2014-11-18drm/exynos: Remove dpms link between encoder/connectorSean Paul3-88/+8
2014-11-18drm/exynos: Remove apply manager callbackSean Paul7-43/+8
2014-11-18drm/exynos: Pass exynos_drm_manager in manager ops instead of devSean Paul6-184/+202
2014-11-18drm/exynos: hdmi: Implement initialize op for hdmiSean Paul4-188/+219
2014-11-18drm/exynos: Use manager_op initialize in fimdSean Paul1-4/+15
2014-11-18drm/exynos: Add an initialize function to manager and displaySean Paul2-0/+26
2014-11-18drm/exynos: Merge overlay_ops into manager_opsSean Paul6-82/+55
2014-11-18drm/exynos: Remove useless slab.h includeStephane Marchesin1-1/+0
2014-11-18drm/exynos: add phy settings for RB resolutionsShirish S1-0/+45
2014-11-18misc: modem_if: fix section mismatch from tizen_modem.cMyungJoo Ham1-1/+1
2014-11-18extcon: Move OF helper function to extcon core and change function nameChanwoo Choi6-66/+44
2014-11-18extcon: of: Remove unnecessary function call by using the name of device_nodeChanwoo Choi1-11/+3
2014-11-18misc: modem_if: regress to old tizen modem driverChanho Park38-15222/+861
2014-11-18phy: exynos4212-usb: Use refcount to power device PHY for HSIC0Tomasz Figa1-0/+10
2014-11-18misc: modem_if: Use pinctrl to properly configure pinsTomasz Figa2-7/+24
2014-11-18mfd: max77686: Add suspend/resume callback function for alarm wake-up.Jonghwa Lee1-0/+38
2014-11-18media: vb2-dma-contig: add a hack to speed up cache managementMarek Szyprowski1-2/+27
2014-11-18s5p-mfc: Remove unused variableSylwester Nawrocki1-1/+0
2014-11-18misc: modem_if: initialize gpio_link_enable if invalid gpioChanho Park1-1/+2
2014-11-18modem_if: Change hardcoded link enable gpio valueBeomho Seo1-7/+4
2014-11-18drm/exynos: add dmabuf sync support for kms frameworkInki Dae4-21/+218
2014-11-18media: s5p_mfc: fix doublly free issueZhaowei Yuan1-6/+2
2014-11-18cpufreq:LAB: Change method of boost state preservingLukasz Majewski1-4/+5
2014-11-18cpufreq:governor: Add serialization to the cpufreq_governor_dbs() functionLukasz Majewski1-2/+12
2014-11-18media: s5p_mfc: remove the code checking dev->plat_devZhaowei Yuan1-5/+0
2014-11-18media: s5p-mfc: add to set clock rateDonghwa Lee1-0/+13
2014-11-18clocksource: exynos_mct: Change exynos4_mct_tick_clear return type to voidKrzysztof Kozlowski1-6/+2
2014-11-18clocksource: exynos_mct: Fix stall after CPU hotpluggingKrzysztof Kozlowski1-13/+20
2014-11-18cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar1-2/+8
2014-11-18cpufreq: Fix serialization of frequency transitionsViresh Kumar1-3/+4
2014-11-18cpufreq: make sure frequency transitions are serializedViresh Kumar1-0/+14
2014-11-18cpufreq: remove unnecessary cpufreq_cpu_{get|put}() callsViresh Kumar1-17/+2
2014-11-18modem: sipc4: Chagne the manner of recieving data for FMT,RFS type deviceJonghwa Lee1-1/+25
2014-11-18drm/exynos: remove DRIVER_HAVE_IRQ featureJoonyoung Shim3-22/+1
2014-11-18zram: remove zram->lock in read path and change it with mutexMinchan Kim2-12/+9
2014-11-18zram: remove workqueue for freeing removed pending slotMinchan Kim2-58/+6
2014-11-18zram: introduce zram->tb_lockMinchan Kim2-6/+23
2014-11-18zram: use atomic operation for statMinchan Kim2-20/+16
2014-11-18zram: remove unnecessary freeMinchan Kim1-8/+0
2014-11-18zram: delay pending free request in read pathMinchan Kim1-1/+0
2014-11-18zram: fix race between reset and flushing pending workMinchan Kim1-2/+2
2014-11-18zram: add copyrightMinchan Kim2-0/+2
2014-11-18zram: remove old private project commentMinchan Kim3-3/+0
2014-11-18zram: promote zram from stagingMinchan Kim9-80/+3
2014-11-18zsmalloc: move it under mmMinchan Kim7-1189/+1
2014-11-18zsmalloc: add more commentNitin Cupta2-11/+64
2014-11-18zsmalloc: add Kconfig for enabling page table methodMinchan Kim2-15/+17