summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-31clk: tegra: Use common of_clk_init functionPrashant Gaikwad5-33/+6
2013-05-31clk: tegra114: correctly output clk_32kAlexandre Courbot1-0/+3
2013-05-31clk: tegra: fix clk_out parents listPrashant Gaikwad2-4/+4
2013-05-31clk: Add TI-Nspire clock driversDaniel Tang2-0/+154
2013-05-31clk: use platform_{get,set}_drvdata()Jingoo Han2-3/+3
2013-05-30clk: mpc85xx: Update the compatible stringTang Yuantian1-1/+1
2013-05-30clk: sunxi: "cpu_data" is defined in header files of some architecturesGiacomo A. Catenazzi1-2/+2
2013-05-30clk: exynos5250: Add sclk_mpll to the parent list of mout_cpu clockTushar Behera1-1/+1
2013-05-30clk: exynos5250: Update cpufreq related clocks for EXYNOS5250Tushar Behera1-3/+3
2013-05-30clk: vt8500: Remove unnecessary divisor adjustment in vtwm_dclk_set_rate()Tony Prisk1-4/+0
2013-05-30clk: vt8500: Add support for clocks on the WM8850 SoCsTony Prisk1-0/+71
2013-05-29clk: Disable unused clocks after deferred probing is doneSaravana Kannan1-1/+1
2013-05-29clk: wm831x: Fix wm831x_clkout_get_parentAxel Lin1-3/+3
2013-05-29clk: wm831x: Fix update wrong register for enable/disable FLLAxel Lin1-3/+3
2013-05-29clk: si5351: Allow to build without CONFIG_OFSebastian Hesselbarth1-1/+0
2013-05-29clk: Fix race condition between clk_set_parent and clk_enable()Saravana Kannan1-45/+44
2013-05-29clk: si5351: declare all device IDs for module loadingJean-Francois Moine1-1/+4
2013-05-29clk: sun5i: Add compatibles for Allwinner A13Maxime Ripard1-8/+23
2013-05-29clk: ux500: abx500-clk: rename ux500 audio codec aliasesFabio Baltieri1-4/+4
2013-05-29clk: si5351: Allow user to define disabled state for every clock outputSebastian Hesselbarth2-3/+72
2013-05-29clk: add PowerPC corenet clock driver supportTang Yuantian3-0/+288
2013-05-26Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2013-05-26Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+1
2013-05-26Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds3-2/+3
2013-05-26Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-102/+139
2013-05-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds7-173/+202
2013-05-25Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds17-178/+692
2013-05-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-26/+8
2013-05-25drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencingTomasz Figa1-1/+1
2013-05-25random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina1-8/+16
2013-05-25drivers/char/random.c: fix priming of last_dataJarod Wilson1-15/+15
2013-05-25drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf1-2/+2
2013-05-25fbdev: FB_GOLDFISH should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-25drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-25drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner1-7/+7
2013-05-25rapidio/tsi721: fix bug in MSI interrupt handlingAlexandre Bounine1-0/+12
2013-05-25drivers/video: implement a simple framebuffer driverStephen Warren3-0/+252
2013-05-25rapidio: add enumeration/discovery start from user spaceAlexandre Bounine5-5/+95
2013-05-25rapidio: make enumeration/discovery configurableAlexandre Bounine6-138/+291
2013-05-25drivers/block/xsysace.c: fix id with missing port-numberGernot Vormayr1-2/+1
2013-05-25parisc/superio: Use module_pci_driver to register driverPeter Huewe1-12/+1
2013-05-24Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-38/+19
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds54-345/+574
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesKent Yoder6-38/+19
2013-05-24be2net: bug fix on returning an invalid nic descriptorWei Yang1-9/+4
2013-05-24Merge tag 'gpio-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-21/+64
2013-05-24Merge tag 'pci-v3.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+17
2013-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-23/+69
2013-05-23net: Revert unused variable changes.David S. Miller3-0/+3
2013-05-23Merge tag 'tty-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-183/+233