summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: tegra20: Implementing CPU low-power function for tegra_cpu_car_opsJoseph Lo2013-01-281-0/+93
* usb: host: tegra: don't touch EMC clockStephen Warren2013-01-281-17/+0
* usb: add APIs to access host registers from Tegra PHYVenu Byravarasu2013-01-282-43/+55
* USB: PHY: tegra: Get rid of instance number to differentiate PHY typeVenu Byravarasu2013-01-281-14/+14
* USB: PHY: tegra: get rid of instance number to differentiate legacy controllerVenu Byravarasu2013-01-281-17/+15
* usb: phy: remove unused APIs from Tegra PHY.Venu Byravarasu2013-01-281-13/+0
* usb: host: tegra: Resetting PORT0 based on information received via DT.Venu Byravarasu2013-01-281-1/+5
* usb: phy: use kzalloc to allocate struct tegra_usb_phyVenu Byravarasu2013-01-281-1/+1
* clk: tegra30: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad2013-01-281-70/+0
* clk: tegra20: remove unused TEGRA_CLK_DUPLICATE()sPrashant Gaikwad2013-01-281-17/+0
* staging: nvec: remove use of clk_get_sysPrashant Gaikwad2013-01-282-5/+1
* spi: tegra: do not use clock name to get clockPrashant Gaikwad2013-01-282-2/+2
* ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-2811-13/+62
* clk: tegra: add clock support for Tegra30Prashant Gaikwad2013-01-283-0/+2064
* clk: tegra: add clock support for Tegra20Prashant Gaikwad2013-01-283-0/+1281
* clk: tegra: add Tegra specific clocksPrashant Gaikwad2013-01-2811-0/+2126
* clocksource: tegra: cosmetic: Fix error messageHiroshi Doyu2013-01-281-1/+1
* ARM: tegra: move timer.c to drivers/clocksource/Stephen Warren2013-01-282-0/+286
* Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into for-3.9/cleanupStephen Warren2013-01-287-28/+62
|\
| * clocksource: add common of_clksrc_init() functionStephen Warren2013-01-023-0/+39
| * ARM: delete struct sys_timerStephen Warren2012-12-243-15/+3
| * ARM: ux500: convert timer suspend/resume to clock_event_deviceStephen Warren2012-12-241-13/+20
* | 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-095-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-0946-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