summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gpio-sta2x11: Fix potential NULL pointer dereferenceSachin Kamat2013-06-171-0/+2
* gpio/omap: omap_gpio_init_context stub must be inlineArnd Bergmann2013-06-171-1/+1
* gpio: msm-v1: Remove errant __devinit to fix compileStephen Boyd2013-06-171-1/+1
* gpio: devres: make comments properWolfram Sang2013-06-171-7/+7
* GPIO: xilinx: Enable driver for Xilinx zynqMichal Simek2013-06-171-1/+1
* GPIO: xilinx: Use BIT macroMichal Simek2013-06-171-6/+6
* GPIO: xilinx: Use __raw_readl/__raw_writel IO functionsMichal Simek2013-06-171-2/+7
* GPIO: xilinx: Add support for dual channelMichal Simek2013-06-171-12/+91
* GPIO: xilinx: Simplify driver probe functionMichal Simek2013-06-171-14/+10
* gpio: sx150x: convert to use devm_* functionsNikolay Balandin2013-05-301-11/+7
* gpio-ml-ioh: fix error return code in ioh_gpio_probe()Wei Yongjun2013-05-301-0/+1
* gpio-langwell: drop away explicit castingAndy Shevchenko2013-05-301-8/+4
* gpio-langwell: amend error messagesAndy Shevchenko2013-05-301-6/+4
* gpio-langwell: use managed functions pcim_* and devm_*Andy Shevchenko2013-05-301-57/+21
* gpio-langwell: do not use direct access to iomapped memoryAndy Shevchenko2013-05-301-5/+7
* gpio-langwell: initialize lock before usageAndy Shevchenko2013-05-301-2/+2
* gpio: max7300: Fix trivial typo in Kconfig help textAxel Lin2013-05-301-1/+1
* gpio: stmpe: Staticize non-exported symbolsAxel Lin2013-05-301-3/+3
* gpio: vx855: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-2/+0
* gpio: timberdale: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-2/+0
* gpio: tc3589x: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
* gpio: stmpe: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
* gpio: rdc321x: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-5/+2
* gpio: lynxpoint: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
* gpio: langwell: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
* Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-261-2/+2
|\
| * amd64_edac: Fix bogus sysfs file permissionsBorislav Petkov2013-05-211-2/+2
* | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-05-261-12/+1
|\ \
| * | parisc/superio: Use module_pci_driver to register driverPeter Huewe2013-05-241-12/+1
* | | Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds2013-05-253-2/+3
|\ \ \
| * | | pm2301_charger: Fix module alias prefixAxel Lin2013-05-101-1/+1
| * | | wm831x_backup: Fix wrong kfree call for devdata->backup.nameAxel Lin2013-05-101-1/+0
| * | | bq27x00: Fix I2C dependency in KConfigXiong Zhou2013-05-101-0/+1
| * | | lp8788-charger: Fix kconfig dependencyRandy Dunlap2013-05-021-0/+1
* | | | Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-257-102/+139
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-05-234-39/+66
| |\ \ \ \
| | * | | | cpufreq: arm_big_little_dt: Instantiate as platform_driverViresh Kumar2013-05-221-5/+15
| | * | | | cpufreq: arm_big_little_dt: Register driver only if DT has valid dataViresh Kumar2013-05-221-31/+42
| | * | | | cpufreq / e_powersaver: Fix linker error when ACPI processor is a moduleRafaƂ Bilski2013-05-221-1/+1
| | * | | | cpufreq / intel_pstate: Add additional supported CPU IDDirk Brandewie2013-05-221-0/+1
| | * | | | cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar2013-05-221-2/+7
| * | | | | ACPI / video: Add "Asus UL30A" to ACPI video detect blacklistBastian Triller2013-05-231-0/+8
| * | | | | ACPI / PM: Allow device power states to be used for CONFIG_PM unsetRafael J. Wysocki2013-05-222-63/+65
| |/ / / /
* | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-05-257-173/+202
|\ \ \ \ \
| * | | | | ACPI / LPSS: register clock device for Lynxpoint DMA properlyRafael J. Wysocki2013-05-142-8/+33
| * | | | | dma: acpi-dma: parse CSRT to extract additional resourcesAndy Shevchenko2013-05-145-165/+169
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2013-05-2417-178/+692
|\ \ \ \ \
| * | | | | drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencingTomasz Figa2013-05-241-1/+1
| * | | | | random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina2013-05-241-8/+16
| * | | | | drivers/char/random.c: fix priming of last_dataJarod Wilson2013-05-241-15/+15