summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-263-0/+626
|\ \ \ \ \
| * | | | | spi: tegra: fix error setting on timeoutErik Gilling2010-10-261-4/+4
| * | | | | spi: add spi_tegra driverErik Gilling2010-10-223-0/+626
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-10-263-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-262-10/+22
|\ \ \ \ \ \ \
| * | | | | | | fbdev/xilinxfb: Microblaze driver supportMichal Simek2010-10-211-6/+18
| * | | | | | | net: emaclite: Add support for little-endian platformsMichal Simek2010-10-211-4/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-10-2612-130/+1416
|\ \ \ \ \ \ \
| * | | | | | | hwmon: lis3: Release resources in case of failureSamu Onkalo2010-10-251-0/+5
| * | | | | | | hwmon: lis3: Enhance lis3 selftest with IRQ line testSamu Onkalo2010-10-252-9/+82
| * | | | | | | hwmon: lis3: use block read to access data registersSamu Onkalo2010-10-253-3/+32
| * | | | | | | hwmon: lis3: Adjust fuzziness for 8 bit deviceSamu Onkalo2010-10-251-4/+14
| * | | | | | | hwmon: lis3: New parameters to platform dataSamu Onkalo2010-10-251-7/+14
| * | | | | | | hwmon: lis3: restore axis enabled bitsSamu Onkalo2010-10-252-2/+2
| * | | | | | | hwmon: lis3: Power on correctionsSamu Onkalo2010-10-252-8/+12
| * | | | | | | hwmon: lis3: Update coordinates at polled device openSamu Onkalo2010-10-251-0/+5
| * | | | | | | hwmon: lis3: Cleanup interrupt handlingSamu Onkalo2010-10-252-22/+13
| * | | | | | | hwmon: lis3: regulator controlSamu Onkalo2010-10-253-1/+119
| * | | | | | | hwmon: lis3: pm_runtime supportSamu Onkalo2010-10-253-13/+102
| * | | | | | | hwmon: add generic GPIO fan driverSimon Guinot2010-10-253-0/+568
| * | | | | | | hwmon: (coretemp) fix reading of microcode revision (v2)Jan Beulich2010-10-251-2/+18
| * | | | | | | hwmon: ({core, pkg, via-cpu}temp) remove unnecessary CONFIG_HOTPLUG_CPU ifdefsChen Gong2010-10-253-14/+3
| * | | | | | | hwmon: (pkgtemp) align driver initialization style with coretempChen Gong2010-10-251-14/+8
| * | | | | | | hwmon: LTC4261 Hardware monitoring driverGuenter Roeck2010-10-253-0/+327