summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | i7core_edac: Reduce args of i7core_register_mciHidetoshi Seto2010-10-241-15/+9
| * | i7core_edac: Introduce i7core_unregister_mciHidetoshi Seto2010-10-241-32/+44
| * | i7core_edac: Use saved pointersHidetoshi Seto2010-10-241-3/+2
| * | i7core_edac: Check probe counter in i7core_removeHidetoshi Seto2010-10-241-0/+6
| * | i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failedHidetoshi Seto2010-10-241-1/+3
| * | i7core_edac: Fix error path of i7core_register_mciHidetoshi Seto2010-10-241-5/+11
| * | i7core_edac: Fix order of lines in i7core_register_mciHidetoshi Seto2010-10-241-11/+9
| * | i7core_edac: Always do get/put for all devicesHidetoshi Seto2010-10-241-13/+14
| * | i7core_edac: Introduce i7core_pci_ctl_create/releaseHidetoshi Seto2010-10-241-20/+24
| * | i7core_edac: Introduce free_i7core_devHidetoshi Seto2010-10-241-5/+9
| * | i7core_edac: Introduce alloc_i7core_devHidetoshi Seto2010-10-241-10/+24
| * | i7core_edac: Reduce args of i7core_get_onedeviceHidetoshi Seto2010-10-241-12/+9
| * | i7core_edac: Fix the logic in i7core_remove()Hidetoshi Seto2010-10-241-2/+2
| * | i7core_edac: Don't do the legacy PCI probe by defaultMauro Carvalho Chehab2010-10-241-1/+6
| * | i7core_edac: don't use a freed mci structMauro Carvalho Chehab2010-10-243-5/+4
| * | edac_core: Print debug messages at release callsMauro Carvalho Chehab2010-10-243-0/+5
| * | edac_core: Don't let free(mci) happen while using itMauro Carvalho Chehab2010-10-241-2/+0
| * | edac_core: Do a better job with node removalMauro Carvalho Chehab2010-10-242-29/+43
| * | i7core_edac: explicitly remove PCI devices from the devices listMauro Carvalho Chehab2010-10-241-4/+6
| * | i7core_edac: MCE NMI handling should stop firstMauro Carvalho Chehab2010-10-241-1/+8
| * | i7core_edac: Initialize all priv vars before start pollingMauro Carvalho Chehab2010-10-241-12/+12
| * | i7core_edac: Improve debug to seek for register/remove errorsMauro Carvalho Chehab2010-10-241-2/+9
| * | i7core_edac: move #if PAGE_SHIFT to edac_core.hMauro Carvalho Chehab2010-10-242-5/+3
| * | i7core_edac: Properly mark const static vars as suchMauro Carvalho Chehab2010-10-243-46/+83
| * | i7core_edac: move static vars to the beginning of the fileMauro Carvalho Chehab2010-10-241-6/+5
| * | i7core_edac: Be sure that the edac pci handler will be properly releasedMauro Carvalho Chehab2010-10-243-17/+28
* | | Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2010-10-262-7/+7
|\ \ \
| * | | AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 familyNicolas Ferre2010-10-261-6/+6
| * | | at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and boardNicolas Ferre2010-10-261-1/+1
* | | | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-10-2618-190/+452
|\ \ \ \
| * | | | OMAP: DSS2: don't power off a panel twiceStanley.Miao2010-10-226-0/+36
| * | | | OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3Senthilvadivu Guruswamy2010-10-221-0/+10
| * | | | OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3Senthilvadivu Guruswamy2010-10-221-1/+1
| * | | | OMAP: DSS2: DSI: Remove extra iounmap in error pathSenthilvadivu Guruswamy2010-10-221-1/+0
| * | | | OMAP: DSS2: Use dss_features framework on DSS2 codeArchit Taneja2010-10-224-56/+60
| * | | | OMAP: DSS2: Introduce dss_features filesArchit Taneja2010-10-223-1/+242
| * | | | video/omap: remove mux.h includeNicolas Kaiser2010-10-221-2/+0
| * | | | OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsyncTasslehoff Kjappfot2010-10-221-8/+8
| * | | | OMAP: DSS2: make filter coefficient tables human readableGrazvydas Ignotas2010-09-291-120/+94
| * | | | OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panelJarkko Nikula2010-09-291-1/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-10-262-3/+43
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [CPUFREQ] add sampling_down_factor tunable to improve ondemand performanceDavid C Niemi2010-10-221-1/+41
| * | | | [CPUFREQ] drivers/cpufreq: Adjust confusing if indentationJulia Lawall2010-10-221-2/+2
* | | | | Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2010-10-253-0/+626
|\ \ \ \ \
| * | | | | spi: tegra: fix error setting on timeoutErik Gilling2010-10-251-4/+4
| * | | | | spi: add spi_tegra driverErik Gilling2010-10-213-0/+626
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-10-253-59/+96
|\ \ \ \ \ \
| * | | | | | netdev: bfin_mac: push settings to platform resourcesSonic Zhang2010-10-253-59/+96
* | | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2010-10-252-10/+22
|\ \ \ \ \ \ \
| * | | | | | | fbdev/xilinxfb: Microblaze driver supportMichal Simek2010-10-211-6/+18