summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-10media: s5p-mfc: Add support for V4L2_MEMORY_DMABUF typeSeung-Woo Kim4-19/+83
2014-03-05cpufreq:LAB: Remove MODULE_* macros since it is not possible to compile LAB a...Lukasz Majewski1-6/+0
2014-03-05cpufreq:LAB: Replace NR_CPUS with num_possible_cpus() functionLukasz Majewski1-8/+32
2014-03-05cpufreq:LAB:cosmetic: Cosmetic code cleanupLukasz Majewski1-3/+5
2014-03-05cpufreq:LAB:ondemand: Enable usage of ONDEMAND specific methods at LAB governorLukasz Majewski1-1/+39
2014-03-05cpufreq:LAB:cpufreq_governor: Remove redundant LAB code from cpufreq_governor...Lukasz Majewski2-35/+5
2014-03-05cpufreq:LAB:ondemand: Ondemand governor adjustments necessary for correct LAB...Lukasz Majewski2-3/+14
2014-03-05cpufreq:LAB:core: Redesign of LAB code to work on top of ONDEMAND governorLukasz Majewski2-140/+231
2014-03-05cpufreq:LAB:ondemand: REMOVE from LAB governor code duplicated at ondemandLukasz Majewski3-78/+17
2014-03-05cpufreq:LAB:core: Remove code responsible for removing LAB moduleLukasz Majewski1-6/+0
2014-03-05cpufreq:LAB:Kconfig: Do not allow LAB to be build as a moduleLukasz Majewski1-4/+4
2014-03-05cpufreq:LAB:Kconfig: Make LAB dependent on the ONDEMAND governorLukasz Majewski1-2/+4
2014-03-05iio:common:st: Prevent disable after read info raw dataLukasz Czerwinski1-1/+6
2014-03-04drivers: power: hide some excessive debugsMarek Szyprowski1-3/+3
2014-03-04usb: misc: usb3503: Support operation with no I2C controlMark Brown1-17/+76
2014-03-04usb: misc: usb3503: Add USB3503A to the compatible listMark Brown1-0/+1
2014-03-04usb: misc: usb3503: Default to hub modeMark Brown1-1/+1
2014-03-04usb: misc: usb3503: Fix typos in error messagesMark Brown1-2/+2
2014-03-04usb: misc: usb3503: Factor out I2C probeMark Brown1-34/+43
2014-03-04usb: misc: usb3503: Convert to regmapMark Brown2-57/+37
2014-03-04usb: misc: usb3503: Actively manage Hub Connect GPIOMark Brown1-6/+12
2014-03-04usb: misc: usb3503: Use gpio_set_value_cansleep()Mark Brown1-1/+1
2014-03-04usb: misc: usb3503: Convert to devm_ APIsMark Brown1-35/+7
2014-03-04usb: misc: Fix swapped properties in usb3503 DT parsingMark Brown1-2/+2
2014-03-04usb: misc: usb3503: use dev_get_platdata()Jingoo Han1-1/+1
2014-03-04usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheetJulius Werner1-4/+2
2014-03-04usb: misc: usb3503: Fix up whitespaceJulius Werner1-1/+1
2014-03-04usb: misc: usb3503: Adding device tree entry 'disabled-ports'Dongjin Kim1-0/+14
2014-03-04usb: misc: usb3503: Add to select the ports to disableDongjin Kim1-9/+10
2014-03-04phy: exynos : add delay after reset phy for usb hostJoonyoung Shim1-0/+1
2014-03-03au0828: fix i2c clock speed for DViCO FusionHDTV7Joonyoung Shim1-1/+1
2014-02-24exynos4-is: Register v4l2_async notifier only when sensors are availableSylwester Nawrocki1-10/+14
2014-02-21cpufreq: conservative: Provide correct pointer for conservative governorLukasz Majewski1-2/+3
2014-02-19cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis3-42/+8
2014-02-19clocksource: exynos4: Fix wrong bit operation in exynos4_mct_write()Jonghwa Lee1-2/+2
2014-02-14usb: gadget: Enable rndis in the slp gadget driverJacek Bukarewicz1-1/+1
2014-02-12drm: exynos: hdmi: add support for pixel clock limitationTomasz Stanislawski1-0/+11
2014-02-12drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoCTomasz Stanislawski2-0/+6
2014-02-12drm: exynos: migrate to Common Clock FrameworkTomasz Stanislawski2-16/+16
2014-02-12drm: exynos: hdmi: simplify extracting hpd-gpio from DTTomasz Stanislawski1-10/+4
2014-02-12drm: exynos: hdmi: use hdmiphy as PHYTomasz Stanislawski1-5/+6
2014-02-12clk: exynos4: enable clk_set_parent() propagation for sclk_hdmi and sclk_mixe...Tomasz Stanislawski1-2/+4
2014-02-12clk: propagate parent change up one levelTomasz Stanislawski1-0/+6
2014-02-12clk: exynos4: export sclk_hdmiphy clockTomasz Stanislawski1-2/+2
2014-02-12misc: add sii9234 driverTomasz Stanislawski3-0/+1084
2014-02-12phy: Add exynos-phy driverTomasz Stanislawski3-0/+158
2014-02-12usb: gadget: f_fs: add aio supportRobert Baldyga1-26/+239
2014-02-12usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga1-0/+42
2014-02-12usb: gadget: f_fs: fix setup request handlingRobert Baldyga2-2/+1
2014-02-12usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz2-10/+19