summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-19gpio: ich: add GPO_BLINK supportVincent Donnefort1-1/+7
2013-06-17gpio-sta2x11: Convert to use devm_ioremap_resourceTushar Behera1-1/+3
2013-06-17gpio_msm: Convert to use devm_ioremap_resourceTushar Behera1-6/+6
2013-06-17gpio-rcar: Use OUTDT when reading GPIOs configured as outputMagnus Damm1-1/+8
2013-06-17gpio-sta2x11: Fix potential NULL pointer dereferenceSachin Kamat1-0/+2
2013-06-17gpio/omap: omap_gpio_init_context stub must be inlineArnd Bergmann1-1/+1
2013-06-17gpio: msm-v1: Remove errant __devinit to fix compileStephen Boyd1-1/+1
2013-06-17gpio: devres: make comments properWolfram Sang1-7/+7
2013-06-17GPIO: xilinx: Enable driver for Xilinx zynqMichal Simek1-1/+1
2013-06-17GPIO: xilinx: Use BIT macroMichal Simek1-6/+6
2013-06-17GPIO: xilinx: Use __raw_readl/__raw_writel IO functionsMichal Simek1-2/+7
2013-06-17GPIO: xilinx: Add support for dual channelMichal Simek1-12/+91
2013-06-17GPIO: xilinx: Simplify driver probe functionMichal Simek1-14/+10
2013-05-31gpio: sx150x: convert to use devm_* functionsNikolay Balandin1-11/+7
2013-05-30gpio-ml-ioh: fix error return code in ioh_gpio_probe()Wei Yongjun1-0/+1
2013-05-30gpio-langwell: drop away explicit castingAndy Shevchenko1-8/+4
2013-05-30gpio-langwell: amend error messagesAndy Shevchenko1-6/+4
2013-05-30gpio-langwell: use managed functions pcim_* and devm_*Andy Shevchenko1-57/+21
2013-05-30gpio-langwell: do not use direct access to iomapped memoryAndy Shevchenko1-5/+7
2013-05-30gpio-langwell: initialize lock before usageAndy Shevchenko1-2/+2
2013-05-30gpio: max7300: Fix trivial typo in Kconfig help textAxel Lin1-1/+1
2013-05-30gpio: stmpe: Staticize non-exported symbolsAxel Lin1-3/+3
2013-05-30gpio: vx855: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-30gpio: timberdale: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-30gpio: tc3589x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-30gpio: stmpe: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-30gpio: rdc321x: remove unnecessary platform_set_drvdata()Jingoo Han1-5/+2
2013-05-30gpio: lynxpoint: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-30gpio: langwell: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
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