summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_in...Axel Lin2013-02-131-6/+7
* regulator: s5m8767: Use of_get_child_count()Axel Lin2013-02-081-3/+1
* regulator: s5m8767: Fix build in non-DT caseMark Brown2013-02-041-1/+1
* regulator: add device tree support for s5m8767Amit Daniel Kachhap2013-02-042-3/+258
* regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmapAxel Lin2013-01-181-38/+12
* regulator: s5m8767: Remove max_vol parameter from s5m8767_convert_voltage_to_selAxel Lin2013-01-171-23/+10
* Merge remote-tracking branch 'regulator/fix/s5m8767' into tmpMark Brown2013-01-151-2/+2
|\
| * regulator: s5m8767: Fix probe failure due to stack corruptionInderpal Singh2012-12-241-2/+2
* | Merge remote-tracking branch 'regulator/fix/max8998' into tmpMark Brown2013-01-151-22/+22
|\ \
| * | regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Axel Lin2013-01-101-1/+1
| * | regulator: max8998: Use uV in voltage_map_descAxel Lin2013-01-081-21/+21
* | | Merge remote-tracking branch 'regulator/fix/max8997' into tmpMark Brown2013-01-151-19/+17
|\ \ \
| * | | regulator: max8997: Use uV in voltage_map_descAxel Lin2013-01-081-19/+17
| |/ /
* | | Merge remote-tracking branch 'regulator/fix/core' into tmpMark Brown2013-01-151-4/+11
|\ \ \
| * | | regulator: core: Fix comment for regulator_register()Axel Lin2013-01-031-1/+2
| * | | regulator: core: Fix continuous_voltage_range case in regulator_can_change_vo...Axel Lin2012-12-241-3/+9
| | |/ | |/|
* | | Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-01-092-18/+9
|\ \ \
| * | | EDAC: Cleanup device deregistering pathLans Zhang2013-01-071-12/+6
| * | | EDAC: Fix EDAC Kconfig menuBorislav Petkov2013-01-071-5/+3
| * | | EDAC: Fix kernel panic on module unloadingKonstantin Khlebnikov2013-01-071-2/+1
| | |/ | |/|
* | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-085-25/+29
|\ \ \
| * \ \ Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson2013-01-081-1/+2
| |\ \ \
| | * | | video: mxsfb: fix crash when unblanking the displayLothar Waßmann2013-01-041-1/+2
| | | |/ | | |/|
| * | | pinctrl: mvebu: make pdma clock on dove mandatorySebastian Hesselbarth2013-01-071-2/+5
| * | | dma: mv_xor: fix error handling for clocksThomas Petazzoni2013-01-061-2/+5
| * | | dma: mv_xor: fix error handling of mv_xor_channel_add()Thomas Petazzoni2013-01-061-1/+1
| * | | clk: mvebu: Remove inappropriate __init taggingJoshua Coombs2013-01-061-1/+1
| * | | Power: gpio-poweroff: Fix documentation and gpio_is_validAndrew Lunn2013-01-061-18/+15
| | |/ | |/|
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-0846-792/+437
|\ \ \
| * | | drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter2013-01-081-1/+3
| * | | Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-01-086-16/+135
| |\ \ \
| | * | | drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooksMaarten Lankhorst2013-01-071-0/+28
| | * | | drm/radeon: fix DMA CS parser for r6xx linear copy packetAlex Deucher2013-01-041-9/+22
| | * | | drm/radeon: split r6xx and r7xx copy_dma functionsAlex Deucher2013-01-044-7/+85
| * | | | drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim2013-01-085-0/+17
| * | | | drm/exynos: move finish page flip to a common placeRahul Sharma2013-01-075-88/+36
| * | | | drm/exynos: fimd: modify condition in fimd resumePrathyush K2013-01-071-1/+1
| * | | | drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat2013-01-041-9/+4
| * | | | drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat2013-01-041-6/+0
| * | | | drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat2013-01-041-12/+3
| * | | | drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat2013-01-041-3/+1
| * | | | drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat2013-01-041-5/+0
| * | | | drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat2013-01-041-14/+4
| * | | | drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat2013-01-041-36/+9
| * | | | drm/exynos: Remove redundant NULL checkSachin Kamat2013-01-041-6/+0
| * | | | drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat2013-01-041-21/+9
| * | | | drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat2013-01-041-7/+2
| * | | | drm/exynos: fix gem buffer allocation type checkingInki Dae2013-01-041-1/+1
| * | | | drm/exynos: remove needless parenthesis.Eunchul Kim2013-01-041-1/+1
| * | | | drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon2013-01-041-0/+13